Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com To: cygwin AT cygwin DOT com Subject: make hello gives core dumped Message-ID: <1012828674.3c5e8a02ce2aa@imp.free.fr> Date: Mon, 04 Feb 2002 14:17:54 +0100 (MET) From: b DOT lecomte AT free DOT fr MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.42 X-Originating-IP: 194.51.48.237 Hello there, It must be really basic : make Hello gcc Hello.c -o Hello make: *** [Hello] Aborted (core dumped) with gcc -v 2.95.3-5 /* #include #include */ int main () { printf ("Hello, World\n"); } (whereas the same works with RedHat 7.1 (kernel 2.2.19-7.0.12) gcc 2.96) what's wrong ? -- 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/