Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <005701c161a7$25714ee0$4a2caac8@rosa> From: "Kevin Mackie" To: "Gerrit P. Haase" References: <3bdf0529 DOT 1a1e DOT 0 AT ieg DOT com DOT br> <2903380712 DOT 20011030235925 AT familiehaase DOT de> Subject: Re: failed to compile cygwin <> 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/