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: Building gcc-4.4.0


"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


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