Re: LFS SVN Chapter 6.13 misleading note

2009-09-11 Thread Philipp Christian Loewner
On Fri, 11 Sep 2009 15:33:34 +0200, Guy Dalziel wrote: > Correction, after some additional tests it does seem that ABI=32 in the > CFLAGS causes it to not find a working compiler. It didn't pick up the > CFLAGS values on the first test for some reason. My previous email > provides the solution

Re: LFS SVN Chapter 6.13 misleading note

2009-09-11 Thread Philipp Christian Loewner
On Fri, 11 Sep 2009 15:15:28 +0200, Guy Dalziel wrote: > Your problem here is not the ABI variable, your problem is the fact that > it can't find a working copy of GCC. Why this is I can't tell you, > you'll have to check your PATH and backtrace your steps. See the > attached log, on a 64-bit s

Re: LFS SVN Chapter 6.13 misleading note

2009-09-11 Thread Guy Dalziel
On Fri, Sep 11, 2009 at 02:15:28PM +0100, Guy Dalziel wrote: > > checking compiler gcc -pipe -O2 -march=athlon64-sse3 -fomit-frame-pointer > > ABI=32 -pipe -O2 -march=athlon64-sse3 -fomit-frame-pointer... no > > checking compiler icc -pipe -O2 -march=athlon64-sse3 -fomit-frame-pointer > > ABI=32

Re: LFS SVN Chapter 6.13 misleading note

2009-09-11 Thread Guy Dalziel
On Fri, Sep 11, 2009 at 01:58:51PM +0200, Philipp Christian Loewner wrote: > root:/sources/gmp-4.3.1# ./configure --prefix=/usr --enable-cxx --enable-mpbsd > checking build system type... athlon64-pc-linux-gnu > checking host system type... athlon64-pc-linux-gnu > checking for a BSD-compatible inst

Re: LFS SVN Chapter 6.13 misleading note

2009-09-11 Thread Philipp Christian Loewner
> Of course. The instruction is wrong. Try > >export CFLAGS="$CFLAGS ABI=32" > > just like the instruction says. > I wouldn't bug the list if I hadn't already tried that. Please take a look at the following log: root:/sources/gmp-4.3.1# ./configure --prefix=/usr --enable-cxx --enable-mpb

Re: LFS SVN Chapter 6.13 misleading note

2009-09-10 Thread Bruce Dubbs
Philipp Christian Loewner wrote: >> If you reread the note, it says "and you have specified CFLAGS in the >> environment...". That *is* an environment variable. > > Sorry, perhaps I didn't make clear what I meant exactly. > After reading the note, I ran > > export CFLAGS="$CFLAGS -ABI=32" > >

Re: LFS SVN Chapter 6.13 misleading note

2009-09-10 Thread Philipp Christian Loewner
> If you reread the note, it says "and you have specified CFLAGS in the > environment...". That *is* an environment variable. Sorry, perhaps I didn't make clear what I meant exactly. After reading the note, I ran export CFLAGS="$CFLAGS -ABI=32" which didn't work. If you look in the configure

Re: LFS SVN Chapter 6.13 misleading note

2009-09-10 Thread Bruce Dubbs
Philipp Christian Loewner wrote: > Hi everyone, > I just stumbled on a little problem compiling an LFS system following > the instructions in the development version of the book. > In chapter 6.13 (GMP) it tells CFLAGS users to add ABI to their CFLAGS > variable, but the configure script doesn't re

LFS SVN Chapter 6.13 misleading note

2009-09-10 Thread Philipp Christian Loewner
Hi everyone, I just stumbled on a little problem compiling an LFS system following the instructions in the development version of the book. In chapter 6.13 (GMP) it tells CFLAGS users to add ABI to their CFLAGS variable, but the configure script doesn't recognize that. It only searches for ABI eith