News:

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

Main Menu

ld.exe cannot find -lwxmsw28ud

Started by Peter, March 15, 2013, 06:42:59 AM

Previous topic - Next topic

Peter

I'm try to work with wxWidgets.

I get this Message,

ld.exe    cannot find -lwxmsw28ud

what it mean?

I use MinGW

MortenMacFly

Quote from: Peter on March 15, 2013, 06:42:59 AM
ld.exe    cannot find -lwxmsw28ud
The linker (ld.exe) cannot fin the library (-l) named "wxmsw28ud". Usually the actual file name is libwxmsw28ud.a.

Please read yourself into basic programming and learn how a compiler/linker works. Then grab yourself the tutorial for GCC, then pipe what you've learned into the IDE. (Not to forget: Read yourself into wxWidgets, especially what flavours are possible).

These things are out of the scope of this forum, btw!
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]