[vtk-developers] vtk binary not linking libtiff on debian linux 3.0

Charl P. Botha c.p.botha at its.tudelft.nl
Thu Mar 28 19:30:36 EST 2002


On Thu, Mar 28, 2002 at 07:04:02PM -0500, Andy Cedilnik wrote:
> I would say your build got messed up somehow. Please
> check if the file tif_fax3sm.c exists in your build tree.
> If it does not, then you may have the wrong version of CMake.
> Please let me know how it goes, since I ported libtiff to
> VTK. 

I have tif_fax3sm.c in my tree.  I'm using cmake 1.2 from www.cmake.org
(should I be using a CVS checkout of this?).  After having done "cvs -z3
update -dP" I did a ccmake and then did "make clean && make".

You do have the tif_fax3sm.c file which does define the
TIFFFax{Black,Main,White}Table structures, and these are the symbols it's
saying it can't find.  When  I look in the CMakeLists.txt, I don't see
tif_fax3sm.c listed in SOURCE_FILES.  It also isn't in the vtktiff_SRC_OBJS
list in the resultant Makefile, which is why it doesn't get linked into the
libvtktiff.so library on my system, which is why it complains about
undefined references to these tables.

Any thoughts on this?

Regards,
Charl

-- 
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/



More information about the vtk-developers mailing list