public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume"
@ 2003-06-11 23:26 gcc-bug@bullseye.com
  2003-06-12  1:04 ` [Bug c/11164] " dhazeghi@yahoo.com
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: gcc-bug@bullseye.com @ 2003-06-11 23:26 UTC (permalink / raw)
  To: gcc-bugs

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

           Summary: ld: Unsatisfied symbol "_Unwind_Resume"
           Product: gcc
           Version: 3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: gcc-bug@bullseye.com
                CC: gcc-bugs@gcc.gnu.org
 GCC build triplet: ia64-hp-hpux11.22
  GCC host triplet: ia64-hp-hpux11.22
GCC target triplet: ia64-hp-hpux11.22

After "configure", "make bootstrap" fails with:

ld: Unsatisfied symbol "_Unwind_Resume" in file abi_check.o

I used GNU make 3.79.1.  I tried building with GCC 3.2 and with HP C A.05.41 
both with the same result.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
@ 2003-06-12  1:04 ` dhazeghi@yahoo.com
  2003-06-12  1:13 ` stevecor@bullseye.com
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-12  1:04 UTC (permalink / raw)
  To: gcc-bugs

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From dhazeghi@yahoo.com  2003-06-12 01:04 -------
Hello,

the problem is that the gcc unwind library hasn't been ported to HP-UX/IPF (see bug 10229 for 
more info.). In any case 3.2 is rather old at this point, and gcc 3.3 supposedly has fixed this 
problem. If you have a particular interest in using gcc 3.2, I believe the "--enable-libunwind-
exceptions " option for configure should allow you to build. With gcc 3.3, everything should build 
right out of the box. Would it be possible for you to try either of these two solutions? Thanks,

Dara


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
  2003-06-12  1:04 ` [Bug c/11164] " dhazeghi@yahoo.com
@ 2003-06-12  1:13 ` stevecor@bullseye.com
  2003-06-12  1:21 ` dhazeghi@yahoo.com
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: stevecor@bullseye.com @ 2003-06-12  1:13 UTC (permalink / raw)
  To: gcc-bugs

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 stevecor@bullseye.com  2003-06-12 01:13 -------
Subject: RE:  ld: Unsatisfied symbol "_Unwind_Resume"

This is 3.3.

-----Original Message-----
From: dhazeghi@yahoo.com [mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Wednesday, June 11, 2003 6:04 PM
To: gcc-bug@bullseye.com
Subject: [Bug c/11164] ld: Unsatisfied symbol "_Unwind_Resume"


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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
------------------------------------------------------------------------
----
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From dhazeghi@yahoo.com  2003-06-12 01:04
------- Hello,

the problem is that the gcc unwind library hasn't been ported to
HP-UX/IPF (see bug 10229 for 
more info.). In any case 3.2 is rather old at this point, and gcc 3.3
supposedly has fixed this 
problem. If you have a particular interest in using gcc 3.2, I believe
the "--enable-libunwind- exceptions " option for configure should allow
you to build. With gcc 3.3, everything should build 
right out of the box. Would it be possible for you to try either of
these two solutions? Thanks,

Dara



------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
  2003-06-12  1:04 ` [Bug c/11164] " dhazeghi@yahoo.com
  2003-06-12  1:13 ` stevecor@bullseye.com
@ 2003-06-12  1:21 ` dhazeghi@yahoo.com
  2003-06-21  0:32 ` gcc-bug at bullseye dot com
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-12  1:21 UTC (permalink / raw)
  To: gcc-bugs

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 dhazeghi@yahoo.com  2003-06-12 01:21 -------
Sorry, that'll teach me to try to reply quickly. I saw 3.2 in the synopsis and... What's the precise 
command line that's failing? I take it you just did configure with no options? Thanks,

Dara


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug c/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (2 preceding siblings ...)
  2003-06-12  1:21 ` dhazeghi@yahoo.com
@ 2003-06-21  0:32 ` gcc-bug at bullseye dot com
  2003-08-03 18:42 ` [Bug bootstrap/11164] " neroden at gcc dot gnu dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: gcc-bug at bullseye dot com @ 2003-06-21  0:32 UTC (permalink / raw)
  To: gcc-bugs

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|WAITING                     |NEW
     Ever Confirmed|                            |1


------- Additional Comments From gcc-bug at bullseye dot com  2003-06-21 00:32 -------
Yes "configure" and then "make bootstrap".  Just what is inside the quotes.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (3 preceding siblings ...)
  2003-06-21  0:32 ` gcc-bug at bullseye dot com
@ 2003-08-03 18:42 ` neroden at gcc dot gnu dot org
  2003-08-04  5:10 ` dhazeghi at yahoo dot com
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: neroden at gcc dot gnu dot org @ 2003-08-03 18:42 UTC (permalink / raw)
  To: gcc-bugs

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 neroden at gcc dot gnu dot org  2003-08-03 18:42 -------
Is this using GNU binutils or HP ld and gas?


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (4 preceding siblings ...)
  2003-08-03 18:42 ` [Bug bootstrap/11164] " neroden at gcc dot gnu dot org
@ 2003-08-04  5:10 ` dhazeghi at yahoo dot com
  2003-08-04 19:37 ` gcc-bug at bullseye dot com
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-04  5:10 UTC (permalink / raw)
  To: gcc-bugs

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


------- Additional Comments From dhazeghi at yahoo dot com  2003-08-04 05:10 -------
(Nathaniel) there is no GNU ld for HP-UX/IA64. Can you clarify about the assembler though? 
Thanks,

Dara


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (5 preceding siblings ...)
  2003-08-04  5:10 ` dhazeghi at yahoo dot com
@ 2003-08-04 19:37 ` gcc-bug at bullseye dot com
  2003-08-11 17:26 ` dhazeghi at yahoo dot com
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: gcc-bug at bullseye dot com @ 2003-08-04 19:37 UTC (permalink / raw)
  To: gcc-bugs

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|WAITING                     |NEW


------- Additional Comments From gcc-bug at bullseye dot com  2003-08-04 19:37 -------
This was with GNU assembler 2.13.2.1.  With the HP assembler, the symptom 
changes slightly:

ld: (Warning) Unsatisfied symbol "_Unwind_SetIP" in file ia64-hp-
hpux11.22/hpux32/libstdc++-v3/src/.libs/libstdc++.so


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (6 preceding siblings ...)
  2003-08-04 19:37 ` gcc-bug at bullseye dot com
@ 2003-08-11 17:26 ` dhazeghi at yahoo dot com
  2003-08-12 20:58 ` gcc-bug at bullseye dot com
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-11 17:26 UTC (permalink / raw)
  To: gcc-bugs

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 dhazeghi at yahoo dot com  2003-08-11 17:26 -------
Hmm... Just out of curiosity, is gcc building with libunwind exceptions? 
Does building with --enable-libunwind-exceptions option help?

Dara


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (7 preceding siblings ...)
  2003-08-11 17:26 ` dhazeghi at yahoo dot com
@ 2003-08-12 20:58 ` gcc-bug at bullseye dot com
  2003-08-18 11:57 ` oliver dot kellogg at sysde dot eads dot net
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: gcc-bug at bullseye dot com @ 2003-08-12 20:58 UTC (permalink / raw)
  To: gcc-bugs

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-12 20:58 -------
Using --enable-libunwind-exceptions allowed GCC to be built and installed.  
But now when I use it I get an unresolved symbol _Unwind_Resume_or_Rethrow:

$ echo 'int main(){return 0;}' >t.c
$ c++ t.c
ld: (Warning) Unsatisfied symbol "_Unwind_Resume_or_Rethrow" in 
file /usr/local/lib/gcc-lib/ia64-hp-hpux11.22/3.3/../../
../libstdc++.so
1 warnings.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (8 preceding siblings ...)
  2003-08-12 20:58 ` gcc-bug at bullseye dot com
@ 2003-08-18 11:57 ` oliver dot kellogg at sysde dot eads dot net
  2003-08-18 16:42 ` gcc-bug at bullseye dot com
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: oliver dot kellogg at sysde dot eads dot net @ 2003-08-18 11:57 UTC (permalink / raw)
  To: gcc-bugs

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 oliver dot kellogg at sysde dot eads dot net  2003-08-18 11:57 -------
Have you got two GCC versions installed?
We had this problem when that was the case, and ld was picking up the
wrong libgcc_s.so. (Under i686-linux not ia64-hpux though.)

Oliver M. Kellogg


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (9 preceding siblings ...)
  2003-08-18 11:57 ` oliver dot kellogg at sysde dot eads dot net
@ 2003-08-18 16:42 ` gcc-bug at bullseye dot com
  2003-08-18 17:53 ` dhazeghi at yahoo dot com
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: gcc-bug at bullseye dot com @ 2003-08-18 16:42 UTC (permalink / raw)
  To: gcc-bugs

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 16:42 -------
I only have installed GCC 3.2, which I got pre-built from HP.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (10 preceding siblings ...)
  2003-08-18 16:42 ` gcc-bug at bullseye dot com
@ 2003-08-18 17:53 ` dhazeghi at yahoo dot com
  2003-08-18 22:36 ` gcc-bug at bullseye dot com
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-18 17:53 UTC (permalink / raw)
  To: gcc-bugs

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 dhazeghi at yahoo dot com  2003-08-18 17:53 -------
You installed the compilers in different prefixes right?

Can you send the output of the failing command line, adding -v so we can see more clearly what 
gcc is doing when linking? Thanks.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (11 preceding siblings ...)
  2003-08-18 17:53 ` dhazeghi at yahoo dot com
@ 2003-08-18 22:36 ` gcc-bug at bullseye dot com
  2003-08-24 14:13 ` pinskia at gcc dot gnu dot org
  2003-09-02 18:26 ` gcc-bug at bullseye dot com
  14 siblings, 0 replies; 16+ messages in thread
From: gcc-bug at bullseye dot com @ 2003-08-18 22:36 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (12 preceding siblings ...)
  2003-08-18 22:36 ` gcc-bug at bullseye dot com
@ 2003-08-24 14:13 ` pinskia at gcc dot gnu dot org
  2003-09-02 18:26 ` gcc-bug at bullseye dot com
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-24 14:13 UTC (permalink / raw)
  To: gcc-bugs

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


pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 16+ messages in thread

* [Bug bootstrap/11164] ld: Unsatisfied symbol "_Unwind_Resume"
  2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
                   ` (13 preceding siblings ...)
  2003-08-24 14:13 ` pinskia at gcc dot gnu dot org
@ 2003-09-02 18:26 ` gcc-bug at bullseye dot com
  14 siblings, 0 replies; 16+ messages in thread
From: gcc-bug at bullseye dot com @ 2003-09-02 18:26 UTC (permalink / raw)
  To: gcc-bugs

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.


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2003-09-02 18:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-11 23:26 [Bug c/11164] New: ld: Unsatisfied symbol "_Unwind_Resume" gcc-bug@bullseye.com
2003-06-12  1:04 ` [Bug c/11164] " dhazeghi@yahoo.com
2003-06-12  1:13 ` stevecor@bullseye.com
2003-06-12  1:21 ` dhazeghi@yahoo.com
2003-06-21  0:32 ` gcc-bug at bullseye dot com
2003-08-03 18:42 ` [Bug bootstrap/11164] " neroden at gcc dot gnu dot org
2003-08-04  5:10 ` dhazeghi at yahoo dot com
2003-08-04 19:37 ` gcc-bug at bullseye dot com
2003-08-11 17:26 ` dhazeghi at yahoo dot com
2003-08-12 20:58 ` gcc-bug at bullseye dot com
2003-08-18 11:57 ` oliver dot kellogg at sysde dot eads dot net
2003-08-18 16:42 ` gcc-bug at bullseye dot com
2003-08-18 17:53 ` dhazeghi at yahoo dot com
2003-08-18 22:36 ` gcc-bug at bullseye dot com
2003-08-24 14:13 ` pinskia at gcc dot gnu dot org
2003-09-02 18:26 ` gcc-bug at bullseye dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).