This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failure?
Eric Botcazou wrote:
>
> > libgcc_s.so.1.backup; else true; fi \ && mv libgcc_s.so.1.tmp libgcc_s.so.1
> > && ln -s libgcc_s.so.1 libgcc_s.so
> > /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc/./libgcc.map: file format not
> > recognized; \ treating as linker script
> > /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc/./libgcc.map:1: parse error
> > collect2: ld returned 1 exit status
> > gmake[3]: *** [libgcc_s.so] Error 1
>
> Did you not already reported that once? The SPARC/Solaris port is configured
> to use the Sun tools by default. Ergo you must specify --with-gnu-as and
> --with-gnu-ld at configure time if you use the GNU tools.
Probably in the context of trying to do a 64 bit build.
How quickly I can forget. A mere 13 months ago :-).
Thank you (again)! Regards, Bruce