Author Topic: undefined reference in libstdc++.  (Read 3430 times)

Offline L_O_J

  • Multiple posting newcomer
  • *
  • Posts: 10
undefined reference in libstdc++.
« on: August 21, 2006, 01:10:26 pm »
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 ?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: undefined reference in libstdc++.
« Reply #1 on: August 21, 2006, 03:05:22 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ