This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/47362] New: genconstants.c:68: undefined reference to `_ __chkstk_ms' on 01/15/2011 snapshot
- From: "michael.a.richmond at nasa dot gov" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Jan 2011 17:31:18 +0000
- Subject: [Bug c/47362] New: genconstants.c:68: undefined reference to `_ __chkstk_ms' on 01/15/2011 snapshot
- Auto-submitted: auto-generated
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: unassigned@gcc.gnu.org
ReportedBy: michael.a.richmond@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.