Author Topic: ld.exe: cannot find -lwxmsw28ud  (Read 4227 times)

the4

  • Guest
ld.exe: cannot find -lwxmsw28ud
« on: September 16, 2008, 08:30:02 pm »
i am a new one for c::b
when i building a test program with WxWinget ,i have a problem like subject;i compiling Wxwinget with "mingw32-make -f makefile.gcc  MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release"and"mingw32-make -f makefile.gcc  MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=debug
" how i should do?
 
--------------------------------------------------------------------------------

OS: winXP SP2
Compiler: mingw 5.1.4
IDE: Code::Blocks 8.02
wxMSW:  2.8.8
« Last Edit: September 16, 2008, 08:31:47 pm by the4 »

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: ld.exe: cannot find -lwxmsw28ud
« Reply #1 on: September 17, 2008, 01:36:55 am »
Add the directory containing libwxmsw28ud.a to the linker search paths. It may help to read the wxWindowsQuickRef.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

the4

  • Guest
Re: ld.exe: cannot find -lwxmsw28ud
« Reply #2 on: September 17, 2008, 05:46:57 am »
Thank you!