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: Cannot compute suffix of object file - while building gcc 4.6.0


Syed Bilal Mehdi <bilal.mehdi87@gmail.com> writes:

> /scratch/local/Bilal/gccSource2/host-i686-pc-linux-gnu/gcc/cc1: error while
> loading shared libraries: libmpc.so.2: cannot open shared object file: No
> such file or directory

There's your problem.

It's the common cause listed in

http://gcc.gnu.org/wiki/FAQ#Configuration_fails_with_.27.27configure:_error:_cannot_compute_suffix_of_object_files:_cannot_compile.27.27._What_is_the_problem.3F 

Ian


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