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!


On Fri, Nov 6, 2009 at 6:12 PM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> -- 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...

That's expected and true for all other build dependencies as well.

Richard.


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