This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
- From: "gcc-bug at bullseye dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Sep 2003 18:26:24 -0000
- Subject: [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
- References: <20030611232628.11164.gcc-bug@bullseye.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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
gcc-bug at bullseye dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From gcc-bug at bullseye dot com 2003-09-02 18:26 -------
I was able to successfully build GCC 3.3.1 and build C++ programs with it by
uninstalling the previous version of GCC (3.2), and using the configure
command "configure --with-gnu-as --with-as=/usr/local/bin/as --enable-
libunwind-exceptions". I used HP C to build GCC.