--- "Bradley A. Town" <[EMAIL PROTECTED]> wrote:
> export CFLAGS=-mno-win32
> ../configure

No, you'll not get a correct configure.  You'll want instead to
  CC='gcc -mno-win32' ../configure
so that configure will use the -mno-win32 switch and so that CFLAGS gets the
-O2 optimization flag by default.  You can set CFLAGS with other more
appropriate values but for -mno-win32 and -mno-cygwin set the CC variable
instead as it is important for configuration.

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! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to