--- Mo DeJong <[EMAIL PROTECTED]> wrote:
> 
> No, it depends in what your compiler outputs.
> 
> % cat tmp.c 
> int i;
> 
> % i386-mingw32msvc-gcc -c tmp.c
> 
> % ls tmp.*
> tmp.c  tmp.o
> 
> % ./i586-cygwin32-gcc -c tmp.c 
> 
> % ls tmp.*
> tmp.c  tmp.o
> 
> You would only get a .obj file if you were using VC++.
> 

Correct!.  And for VC++ since you don't have uname you would have to specify
the values for the variables.

Cheers,

=====
Earnie Boyd
mailto:[EMAIL PROTECTED]

---         <http://earniesystems.safeshopper.com>         ---
--- Cygwin: POSIX on Windows <http://gw32.freeyellow.com/> ---
---   Minimalist GNU for Windows <http://www.mingw.org/>   ---

__________________________________________________
Do You Yahoo!?
Yahoo! Calendar - Get organized for the holidays!
http://calendar.yahoo.com/

Reply via email to