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