Hello,
I am trying to run http://www.wxwidgets.org/docs/tutorials/hello.htm example and get:
$ g++ hworld.cpp `wx-config --libs` `wx-config --cxxflags` -o hworld
/usr/bin/ld: Undefined symbols:
typeinfo for wxListBase
typeinfo for wxApp
typeinfo for wxFrame
typeinfo for wxThread...