Matthew Burgess wrote: > On Mon, 21 Jun 2010 11:34:55 -0600, Matthew Burgess > <matt...@linuxfromscratch.org> wrote: > >> What parameters, exactly, did you pass to get a successful build of GCC >> with MPFR-3.0.0 in-tree? > > --with-gmp-include=/mnt/lfs/sources/gcc-build/gmp and > --with-gmp-lib=/mnt/lfs/sources/gcc-build/gmp/.libs seem to do the trick so > far...
It would certainly be good if we could use relative paths. Would --with-gmp-include=./gmp --with-gmp-lib=./gmp/.libs work? Otherwise, I think we would need to do something like: --with-gmp-include=$PWD/gmp --with-gmp-lib=$PWD/gmp/.libs -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page