[wx-dev] wx-config --libs doesn't add media and gl if they're
enabled
Vadim Zeitlin
vadim at wxwidgets.org
Sun Jul 1 15:33:55 PDT 2007
On Sun, 1 Jul 2007 11:03:03 -0400 John Labenski <jlabenski at gmail.com> wrote:
JL> wxWidgets 2.8 branch from CVS in Linux.
JL>
JL> I've enabled the media and gl library using the configure options
JL> --enable-mediactrl=yes
JL> --with-opengl
JL>
JL> however, when I run 'wx-config --libs' they aren't added? Is this correct?
This doesn't seem correct to me, I'd expect it to output all available
libraries. But the logic of wx-config is impenetrable for simple mortals...
JL> Is there any way to get the complete list of libs that wxWidgets has
JL> compiled to link against?
Not AFAIK. Such an option ("--has xxx"?) could be useful but, again,
personally I try to stay as far away from wx-config as possible so someone
braver than me would have to look into implementing it.
Regards,
VZ
More information about the wx-dev
mailing list