[omniORB] problem installing omniorb on solaris 2.6

Richard S Benson rsbenson@west.raytheon.com
Thu, 13 Dec 2001 16:43:03 -0700


I'm trying to instal OMNIorb 3.04 on solaris 2.6 and I'm getting the
following errors at the "make export" stage.

.....bunch of stuff.....
+ rm -f _omniidlmodule.so.0.1
+ g++ -fhandle-exceptions -Wall -Wno-unused -fPIC -R
../../../../lib/sun4_sosV_5.6
 -shared -o _omniidlmodule.so.0.1 -Wl-soname,_omniidlmodule.so.0
-L../../../../lib/sun4_sosV_5.6 y.tab.o lex.yy.o idlerr.o idlutil.o
idltype.o
idlrepoId.o idlscope.o idlexpr.o idlast.o idlvalidate.o idldump.o
idlconfig.o
idlpython.o ../../../../lib/sun4_sosV_5.6: could not read symbols: File
format
not recognized
collect2: ld returned 1 exit status
make[3]: *** [_omniidlmodule.so.0.1] Error 1
make[3]: Leaving directory `/export/home/rbenson/omni/src/tool/omniidl/cxx'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/export/home/rbenson/omni/src/tool/omniidl'
make[1]: *** [export] Error 2
make[1]: Leaving directory `/export/home/rbenson/omni/src/tool'
make: *** [export] Error 2


I have GNU's gcc, make, and binary utilities installed.  They all work
fine.  My path variable is set to find all of my GNU utilities before
SUN's.
It seems to me that the assember doesn't correlate with the linker, so I
tried using SUN's linker, with same result.

Anyone familiar with this sort of problem?  Any ideas are greatly
appreciated!

Rick