【发布时间】:2013-09-12 17:11:49
【问题描述】:
使用:
Compiler: 4.81 GCC (MINGW)
OS: windows 7
wxwidgets: version (2.8) & (2.6) [out of frustration tried both versions]
installation instruction followed: wxwidget [wx/doc/install.txt]
安装wxwidgets时遇到问题;我已经尝试了MSYS 方法和使用cmd.exe 但似乎无法让它工作
所以最近尝试了全新安装,但出现以下错误:
ld.exe: cannot find -lwxmsw26ud_core
既然是链接错误;我检查了C:\wxWidgets\lib\gcc_lib\,但wxmsw26ud_core 不见了。所以我猜在构建过程中有问题。
作为参考,我在C:\wxWidgets\build\msw下使用下面的mingw32-make -f makefile.gcc BUILD=debug UNICODE=1 SHARED=0 MONOLITHIC=0
有什么建议可以让它发挥作用吗?
提前致谢
【问题讨论】:
标签: c++ compilation linker mingw wxwidgets