gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gm2-2022-03-16 on NetBSD 9.1 Sparc


From: Gaius Mulley
Subject: Re: gm2-2022-03-16 on NetBSD 9.1 Sparc
Date: Sat, 26 Mar 2022 10:47:16 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

john o goyo <jog37@riddermarkfarm.ca> writes:

> Greetings, Gaius.
>
> On 2022-03-24 17:19, Gaius Mulley wrote:
>> john o goyo <jog37@riddermarkfarm.ca> writes:
>> [...]
>>> The library locations of gmp, mpc, and mpfr are still not propogated
>>> down to m2, despite being specified during configuration:
>>>
>>> ../../src/gcc-git/configure \
>>> --prefix=$HOME/gm2/$VERSION \
>>> --exec-prefix=$HOME/gm2/$VERSION \
>>> --with-mpc=/usr/local \
>>> --with-gmp=/usr/local \
>>> --with-mpfr=/usr/local \
>>> --enable-languages=c,c++,m2 \
>>> --enable-threads=posix \
>>> --disable-bootstrap
>>>
>>> This was solved by adding the path to LD_LIBRARY_PATH.
>>>
>>> (The same problem persists with the inclusion directories.  Here
>>> gcc/m2/Make-lang.in was modified.)
>> many thanks John - out of interest what changes are necessary to
>> gcc/m2/Make-lang.in?
>
> I added an explicit "-I/usr/local/include" to most of the compilation
> rules.  (Adding this to CFLAGS was ineffective.)

Hi John,

ah thanks - sounds like a bug - I'll look into this,

regards,
Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]