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]

ld problem with templates


dear sirs,
I tried to compile a program that uses stl extensivly.
There is no problem to compile it with  gnu 2.7.2 under solaris, linux
and OS/2.
Using gnuwin32 causes hundreds of linker errors like this:
 ... multiple definition of __default_alloc_template<false,0>::...

(all errors occured contain '__default_alloc_template<false,0>::' !)

Is it a known problem? Should I use other ld options?

options to compile cc files were :
	gcc -c xx.cc

options to link the executable were :
	gcc -o xx.exe xx.o ... -lstdc++ -lg++ -lm


thanks 
	S. Triebel
-- 

 --------------------------------------------------------------------
|######........|                         |                           |
|######........| Sylvio Triebel          | Tel.: +49 (0)3677 69 1171 |
|..##..........| TU Ilmenau              |              oder 69 1168 |
|..##.##.##....| PSF 327, 98693 Ilmenau  | FAX : +49 (0)3677 69 1163 |
|.....##.##....|                         |                           |
|.....#####.##.|-----------------------------------------------------|
|.....#####.##.|                                                     |
|...........##.| E-Mail: silvio@inf-technik.tu-ilmenau.de            |
|...........##.|                                                     |
 --------------------------------------------------------------------
-
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]