[orbitcpp-list] orbit-idl woes
Status: Beta
Brought to you by:
philipd
From: Ronald G. <rga...@ir...> - 2000-05-29 14:32:24
|
hey guys, i'm not very familiar with the dynamically loadable module aspects of orbit-idl, and i'm running into some trouble running the orbit-cpp idl compiler. heres what I'm getting: > orbit-idl -l c++ --backenddir=../../compiler/.libs CosNaming.idl ** WARNING **: Module load failed: ld.so.1: orbit-idl: fatal: relocation error: file ../../compiler/.libs/liborbit-idl-c++-backend.so: symbol __pure_virtual: referenced symbol not found ** CRITICAL **: file orbit-idl-driver.c: line 50 (orbit_idl_to_backend): asserti on `binfo && binfo->op_output' failed. ** WARNING **: CosNaming.idl compilation failed it looks like the linker doesn't know where to find __pure_virtual, as though it's not linked into the shared lib. anyone run into this before? ron |