This is the mail archive of the gcc@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: Bootstrap failure?


> 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.

-- 
Eric Botcazou


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