This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MPC version 0.8 released!


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]