This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

link error in AIX4.3 (Undefined symbol: .__get_eh_context)


Hi,
   In the process of converting working C project to
C++, I converted 3 major files to c++ and remaining in
c only, In that I can able to compile and like in
SunOS but in AIX 4.3 it is getting compile but while
linking it is giving error like

ld: 0711-317 ERROR: Undefined symbol:
.__get_eh_context
ld: 0711-317 ERROR: Undefined symbol: .__builtin_new
ld: 0711-317 ERROR: Undefined symbol:
.__builtin_delete
ld: 0711-317 ERROR: Undefined symbol: .__sjthrow
ld: 0711-317 ERROR: Undefined symbol: .__terminate
ld: 0711-345 Use the -bloadmap or -bnoquiet option to
obtain more information.
make: 1254-004 The error code from the last command is
8.

 I am using gcc 2.95.3 in IBM AIX 4.3, what may be the
problem??


Thanks in advance,
Bala.


__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]