Building gcc-4.4.0

Ian Lance Taylor iant@google.com
Thu May 14 05:49:00 GMT 2009


"Bill McEnaney" <bill@rkirkpat.net> writes:

> -Wl,-M,libgcc.map

You are using the GNU linker, but the gcc build system thinks that you
are using the Solaris linker.  You must use the --with-gnu-ld option
when you run configure.

Ian



More information about the Gcc-help mailing list