Re: Unresolved symbols in libstdc++

2004-11-10 Thread Gerrit P. Haase
Marco Alanen wrote: I might have solved this by adding -mno-cygwin, -mwin32 and -mwindows to the linker flags too. It doesn't run (eats up all CPU power instead), but at least it compiles. Yes, of course, if you don't add these flags the linker picks up the cygwin version of libgcc and the other

Re: Unresolved symbols in libstdc++

2004-11-10 Thread Marco Alanen
I might have solved this by adding -mno-cygwin, -mwin32 and -mwindows to the linker flags too. It doesn't run (eats up all CPU power instead), but at least it compiles. /Marco -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.ht

Unresolved symbols in libstdc++

2004-11-10 Thread Marco Alanen
Greetings (I posted this in cygwin.talk, but then I realized that this was a much more suited place) I'm trying to get a fairly large C++ project to compile using the mingw tools in cygwin. I've sorted out most of the errors so far, but now I'm stuck on the executable linking . Compilation flag