This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error making wxWigets 2.8.10 in Cygwin 1.7.5


> ../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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]