Message: Re: Open Inventor library can't see SoXt lib in G4.9.2.p01 Not Logged In (login)
 Next-in-Thread Next-in-Thread
 Next-in-Forum Next-in-Forum

None Re: Open Inventor library can't see SoXt lib in G4.9.2.p01 

Forum: Visualization
Re: Warning Open Inventor library can't see SoXt lib in G4.9.2.p01 (Dragos Constantin)
Date: 08 Apr, 2009
From: John Allison <John Allison>

On Mon, 06 Apr 2009 19:10:13 GMT, Dragos Constantin wrote:
> I am getting undefined reference to SoXt errors whenever I try to link against Open Inventor library. A quick fix is to add
> 
> LDLIBS   += -lSoXt

That's odd. We are not aware of anything that has changed. If you look in config/architecture.gmk you will see that it looks for libInventorXt:

    OIVLIBS   := -L$(OIVHOME)/lib -lInventorXt -lInventor

so you could set

  export OIVHOME=/usr/local/Inventor (or whatever)
  export OIVLIBS="-L$OIVHOME -lSoXt -lInventor"

or you could make a symbolic link:

  ln -s libSoXt.so libInventorXt.so

Inline Depth:
 1 1
 All All
Outline Depth:
 1 1
 2 2
 All All
Add message: (add)

1 Note: Re: Open Inventor library can't see SoXt lib in G4.9.2.p01   (Dragos Constantin - 09 Apr, 2009)
 Add Message Add Message
to: "Re: Open Inventor library can't see SoXt lib in G4.9.2.p01"

 Subscribe Subscribe

This site runs SLAC HyperNews version 1.11-slac-98, derived from the original HyperNews


[ Geant 4 Home | Geant 4 HyperNews | Search | Request New Forum | Feedback ]