This is the mail archive of the gcc-bugs@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]

[Bug bootstrap/54260] GCC 4.7.1 fails to build.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54260

--- Comment #4 from Mikael Pettersson <mikpe at it dot uu.se> 2012-08-16 07:24:56 UTC ---
(In reply to comment #3)
>  99 /home/Feto/sw/gcc/build/./gcc/cc1: error while loading shared libraries:
> libmpc.so.2: cannot open shared object
>     file: No such file or directory

You failed to inform the dynamic linker where to find libmpc.so.  Set
LD_LIBRARY_PATH to something like "/usr/local/lib:".


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