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]

Re: SCO 5.0.2 error


Bill Walker wrote:

> Problem with libstdc++.a  on SCO 5.0.2 ?  The SCO loader is not doing what
> it should apparently.  I have not make the GNU loader work.  Has anyone ?

The SCO linker is doing exactly what it should be doing.  It just
happens to disagree with GCC as to the details about it.  The GNU linker
won't work on that target.  Most System V targets that don't use the GNU
tools are currently sunk by this.  OpenServer is in an unfortunate state
becuase GNU ld isn't a viable option.

> Does anyone have any suggestions ? (Other than the usual and
> non-constructive smart-aleck comments about getting another OS, if you
> please.)

I'm starting to wonder if it would be productive to tell GCC that we
just don't have 'weak' available to buy our way out of this problem.

> /usr/local/lib/gcc-lib/i586-pc-sco3.2v5.0.2/2.95.1/libstdc++.a(cstrmain.o): fatal error: symbol `basic_string<char, string_char_traits<char>, __default_alloc_template<false, 0> >::~basic_string(void)` multiply-defined, also in file /usr/tmp/ccXUiL9c.o
> collect2: ld returned 1 exit status


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