--static
Vadim Zeitlin
vadim at wxwindows.org
Tue Aug 22 13:52:32 PDT 2006
On Tue, 22 Aug 2006 20:43:38 +0200 "..::pytajnik" <pytajnik at poczta.niestety.nie.dziala.cn> wrote:
> What I can make a static programs?
You need to build static wxWidgets libraries first. This is done by
running configure with --disable-shared argument.
> I run this
> $(CC) -Wall `wx-config --cxxflags --libs --static=yes` prog.o
> and get many errors.
It may also be useful to have a look at what exactly wx-config --static
returns.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list