FAQ Search Today's Posts Mark Forums Read
» Video Reviews

» Linux Archive

Linux-archive is a website aiming to archive linux email lists and to make them easily accessible for linux users/developers.


» Sponsor

» Partners

» Sponsor

Go Back   Linux Archive > Debian > Debian GCC

 
 
LinkBack Thread Tools
 
Old 11-12-2008, 09:05 PM
"jakub at gcc dot gnu dot org"
 
Default undefined reference to `_Unwind_GetIPInfo'

--

jakub at gcc dot gnu dot org changed:

What |Removed |Added
----------------------------------------------------------------------------
Known to fail| |4.3.2
Known to work| |4.4.0
Summary|[4.2/4.3/4.4 regression] |[4.2/4.3 regression]
|undefined reference to |undefined reference to
|`_Unwind_GetIPInfo' |`_Unwind_GetIPInfo'


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 11-22-2008, 05:03 AM
"cnstar9988 at gmail dot com"
 
Default undefined reference to `_Unwind_GetIPInfo'

------- Comment #32 from cnstar9988 at gmail dot com 2008-11-22 06:03 -------
ping 4.3.3?


--


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-03-2009, 06:53 PM
"rob1weld at aol dot com"
 
Default undefined reference to `_Unwind_GetIPInfo'

------- Comment #33 from rob1weld at aol dot com 2009-01-03 19:53 -------
With "gcc version 4.4.0 20090102" on i386-pc-solaris2.11 I'm getting:

# gcc -v -o test_gmp_1 test_gmp_1.cc -lgmp -lstdc++
/usr/local/lib/gcc/i386-pc-solaris2.11/4.4.0/../../../libstdc++.so: undefined
reference to `_Unwind_GetIPInfo@GCC_4.2.0'
collect2: ld returned 1 exit status


--


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-03-2009, 06:55 PM
"pinskia at gcc dot gnu dot org"
 
Default undefined reference to `_Unwind_GetIPInfo'

------- Comment #34 from pinskia at gcc dot gnu dot org 2009-01-03 19:55 -------
(In reply to comment #33)
> With "gcc version 4.4.0 20090102" on i386-pc-solaris2.11 I'm getting:
>
> # gcc -v -o test_gmp_1 test_gmp_1.cc -lgmp -lstdc++
> /usr/local/lib/gcc/i386-pc-solaris2.11/4.4.0/../../../libstdc++.so: undefined
> reference to `_Unwind_GetIPInfo@GCC_4.2.0'
> collect2: ld returned 1 exit status

sounds like correct version of libgcc is not being so that is not a bug with
GCC but with your installation of GCC.


--


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 01-06-2009, 06:32 AM
"rob1weld at aol dot com"
 
Default undefined reference to `_Unwind_GetIPInfo'

------- Comment #35 from rob1weld at aol dot com 2009-01-06 07:32 -------
(In reply to comment #33)
> With "gcc version 4.4.0 20090102" on i386-pc-solaris2.11 I'm getting:
>
> # gcc -v -o test_gmp_1 test_gmp_1.cc -lgmp -lstdc++
> /usr/local/lib/gcc/i386-pc-solaris2.11/4.4.0/../../../libstdc++.so: undefined
> reference to `_Unwind_GetIPInfo@GCC_4.2.0'
> collect2: ld returned 1 exit status

Another thread suggested that "gcc" should not be used for ".cc" files as
gcc did not invoke the same mechanisms as g++ does. I tried g++ (instead
of gcc) and it worked correctly on my ".cc" file.

Rob


--


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
 
Old 05-22-2010, 06:11 PM
"rguenth at gcc dot gnu dot org"
 
Default undefined reference to `_Unwind_GetIPInfo'

------- Comment #38 from rguenth at gcc dot gnu dot org 2010-05-22 18:11 -------
GCC 4.3.5 is being released, adjusting target milestone.


--

rguenth at gcc dot gnu dot org changed:

What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|4.3.5 |4.3.6


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20100522181108.17535.qmail@sourceware.org">http://lists.debian.org/20100522181108.17535.qmail@sourceware.org
 
Old 06-27-2011, 11:09 AM
"rguenth at gcc dot gnu.org"
 
Default undefined reference to `_Unwind_GetIPInfo'

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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Target Milestone|4.3.6 |4.4.0

--- Comment #39 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-06-27 11:08:45 UTC ---
Fixed in GCC 4.4.0.

--
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


--
To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: http://lists.debian.org/bug-27880-5724-xcGwuTZRQE@http.gcc.gnu.org/bugzilla/
 

Thread Tools




All times are GMT. The time now is 08:32 AM.

VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org