From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14642 invoked by alias); 10 May 2010 14:03:23 -0000 Received: (qmail 12604 invoked by uid 48); 10 May 2010 14:03:10 -0000 Date: Mon, 10 May 2010 14:03:00 -0000 Message-ID: <20100510140310.12603.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/43911] [4.4/4.5 Regression] g++ can't compile any even trivial c++ source: undefined reference to `_Unwind_GetIPInfo' In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dougmencken at gmail dot com" 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 X-SW-Source: 2010-05/txt/msg00978.txt.bz2 ------- Comment #19 from dougmencken at gmail dot com 2010-05-10 14:03 ------- It works on powerpc-uclibc host, but if bootstrapped the following way: ---- Configured with: ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --build=powerpc-gnu-linux-uclibc --host=powerpc-gnu-linux-uclibc --target=powerpc-gnu-linux-uclibc --with-system-zlib --enable-languages=c,c++,fortran --disable-nls --disable-werror --disable-multilib --disable-libssp --disable-shared --enable-threads=posix --disable-__cxa_atexit Thread model: posix gcc version 4.5.0 (GCC) ---- I just changed --enable-shared to --disable-shared and got working g++. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43911