This is the mail archive of the cygwin@sources.redhat.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: indent-2.2.5 and ed-0.2


--- "Bradley A. Town" <townba@pobox.com> 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:earnie_boyd@yahoo.com

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]