Open Inventor and Suse 9.0

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

My guess is that you haven’t compiled and installed SoXt yet. This is the interface for OpenInventor against X11. I know you can download it from www.coin3d.org , but I’m not sure whether it works with the original SGI OpenInventor (Coin3d based on OI and is open source aswell).

[This message has been edited by Oystein (edited 12-26-2003).]

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.