Mohd Radzi Ibrahim
2014-09-17 00:43:05 UTC
Hi,
wx = 3.0.1
os = ubuntu 14.04
I build the library using this configure options:
../configure prefix=/usr/local/w32dll --host=i686-w64-mingw32
--enable-shared
Configured wxWidgets 3.0.1 for `i686-w64-mingw32'
Which GUI toolkit should wxWidgets use? msw
Should wxWidgets be compiled into single library? no
Should wxWidgets be linked as a shared library? yes
Should wxWidgets support Unicode? yes (using
wchar_t)
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.6 no
wxWidgets 2.8 yes
Which libraries should wxWidgets use?
STL no
jpeg builtin
png builtin
regex builtin
tiff builtin
zlib builtin
expat builtin
libmspack no
sdl no
after make and make install, the lib created in /usr/local/w32dll/lib
contains suffixes i686-w64-mingw32.dll.a
The problem is, when I use 'wx-config --libs' I have those without the
suffixes returned:
-L/usr/local/w32dll/lib -Wl,--subsystem,windows -mwindows
-lwx_mswu_xrc-3.0 -lwx_mswu_webview-3.0 -lwx_mswu_html-3.0 -lwx_mswu_qa-3.0
-lwx_mswu_adv-3.0 -lwx_mswu_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0
-lwx_baseu-3.0
Is there something missing in my ../configure that causes this to happen?
Thank you in advance.
best regards,
Radzi.
wx = 3.0.1
os = ubuntu 14.04
I build the library using this configure options:
../configure prefix=/usr/local/w32dll --host=i686-w64-mingw32
--enable-shared
Configured wxWidgets 3.0.1 for `i686-w64-mingw32'
Which GUI toolkit should wxWidgets use? msw
Should wxWidgets be compiled into single library? no
Should wxWidgets be linked as a shared library? yes
Should wxWidgets support Unicode? yes (using
wchar_t)
What level of wxWidgets compatibility should be enabled?
wxWidgets 2.6 no
wxWidgets 2.8 yes
Which libraries should wxWidgets use?
STL no
jpeg builtin
png builtin
regex builtin
tiff builtin
zlib builtin
expat builtin
libmspack no
sdl no
after make and make install, the lib created in /usr/local/w32dll/lib
contains suffixes i686-w64-mingw32.dll.a
The problem is, when I use 'wx-config --libs' I have those without the
suffixes returned:
-L/usr/local/w32dll/lib -Wl,--subsystem,windows -mwindows
-lwx_mswu_xrc-3.0 -lwx_mswu_webview-3.0 -lwx_mswu_html-3.0 -lwx_mswu_qa-3.0
-lwx_mswu_adv-3.0 -lwx_mswu_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0
-lwx_baseu-3.0
Is there something missing in my ../configure that causes this to happen?
Thank you in advance.
best regards,
Radzi.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.
To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users