This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MPC version 0.8 released!
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: "Kaveh R. GHAZI" <ghazi at caip dot rutgers dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 06 Nov 2009 18:12:25 +0100
- Subject: Re: MPC version 0.8 released!
- References: <Pine.GSO.4.58.0911051048590.4069@caipclassic.rutgers.edu>
-- Kaveh,
> Please test this version and report back in this thread (not to me
> privately) the results of "make check". Also include your target triplet,
> and the versions of your compiler, gmp and mpfr.
>
I'm testing for the first time a complete build of the compiler itself
with mpc, and I'm seeing something unexpected. I'm not sure if this
discussion belongs here, probably this is only about the proper
functioning of mpc itself, please correct me...
Anyway, the issue is simple: I installed mpc under /usr/local and the
configury properly recognized it and used it during the build. Then the
latter fails when building libgcc like this:
......./trunk-build/./gcc/cc1: error while loading shared libraries:
libmpc.so.2: cannot open shared object file: No such file or directory
It looks like I should add /usr/local/lib to my LD_LIBRARY_PATH for mpc?
I didn't expect that...
Thanks,
Paolo.