<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 140: [wxcurl] dll build error using mingw-gcc</title><link href="https://sourceforge.net/p/wxcode/bugs/140/" rel="alternate"/><link href="https://sourceforge.net/p/wxcode/bugs/140/feed.atom" rel="self"/><id>https://sourceforge.net/p/wxcode/bugs/140/</id><updated>2012-03-29T03:18:43Z</updated><subtitle>Recent changes to 140: [wxcurl] dll build error using mingw-gcc</subtitle><entry><title>[wxcurl] dll build error using mingw-gcc</title><link href="https://sourceforge.net/p/wxcode/bugs/140/" rel="alternate"/><published>2012-03-29T03:18:43Z</published><updated>2012-03-29T03:18:43Z</updated><author><name>Greg Newton</name><uri>https://sourceforge.net/u/gregnewton/</uri></author><id>https://sourceforge.net96f82e4362f9b7f96892c4856d1c2f2818d37584</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;-lwldap32 is missing from default LDFLAGS in makefile.gcc&lt;/p&gt;
&lt;p&gt;mingw32-make -f makefile.gcc WX_SHARED=1 &lt;/p&gt;
&lt;p&gt;fails with unresolved symbols&lt;/p&gt;
&lt;p&gt;workaround: mingw32-make -f makefile.gcc WX_SHARED=1 LDFLAGS=-lwldap32&lt;/p&gt;
&lt;p&gt;See also (not posted by me): &lt;a href="http://forums.wxwidgets.org/viewtopic.php?t=34334&amp;amp;p=141015" rel="nofollow"&gt;http://forums.wxwidgets.org/viewtopic.php?t=34334&amp;amp;p=141015&lt;/a&gt;#p141060&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>