Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Tue, 18 Jul 2000 10:03:20 -0400
To: cygwin@sources.redhat.com
Subject: Re: -mnocygwin
Message-ID: <20000718100320.B6065@cygnus.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sources.redhat.com
References: <20000718135218.27204.qmail@web5503.mail.yahoo.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
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@netzero.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@sourceware.cygnus.com

