From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16958 invoked by alias); 18 Aug 2003 22:36:47 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 16951 invoked by uid 48); 18 Aug 2003 22:36:47 -0000 Date: Mon, 18 Aug 2003 22:36:00 -0000 Message-ID: <20030818223647.16950.qmail@sources.redhat.com> From: "gcc-bug at bullseye dot com" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030611232628.11164.gcc-bug@bullseye.com> References: <20030611232628.11164.gcc-bug@bullseye.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume" X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg02016.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11164 ------- Additional Comments From gcc-bug at bullseye dot com 2003-08-18 22:36 ------- I have attached the diagnostic output from the commands: echo 'int main(){return 0;}' >t.c c++ -v t.c That log is from running c++ after installing it (with "make install"). When I run the commands above in the GCC build directory itself, GCC succeeds and the resulting program runs without error.