On Mon, 21 Jun 2010 14:02:15 -0500, Bruce Dubbs <[email protected]> wrote:
> Matthew Burgess wrote:
>> On Mon, 21 Jun 2010 11:34:55 -0600, Matthew Burgess
> <[email protected]> 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?

Unfortunately, it doesn't appear to like relative paths but:

> Otherwise, I think we would need to do something like:
> 
> --with-gmp-include=$PWD/gmp
> --with-gmp-lib=$PWD/gmp/.libs

That works, although I used the $(pwd) syntax already in use in the GCC
pass2 instructions.

Regards,

Matt.

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to