Re: GTK+2 & Windows



Clive Levinson writes:
Note that I am using the -mno-cygwin which instructs gcc not to
link with the cygwin libraries (effectively makes cygwin gcc act
like MinGW). This flag is only probably required for linking, not
for compiling, but it doesn't seem to do any harm.

It is required for compiling, too. Otherwise you would compile using
Cygwin's headers, corresponding to the Cygwin C library, but link with
the Microsoft C library. A good way to get total chaos (if the link
phase would succeed at all).

--tml





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]