On Thu, Jan 03, 2008 at 04:42:27PM +0000, Wookey wrote:
> I think the reason is that the build uses:
> $(shell wx-config --libs --gl-libs) to list the wx libs so gets all of
> them. I haven't fixed this yet as I'm not sure what the best fix is.
> Should we just list the libs that actually are used, or is there a way
> to use wx-config to DTRT?

You can list the libs you want like so (note I've not even looked at
what loch might need - this just shows the syntax):

wx-config --libs core,base

Cheers,
    Olly

Reply via email to