I have install the libaray and complie the samples. But I don't know how to compile my own program. Who can tell me how to do it? Thank you.
2. Re: Stupid question:-$
#2483
Posted by: 2003-08-20 05:32:18
BTW: I am using Linux
3. Re: Stupid question:-$
#2492
Posted by: 2003-08-21 01:27:58
Hi there!
Maybe this is the wrong forum because it deals with wxWindows and the Dev-C++ IDE for windows.
Anyway, as far as I remember there was a section about compiling apps using wxWindows in the INSTALL file. You should try something like g++ `wx-config -cxxflags -libs` bla.cpp
Try wx-config to see all options. Haven't worked on Linux for some time now... Maybe try the Anjuta IDE. The latest vesion has support for wxWindows projects and is very much like Dev-C++.
If nothing else helps: Try the wxWindows mailing list.