This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Solaris 2.5.1, gcc 20000501, as external symbol problem
- To: mckelvey at bean dot jpl dot nasa dot gov
- Subject: Re: Solaris 2.5.1, gcc 20000501, as external symbol problem
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Thu, 4 May 2000 23:22:34 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- References: <200005042026.NAA01135@mushroom.jpl.nasa.gov>
> Does this error mean I need to instal binutils? I see that the FAQ
> reports problems with shared libraries if I do use binutils.
Most likely, it's not a problem with shared library, but with the size
of assembler names; g++ tends to exceed undocumented and strangely
appearing limitations in /usr/ccs/bin/as. To work-around that, you can
try -fsquangle, or binutils.
Regards,
Martin