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:

> My workstation Tamino wants to make a liar out of me. :)  I expected
> "him" to complain about tools.zip.  "He" wrote instead:
>
> reating as linker script
> /usr/local/sparc-sun-solaris2.8/bin/ld:libgcc.map:1: syntax error
> collect2: ld returned 1 exit status
> make[5]: *** [libgcc_s.so] Error 1
> make[5]: Leaving directory `/home/gc/sparc-sun-solaris2.8/sparcv9/libgcc'
> make[4]: *** [multi-do] Error 1
> make[4]: Leaving directory `/home/gc/sparc-sun-solaris2.8/libgcc'
> make[3]: *** [all-multi] Error 2
> make[3]: Leaving directory `/home/gc/sparc-sun-solaris2.8/libgcc'
> make[2]: *** [all-stage1-target-libgcc] Error 2
> make[2]: Leaving directory `/home/gc'
> make[1]: *** [stage1-bubble] Error 2
> make[1]: Leaving directory `/home/gc'
> make: *** [all] Error 2

You trimmed off too much.  Please show us more of the end of the log
file, including the command being run.

This should only happen if you used --with-gnu-ld.  Is
/usr/local/sparc-sun-solaris2.8/bin/ld the GNU linker?  Which version of
the GNU linker is it?  You can use the --version option to find out.

Ian


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