A few weeks ago I asked if it was possible to build a binary with cygwin
that does not required cygwin1.dll.
I got back three different answers:
(1) "try searching the mailing list archives for -mno-cygwin"
(2) "You can't"
(3) "Read the FAQ entry"
Thanks to everyone who took the time
I am using gcc under cygwin and I would like to ship hello.exe to a friend
who does not have cygwin1.dll on his computer.
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
$ gcc hello.c -o hello.exe -st
2 matches
Mail list logo