News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

undefined reference in libstdc++.

Started by L_O_J, August 21, 2006, 01:10:26 PM

Previous topic - Next topic

L_O_J

Okay I compiled a project that I import from VC Express 2005, but I always got undefined reference in libstdc++ 'wcrtob', 'wcrt...', etc. any clue ??? I'm really confused here, I got all the lib that the project link. Am   I missing something here ?

MortenMacFly

Quote from: L_O_J on August 21, 2006, 01:10:26 PM
Am   I missing something here ?
Could you please post a full build log (with all erros)? Did you forget to link against certain Windows SDK libs?
With regards, Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]