Mail Archives: cygwin/1998/06/06/05:09:18
> You should only use -mwindows at the linking stage, the compiler doesn't
> understand it. In other words:
> gcc -o foo.exe foo.o bar.o -mwindows
> is fine, but
> gcc -o foo.exe foo.c bar.c -mwindows
> or
> gcc -c -o foo.o foo.c -mwindows
> are not.
>
I can certainly deal with that, but at best it seems inconsistent IMHO. It
seem to the that the compiler driver program (i.e., gcc) should be smart
enough to know which options to pass to which phase.
Rick
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -