This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: Duplicate symbols from STL


On Sun, 2 Aug 1998, Laurent BloB Vaucher wrote:

>     Hello. I recently downloaded beta 19 and tried
> to compile some simple C++ stuff and I have problems
> when trying to link. The linker tells me there are
> duplicate symbols like basic_strings thingies. It
> seems those symbols are present both in the libstdc++.a,
> which seems perfectly normal, and in my .o files which
> include <string> (maybe inline expansions?).

Upgrade your compiler toolchain to egcs. See:
  
  http://www.xraylith.wisc.edu/~khan/software/gnu-win32/egcs.html
  ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin32/releases/

>     I tried to browse the mailing list archives, but
> that's not quite aesy, and I only found references to
> "undefined symbols". Is there a special option I should
> use with thet compiler, with the linker? Does anyone
> have the same problem?

There should be quite a few posts with "STL" in it. Perhaps search for STL
instead of "undefined symbols" might pick up the relevant posts?

Regards,
Mumit

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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