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: Trouble building gcc-4.3.4 on non-standard location


On 1/14/2011 8:05 AM, apoorv kulshrestha wrote:
Yeah mpfr headers and lib are in {install dir}/include and {install
dir}/lib respectively. I built and installed mpfr and gmp to the same
location beforehand.

maybe it's cc1 that can't find the library.
if you type "ldd /home/panthdev/apps/gcc-4.3.4-compliant/compiler/objdir/./gcc/cc1" does it give you the same library not found error? Did you build the gcc that owns that cc1 or just copy it over?
John



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