static (2)
Zorro
zorro at zoooooro.pl
Mon Dec 3 23:15:02 PST 2007
I download latest version compile with static options
And now i compile my program
g++ -Wall -o prog `../wx-config --cxxflags --libs` prog.cpp
not working
if I run this:
$ ~/wxGTK-2.8.7/wx-config --cxxflags --libs
-I/home/users/wxGTK-2.8.7/lib/wx/include/gtk2-unicode-release-2.8
-I/home/users/wxGTK-2.8.7/include
-I/home/users/wxGTK-2.8.7/contrib/include -D_FILE_OFFSET_BITS=64
-D_LARGE_FILES -D__WXGTK__ -pthread
-L/home/users/wxGTK-2.8.7/lib -pthread
-Wl,-rpath,/home/users/wxGTK-2.8.7/lib -lwx_gtk2u_richtext-2.8
-lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_qa-2.8
-lwx_gtk2u_html-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8
-lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8
I get good options. what happened?
More information about the wx-users
mailing list