RE: error: fenv.h: No such file or directory

2010-12-06 Thread Fady Fawzy
Oooh I'm sorry , use : gcc-4.4.3 as u will , i don't test if gcc-4.5.1 will be compatible with other packages .So it's better to use gcc-4.4.3 . Adjust command to be for gcc-4.4.3 instead of gcc-4.5.1 . ---Fady > Date: Mon, 6 Dec 2010 16:04:46 -0500 > Subject: Re: e

Re: error: fenv.h: No such file or directory

2010-12-06 Thread Bruce Dubbs
piper.guy1 wrote: > The 6.6. book calls for gcc-4.4.3. Is it necessary to use gcc-4.5.1 > instead? No. LFS-6.6 used gcc-4.4.3, but LFS-6.7 is the current stable version. > If so, is gcc-4.5.1 compatible with the rest of the packages > in 6.6? Not checked. -- Bruce -- http://linuxfromscr

Re: error: fenv.h: No such file or directory

2010-12-06 Thread piper.guy1
The 6.6. book calls for gcc-4.4.3. Is it necessary to use gcc-4.5.1 instead? If so, is gcc-4.5.1 compatible with the rest of the packages in 6.6? /carl h. 2010/12/6 Fady Fawzy : > Hello, > > Ensure that your command using --disable-multilib & --disable-decimal-float > options. > > So the whole co

RE: error: fenv.h: No such file or directory

2010-12-06 Thread Fady Fawzy
Hello, Ensure that your command using --disable-multilib & --disable-decimal-float options. So the whole command must be in this form : ../gcc-4.5.1/configure \ --target=$LFS_TGT --prefix=/tools \ --disable-nls --disable-shared --disable-multilib \ --disable-decimal-float --disable-threads \