This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/51673] undefined references / libstdc++-7.dll


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]