This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35495] New: Error in compiling 64 bit on AIX 5.1 for C++.
- From: "sarveshpat at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2008 06:31:15 -0000
- Subject: [Bug c++/35495] New: Error in compiling 64 bit on AIX 5.1 for C++.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
bash-2.05b# g++ -maix64 a.cpp
/tmp//ccAIh3XS.o(.pr+0x1c):/tmp//ccveogPZ.c: undefined reference to
`.__register_frame_info_table'
/tmp//ccAIh3XS.o(.pr+0x6c):/tmp//ccveogPZ.c: undefined reference to
`.__deregister_frame_info'
collect2: ld returned 1 exit status
gcc compiler i am using 4.0.0.0.
this i have tested with default LD i.e is in /usr/ccs/bin
and also with GNU ld. getting same error.
gcc working fine for 32 and 64 bit.
g++ working for 32 bit only and giving error for 64 bit and have nentioned
above.
--
Summary: Error in compiling 64 bit on AIX 5.1 for C++.
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: sarveshpat at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35495