after compiling wxgtk.. and this format:
g++ sample.cpp `wx-config --libs --cxxflags` -o sample
it can compile but if you run this the error is::
./sample: error while loading shared libraries: libwx_gtk2_aui-2.8.so.0: cannot open shared object file: No such file or directory
but all its lib.. where installed i dont know where to find ibwx_gtk2_aui-2.8.so.0 or where is the download site of that file..
THANKS FOR HELPING: :)