From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116179 invoked by alias); 26 May 2015 13:49:34 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 116123 invoked by uid 48); 26 May 2015 13:49:30 -0000 From: "hamzaalloush at live dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/66030] [5.1.0] std::codecvt_byname missing from libstdc++ DLL Date: Tue, 26 May 2015 13:49:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hamzaalloush at live dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-05/txt/msg02140.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66030 --- Comment #2 from Hamza Alloush --- with gcc 5.1, i also have this bug, whenever i try to cross compile boost with mingw, as it tries to define codecvt_byname for ${BOOST_DIR}/libs/locale/src/std/codecvt.cpp ## undefined reference to `std::codecvt_byname::codecvt_byname(char const*, unsigned int)' ## i use gcc 4.9.3 and i don't have this problem. http://pastebin.com/HcizTVkg