This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/57220] [mingw] Undefined reference to __mingw_strtod
- From: "ktietz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 08 May 2013 20:04:56 +0000
- Subject: [Bug libstdc++/57220] [mingw] Undefined reference to __mingw_strtod
- Auto-submitted: auto-generated
- References: <bug-57220-4 at http dot gcc dot gnu dot org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57220
--- Comment #6 from Kai Tietz <ktietz at gcc dot gnu.org> 2013-05-08 20:04:56 UTC ---
Fine, by which date this version was built?
I am pretty curious to see that issue for 4.9 due I don't happen to see it on
my box.
Could you check, if libmingwex.a contains for you the symbol in question?
For me
$ x86_64-w64-mingw32-nm.exe /usr/local/x86_64-w64-mingw32/lib/libmingwex.a |
grep -e "__mingw_strtod"
displays:
0000000000000000 T __mingw_strtod
and shows symbol is present.