public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/14925] New: libunwind enabled gcc generates incompatible libgcc_s.so.1
@ 2004-04-12 17:21 hjl at lucon dot org
  2004-04-12 17:30 ` [Bug target/14925] " pinskia at gcc dot gnu dot org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: hjl at lucon dot org @ 2004-04-12 17:21 UTC (permalink / raw)
  To: gcc-bugs

When libunwind is installed on the system, the gcc configure
will enable it automatically by default. As the result, the new
libgcc_s.so.1 is very different and not backward compatible with
the previous libgcc_s.so.1. The new libgcc_s.so.1 depends on
libunwind.so. Many symbols used to defined in libgcc_s.so.1 are
now provided by libunwind.so and unversioned. Anything referencing
those symbols won't work now like:

/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/adalib//libgnat.so: undefined reference
to `_Unwind_GetRegionStart@GCC_3.0'
/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/adalib//libgnat.so: undefined reference
to `_Unwind_SetGR@GCC_3.0'
/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/adalib//libgnat.so: undefined reference
to `_Unwind_GetLanguageSpecificData@GCC_3.0'
/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/adalib//libgnat.so: undefined reference
to `_Unwind_GetIP@GCC_3.0'
/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/adalib//libgnat.so: undefined reference
to `_Unwind_GetGR@GCC_3.0'
/usr/lib/gcc-lib/ia64-redhat-linux/3.2.3/adalib//libgnat.so: undefined reference
to `_Unwind_SetIP@GCC_3.0' collect2: ld returned 1 exit status
gnatlink: cannot call /usr/bin/gcc

-- 
           Summary: libunwind enabled gcc generates incompatible
                    libgcc_s.so.1
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: ia64-unknown-linux-gnu
  GCC host triplet: ia64-unknown-linux-gnu
GCC target triplet: ia64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14925


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

end of thread, other threads:[~2004-09-08 15:16 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-12 17:21 [Bug target/14925] New: libunwind enabled gcc generates incompatible libgcc_s.so.1 hjl at lucon dot org
2004-04-12 17:30 ` [Bug target/14925] " pinskia at gcc dot gnu dot org
2004-04-12 22:11 ` hjl at lucon dot org
2004-04-12 23:07 ` hjl at lucon dot org
2004-04-12 23:49 ` mmitchel at gcc dot gnu dot org
2004-05-26 20:36 ` pinskia at gcc dot gnu dot org
2004-07-08  7:50 ` hjl at lucon dot org
2004-07-08  7:52 ` hjl at lucon dot org
2004-07-08  7:59 ` pinskia at gcc dot gnu dot org
2004-07-08 15:13 ` hjl at lucon dot org
2004-07-08 15:47 ` schwab at suse dot de
2004-08-15  3:56 ` pinskia at gcc dot gnu dot org
2004-08-19 19:03 ` hjl at lucon dot org
2004-08-19 19:06 ` hjl at lucon dot org
2004-08-24 16:14 ` hjl at lucon dot org
2004-08-24 16:15 ` hjl at lucon dot org
2004-08-24 16:16 ` pinskia at gcc dot gnu dot org
2004-08-31  5:29 ` pinskia at gcc dot gnu dot org
2004-09-04  0:16 ` cvs-commit at gcc dot gnu dot org
2004-09-08 15:16 ` cvs-commit at gcc dot gnu dot org

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).