This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: -mwindows


John Dye <J.M.Dye@newcastle.ac.uk> writes:

> Hi, I'm new to C programming, and am having some trouble getting things to
> work. In particular, I can't getting g++ to reckise the option -mwindows,
> it just reports an unknown option message. What am I doing wrong or what
> haven't I done that I should have?

The -mwindows option is not yet properly integrated into the GCC front
end.  You have to make sure that the command that uses it is *only*
linking object and library files, no C files.
-- 
David Fox	   http://www.cat.nyu.edu/fox		xoF divaD
NYU Media Research Lab   fox@cat.nyu.edu   baL hcraeseR aideM UYN
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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