[vtkusers] Problem with complie Vtk3.1 for VolumePro500 v2.0 on Solaris 8

Pairash Saiviroonporn pai at bwh.harvard.edu
Thu Oct 18 12:22:42 EDT 2001


Hi Amy
   I did:
KIT_LIBS = /usr/lib/libvli.so /usr/lib/libvliopengl.a
   then reconfig and rebuild but still got the same error message. (put
-lvli in KIT_LIBS will generate error)
pai.

On Thu, 18 Oct 2001, Amy Henderson wrote:

> 
> > > >// 5. On Windows - add the vli.lib file to the Extra Linker Flags under
> > > >//    the Advanced Options. For example the following works here:
> > > >//    "c:\program files\volumepro\lib\vli.lib"
> > > >//    On Unix - add the vli shared object to the
> > > >//    KIT_LIBS in the Makefile.in in contrib.
> > > >
> > > >I did: KIT_LIBS = libvli.so  at ./contrib/Makefile.in
> 
> Try including the path, not just the file name of the .so file, and also 
> include -lvli:
> 
> KIT_LIBS = /usr/bin/libvli.so -lvli
> (or wherever libvli.so is on your machine)
> 
> - Amy
> 
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
> 




More information about the vtkusers mailing list