| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 |
| 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 <stdlib.h>
#include <stdio.h>
*/
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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |