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
Message-ID: <005701c161a7$25714ee0$4a2caac8@rosa>
From: "Kevin Mackie" <kevinm@ieg.com.br>
To: "Gerrit P. Haase" <cygwin@cygwin.com>
References: <3bdf0529.1a1e.0@ieg.com.br> <2903380712.20011030235925@familiehaase.de>
Subject: Re: failed to compile cygwin <<Scan Mail hat keinen Virus gefunden>>
Date: Tue, 30 Oct 2001 22:58:25 -0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400

Hi Gerrit,

> > My make also choked on cygwin/cygheap.cc with "implicit declaration of
function
> > int memset(...)"
>
> If it is just a warning...

Yes, you'd think the compiler would just treat it as a warning and continue
to compile -- but it doesn't. I did verify that the -Werror flag was not
being passed to g++. For example, if you try to compile a very simple
program like "main(){memset(0,0,0);}" with g++, you will see that the above
error message is displayed and the "a.exe" file is not generated -- i.e. the
compiler treats it as an error and aborts.

Tchau,
Kevin



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

