Error making wxWigets 2.8.10 in Cygwin 1.7.5

Frédéric Bron frederic.bron@m4x.org
Sun Jun 27 07:55:00 GMT 2010


> ../configure --with-msw --enable-debug

to have a windows binary (independent of cygwin):
CC=gcc-3 CXX=g++-3 CFLAGS="-mno-cygwin" CXXFLAGS="-mno-cygwin"
LDFLAGS="-mno-cygwin" ./configure --with-msw ...

to have a cygwin binary
./configure --with-gtk ...

Frédéric

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list