autoconf
[Top][All Lists]
Advanced

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

Re: Where did the Cygwin and Mingw checks go?


From: Earnie Boyd
Subject: Re: Where did the Cygwin and Mingw checks go?
Date: Mon, 20 Nov 2000 15:25:51 -0800 (PST)

--- Mo DeJong <address@hidden> 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:address@hidden

---         <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

[Prev in Thread] Current Thread [Next in Thread]