Skip to content
Prev 69607 / 398525 Next

Solaris 10 on amd and R-2.1.0

On Thu, 12 May 2005, Vin Everett wrote:

            
Did you also install the GNU binutils from there?
I've tried to reassemble the line, and I get

checking for Fortran libraries of g77...  -L/usr/ccs/lib -L/usr/lib
-L/usr/local/lib -L/usr/local/lib/gcc-lib/i386-pc-solaris2.10/3.3.2
-L/usr/ccs/bin -L/usr/local/lib/gcc-lib/i386-pc-solaris2.10/3.3.2/../../..
-lfrtbegin -lg2c -lm -lgcc_s -lfrtbegin: -lg2c:

Now, the problem is those trailing colons: I have no idea what they mean
and nor it seems does gcc. (I don't see where -lg2c:: comes from.)

It should be possible to work around this, by setting

FLIBS=-lg2c -lm -lgcc_s

e.g. in config.site and re-configuring.

That is a somewhat old version of gcc: I suggest you use it to compile
3.4.3 from the sources and see if that works better.