http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47362
Summary: genconstants.c:68: undefined reference to `_ __chkstk_ms' on 01/15/2011 snapshot Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassig...@gcc.gnu.org ReportedBy: michael.a.richm...@nasa.gov Host: i686-pc-cygwin Target: i686-pc-cygwin Build: i686-pc-cygwin When I compile the gcc 4.6 snapshot of 01/15/2011 on Cygwin I get the message: build/genconstants.o: In function `print_enum_type': /home/mrichmon/gcc-4.6-20110115/gcc/genconstants.c:68: undefined reference to `_ __chkstk_ms' This does not occur when compiling earlier snapshots of gcc 4.6 on Cygwin. It does not occur when compiling the snapshot of 01/15/2011 on other platforms.