This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

make hello gives core dumped


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]