This is the mail archive of the cygwin@cygwin.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: Win32 api and using in Cygwin


Mark Schoenberg wrote:
> 
> Dear Rob,
> 
>      I am not sure that I can see your problem.  If the code below is in the
> file a.c or a.cpp, the command "gcc -o a a.c" or "gcc -o a a.cpp" compiles a.exe
> for me without any errors messages.  Executing a.exe, of course, results in
> nothing special happening.
> 

The current versions of gcc will find the windows include files
regardless that you didn't specify -mwin32.  Some prior versions only
included windows include files if you specified -mwin32.

I suggest upgrading to gcc-2.95.3-4.
-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: 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]