Author Topic: corba libraries?  (Read 2703 times)

d2e8k

  • Guest
corba libraries?
« on: February 15, 2008, 01:36:49 pm »
Hello!
Try to compile corba client with code::blocks. I installed tao - Win2000_tao1.4.15.0.1.a_sdk.exe to c:\ace, set library path c:\ace\lib. But get follow errors:
.objs\simpleIDLC.o: In function `ZN3TAO13Objref_TraitsI11MyInterfaceE7marshalEPS1_R13TAO_OutputCDR':
D:/Projects/corbaClient/simpleIDLC.cpp:92: undefined reference to `_imp___ZN5CORBA6Object7marshalEPS0_R13TAO_OutputCDR'
.objs\simpleIDLC.o: In function `ZN11MyInterface5SummaEii':
D:/Projects/corbaClient/simpleIDLC.cpp:114: undefined reference to `_imp___ZN5CORBA6Object21tao_object_initializeEPS0_'
D:/Projects/corbaClient/simpleIDLC.cpp:122: undefined reference to `_imp___ZN5CORBA11EnvironmentC1Ev'
D:/Projects/corbaClient/simpleIDLC.cpp:143: undefined reference to `TAO::Invocation_Adapter::invoke(TAO::Exception_Data*, unsigned long)'
D:/Projects/corbaClient/simpleIDLC.cpp:146: undefined reference to `_imp___ZN5CORBA11EnvironmentD1Ev'
D:/Projects/corbaClient/simpleIDLC.cpp:146: undefined reference to `_imp___ZN5CORBA11EnvironmentD1Ev'
.....
Process terminated with status 1 (0 minutes, 0 seconds)
52 errors, 0 warnings

I think code::blocks can't find some libraries. How I have to point to code::blocks where it can find necessary libraries?