2010/6/21 Matthew Burgess <matt...@linuxfromscratch.org> > > I'm obviously doing something daft, as it's failing to build with those > options > for me. Here's my full configure command: > > ../gcc-4.5.0/configure \ > --target=$LFS_TGT --prefix=/tools \ > --disable-nls --disable-shared --disable-multilib \ > --disable-decimal-float --disable-threads \ > --disable-libmudflap --disable-libssp \ > --disable-libgomp --enable-languages=c \ > --with-gmp-include=/mnt/lfs/sources/gcc-build/gmp \ > --with-gmp-lib=/mnt/lfs/sources/gcc-build/gmp > > Actually, it was I who was daft. My build env was not clean at the time I wrote this. Rebuilding in a fresh, clean env failed with my previous params. Using
--with-gmp-include=$PWD/gmp > --with-gmp-lib=$PWD/gmp/.libs did solve it for me. Best regards, Thibaud F.
-- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page