delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT sources DOT redhat DOT com |
Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
From: | Chris Faylor <cgf AT cygnus DOT com> |
Date: | Tue, 18 Jul 2000 10:03:20 -0400 |
To: | cygwin AT sources DOT redhat DOT com |
Subject: | Re: -mnocygwin |
Message-ID: | <20000718100320.B6065@cygnus.com> |
Reply-To: | cygwin AT sources DOT redhat DOT com |
Mail-Followup-To: | cygwin AT sources DOT redhat DOT com |
References: | <20000718135218 DOT 27204 DOT qmail AT web5503 DOT mail DOT yahoo DOT com> |
Mime-Version: | 1.0 |
User-Agent: | Mutt/1.2i |
In-Reply-To: | <20000718135218.27204.qmail@web5503.mail.yahoo.com>; from bmcnultyjunior@yahoo.com on Tue, Jul 18, 2000 at 06:52:18AM -0700 |
On Tue, Jul 18, 2000 at 06:52:18AM -0700, Bobby McNulty Junior wrote: >Is -mno-cygwin still there? >I read somewhere that it was suppossed to be taken >out. This was back when i was under sherlock_abc AT netzero DOT net. Yep. We removed -mno-cygwin along with the "-g", "-O", and "-I" and all of the other options. They were all just cluttering up the gcc command line, making it hard to understand what is going on. Now, gcc just prompts you for all of its options, i.e. % gcc foo.c gcc: do you want to produce an object file (formerly -c)? y gcc: do you want to add debugging information (formerly -g)? y gcc: do you want to produce an object file that does not rely o \ the cygwin dll (formerly -mno-cygwin)? y gcc: enter any directories that you would like to search for include \ files (Press enter when done): /usr/include gcc: enter any directories that you would like to search for include \ files (Press enter when done): /usr/local/include gcc: enter any directories that you would like to search for include \ files (Press enter when done): gcc: would you like to optimize the compiled code (formerly -O)? y gcc: enter the level of optimization required: 2 etc. cgf -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |