This is the mail archive of the gcc-help@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: gcc-4.5.2, build failed


exa <exafish@yahoo.de> writes:

> /usr/bin/ld: warning: libgmpxx.so.3, needed by
> /home/bf/tools/libs/ppl/lib/libppl_c.so, may conflict with libgmpxx.so.4
> /usr/lib64/libgmpxx.so.3: undefined reference to `__gmp_doprnt_mpf'

When you built the PPL library, you linked it against GMP version 3.
You are now trying to link gcc itself with GMP version 4.  Don't do
that.

Ian


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