------- Comment #2 from justineuro at yahoo dot com 2009-08-31 00:09 ------- (In reply to comment #1) > This is a bug in your installation of GCC and cygwin. Thanks for the reply. I have since re-installed and subsequently got an "undefined reference to _winm...@16' error". It turns out I had to add the -shared option, i.e., use the command line "gcc -shared -o file.exe file.c". I got this solution from url: http://forums.sun.com/thread.jspa?threadID=5305805&messageID=10359759. All is fine now. Again thanks!
Justine -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41128