hello there,
I've just installed from "setup.exe" launched from www.cygwin.com
and have this log with the Hello world program :
"sub-system MS-DOS 16 bits" titled warning window appears on
Windows2000 (service pack2)
(without ntsec, just set CYGWIN=tty notitle glob)
$ make Hello
gcc Hello.c
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 ?
--
2 matches
Mail list logo