On 18 Nov 2011, at 03:26, Dave Tapley wrote:
> "wx-config --libs now only gives the standard libs. For e.g. aui you
> need to do: wx-config --libs std,aui. Alternatively, wx-config --libs
> all returns all available libraries.
> The naming of libraries has changed (see above): there are no longer
I just found this which may be of interest to those of you who (like
me) have been hacking with the call to wx-config in wxcore's Setup.hs,
specifically to get the correct libraries returned for your platform:
"wx-config --libs now only gives the standard libs. For e.g. aui you
need to do: wx-conf