This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51673] undefined references / libstdc++-7.dll
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 06 Mar 2012 18:43:19 +0000
- Subject: [Bug libstdc++/51673] undefined references / libstdc++-7.dll
- Auto-submitted: auto-generated
- References: <bug-51673-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51673
--- Comment #15 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-06 18:43:19 UTC ---
(In reply to comment #14)
> i've found the core issue for problem mentioned in comment 12.
> the --disable-nls configure option causes missing x64 .dll exports
> but this is imho a bug (libstdc++ headers allow boost to use locale
> support but linking fails later). i've --enabled-nls and it works fine.
This is why we ask for configure options in bug reports - you hadn't mentioned
anything about --disable-nls
I agree it's a bug if --disable-nls has any effect on libstdc++ exports.