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/