indent-2.2.5 and ed-0.2

Earnie Boyd earnie_boyd@yahoo.com
Wed Dec 20 13:45:00 GMT 2000


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



More information about the Cygwin mailing list