This is the mail archive of the gcc-bugs@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]

Re: Solaris 2.5.1, gcc 20000501, as external symbol problem


> 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


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