From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9157 invoked by alias); 16 May 2010 09:15:34 -0000 Received: (qmail 9134 invoked by uid 48); 16 May 2010 09:15:22 -0000 Date: Sun, 16 May 2010 09:15:00 -0000 Message-ID: <20100516091522.9133.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/msg01695.txt.bz2 ------- Comment #27 from dougmencken at gmail dot com 2010-05-16 09:15 ------- This is actually not a regression. It all belongs to my setup: I'm using busybox (without any coreutils and other shells) and uclibc. Here's the diff made from bootstrap directories from my setup and gentoo stage 2 uclibc: http://ftp.osuosl.org/pub/manulix/misc/diff-gcc-4.4.2-bootstraps.out libgcc/libgcc.map in the second doesn't include _Unwind_GetIPInfo and a bunch of others. This might be due to uname -p = unknown and such. But it is not a regression in GCC. Now closing this bug as WORKSFORME. Sorry for your time. -- dougmencken at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43911