Menu

#140 [wxcurl] dll build error using mingw-gcc

open
nobody
None
5
2012-12-15
2012-03-29
Greg Newton
No

-lwldap32 is missing from default LDFLAGS in makefile.gcc

mingw32-make -f makefile.gcc WX_SHARED=1

fails with unresolved symbols

workaround: mingw32-make -f makefile.gcc WX_SHARED=1 LDFLAGS=-lwldap32

See also (not posted by me): http://forums.wxwidgets.org/viewtopic.php?t=34334&p=141015#p141060

Discussion


Log in to post a comment.