Dr. David Kirkby wrote:
Dr. David Kirkby wrote:
3) What could be wrong with my setting of LD_OPTIONS of:
LD_OPTIONS=-R/usr/local/gcc-4.3.4/lib -L/usr/local/gcc-4.3.4/lib
Actually, I can see what is wrong. I transposed the last two digits - it
should have been gcc-4.4.3, not 4.3.4
I know I made that mistake in a previous posting, but I thought it was a
typo. This time I know I it was not. That could explain it.
I'd still like to know how you manage to get both 32 and 64-bit versions
of gmp and mpfr.
Dave
OK, I set LD_OPTIONS to
-R/usr/local/gcc-4.4.3/lib -L/usr/local/gcc-4.4.3/lib
GCC 4.4.3 builds fine. There is no more of this "cannot compute suffix of object
files" rubbish.
However, at runtime, gcc is failing to find gcc_lib.so, so not all binaries build.
fatal: libgcc_s.so.1: open failed: No such file or directory
Any ideas Dennis - or anyone else for that matter?
Dave