> >
> > Hi,
> > I have some experience using OpenInventor on SGI systems. Currently,
> > I thinking about porting my system using OpenInventor towards linux.
> > However,
> > I have some linking problems.
>
> If you're including the appropriate header files and linking with the required
> libraries, it may be that libInventor.so wasn't built properly. To check if
> the
> proper symbols are defined:
>
> nm -C libInventor.so | grep SbVec3f::
>
nm -C libInventor.so | grep SbVec3f::
00148094 T SbVec3f::SbVec3f(SbPlane &, SbPlane &, SbPlane &)
001484f8 T SbVec3f::operator-=(SbVec3f)
001484b4 T SbVec3f::operator*=(float)
001484d4 T SbVec3f::operator+=(SbVec3f)
0014851c T SbVec3f::operator-(void) const
001482d0 T SbVec3f::cross(SbVec3f const &) const
00148314 T SbVec3f::dot(SbVec3f const &) const
00148618 T SbVec3f::equals(SbVec3f, float) const
00148660 T SbVec3f::getClosestAxis(void) const
00148334 T SbVec3f::getValue(float &, float &, float &) const
00148358 T SbVec3f::length(void) const
00148380 T SbVec3f::negate(void)
001483a0 T SbVec3f::normalize(void)
0014840c T SbVec3f::setValue(SbVec3f const &, SbVec3f const &, SbVec3f
const &, SbVec3f const &)
OK, here is a problem, I think. However, I am using the libInventor.so
coming from the rpm package of the download page.
Do I have to rebuild the library?
Filip
|