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: john o goyo
Subject: Re: gm2-2022-03-16 on NetBSD 9.1 Sparc
Date: Fri, 25 Mar 2022 14:36:02 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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.)

Sincerely,
john

regards,
Gaius




reply via email to

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