This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: MPC version 0.8 released!
> 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...
Delete the shared library and keep only the static one.
--
Eric Botcazou