[vtkusers] Problem with complie Vtk3.1 for VolumePro500 v2.0 on Solaris 8
Amy Henderson
amy.henderson at kitware.com
Thu Oct 18 11:40:42 EDT 2001
> > >// 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
More information about the vtkusers
mailing list