12-25-2003, 10:28 AM
I'm trying to run an Open Inventor program (written in C++), I installed everything that's needed, compiling is successful, but RUN and MAKE (using XWPE) - or simply "g++ helloCone.cpp" return something like this:
undefined reference to SoXt::Init(args'n'stuff)
undefined reference to SoXt::bla.....
using "-lInventor" helped to decrease the number of "undefinded references", but still I have left 5 of them...
Does anybody know how I can defeat those?
Thanks and Greetings Andi
undefined reference to SoXt::Init(args'n'stuff)
undefined reference to SoXt::bla.....
using "-lInventor" helped to decrease the number of "undefinded references", but still I have left 5 of them...
Does anybody know how I can defeat those?
Thanks and Greetings Andi