[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gm2-2022-03-16 on NetBSD 9.1 Sparc
From: |
john o goyo |
Subject: |
gm2-2022-03-16 on NetBSD 9.1 Sparc |
Date: |
Thu, 24 Mar 2022 11:16:05 -0400 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 |
Latest results:
=== gm2 Summary ===
# of expected passes 7629
# of unexpected failures 2065
# of unresolved testcases 2047
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.)
Sincerely,
john
- gm2-2022-03-16 on NetBSD 9.1 Sparc,
john o goyo <=