[orbitcpp-list] Re: Compiling IDL with ORBitcpp
Status: Beta
Brought to you by:
philipd
From: Margarita de C. <ma...@gb...> - 2001-06-05 15:30:51
|
Hi, again My problem is that I can compile an idl file, the error while compiling : orbit-idl -l c++ --backenddir=/usr/.../ORBit-cpp/sparc-sun-solaris2.7/lib/orbit-idl file.idl ** WARNING **: Module load failed: ld.so.1: orbit-idl: fatal: relocation error: file /usr/ .../ORBit-cpp/sparc-sun-solaris2.7/lib/orbit-idl/liborbit-idl-c++-backend.so: symbol what__C13runtime_error: referenced symbol not found ** CRITICAL **: file orbit-idl-driver.c: line 50 (orbit_idl_to_backend): assertion `binfo && binfo->op_output' failed. ** WARNING **: file.idl compilation failed Here is the information you request me in order to be able of having me the better response for my problem: > What versions of ORBit and ORBit-C++ are you using? > What platform are you running on? > SunOS merlu 5.7 Generic_106541-06 sun4u sparc SUNW,Ultra-250 ORBit-0.5.7, orbit-cpp-0.30 > What configure options did you use when building them? ./configure --prefix=/usr/local/packages/ORBit-cpp --exec-prefix=/usr/local/packages/ORBit-cpp/sparc-sun-solaris2.7 > Did you see any error or warning messages when compiling them? The only thing is the next warning: *** Warning: This library needs some functionality provided by -lstdc++. *** I have the capability to make that library automatically link in when *** you link to this library. But I can only do this if you have a *** shared version of the library, which you do not appear to have. *** The inter-library dependencies that have been dropped here will be *** automatically added whenever a program is linked with this library *** or is declared to -dlopen it. > What compiler and linker are you using, and which versions? c++: 2.95.2 (GNU CC) ld: Software Generation Utilities - Solaris/ELF (3.0) (Solaris 2.7) Thanks in advance Marga |