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: 18 Aug 2003 22:36:47 -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
------- 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.