Friends: I'm having trouble configuring GCC-4.4.1 in Chapter 5.5.1 of the LFS manual.
The command I run is: ../gcc-4.4.1/configure -target=$LFS_TGT --prefix=/tools --disable-nls --disable-shared --disable-multilib --disalbe-decimal-float --disable-threads --disable-libmudflag --disable-libssp --disable-libcomp --enable-languages=c --with-gmp=/mnt/lfs/sources/gmp --with-mpfr=/mnt/lfs/sources/mpfr but my configure script bombs on "checking for correct version of gmp.h... no and then says something about trying the --with-gmp and --with-mpfr options which I am already doing. My gmp directory is /mnt/lfs/sources/gmp My mpfr directory is /mnt/lfs/sources/mpfr The funny thing is that when I do: 1) cd /mnt/lfs/sources/gmp 2) find ./ -name 'gmp.h' The file gmp.h is nowhere to be found. Can anyone help me find gmp.h? With Thanks, Shawn Eary -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
