[omniORB] AIX issues: gcc 3.3

Harri Pasanen harri.pasanen at trema.com
Tue Jul 8 09:51:13 BST 2003


On Tuesday 08 July 2003 07:41, Alexy Khrabrov wrote:
> After 2.5 tweaks and 10 hours of crunching, I've built
> GCC 3.3 on AIX 5.2, 64 bit (details on the gcc list).
>
> When building omniORB 4.0.1 with it, the following stop
> occurs:
>
> gmake[5]: Leaving directory
> `/home/rutgers/jwest/src/omni/omni-gcc/src/tool/omni idl/cxx/cccp'
> + rm -f _omniidlmodule.so.1.0
> + makeC++SharedLib_r -n init_omniidl -o _omniidlmodule.so.1.0
> -bI:/usr/bin/../.. /opt/freeware/lib/python2.2/config/python.exp
> -L../../../../lib -L../../../../.. /omniORB-4.0.1/lib -bhalt:4
> -T512 -H512 y.tab.o lex.yy.o idlerr.o idlutil.o idlt ype.o
> idlrepoId.o idlscope.o idlexpr.o idlast.o idlvalidate.o idldump.o
> idlconfi g.o idlfixed.o idlpython.o -p 40
> ld: 0711-317 ERROR: Undefined symbol: ._ZdlPv
> ld: 0711-317 ERROR: Undefined symbol: ._Znwm
> ld: 0711-317 ERROR: Undefined symbol: ._Znam
> ld: 0711-317 ERROR: Undefined symbol: ._Unwind_Resume
> ld: 0711-317 ERROR: Undefined symbol: ._ZdaPv
> ld: 0711-317 ERROR: Undefined symbol: __gxx_personality_v0
> ld: 0711-317 ERROR: Undefined symbol: __cxa_pure_virtual

What ever this makeC++SharedLib_r is (must be AIX specific), it does 
not seem to understand GCC.  So at least libstdc++ is missing from 
the link, maybe other libs as well.

Harri



More information about the omniORB-list mailing list