Index: Wrapping/Python/CMakeLists.txt
===================================================================
RCS file: /cvsroot/VTK/VTK/Wrapping/Python/CMakeLists.txt,v
retrieving revision 1.68
diff -u -3 -p -r1.68 CMakeLists.txt
--- Wrapping/Python/CMakeLists.txt	25 Aug 2005 19:31:14 -0000	1.68
+++ Wrapping/Python/CMakeLists.txt	13 Sep 2005 18:37:22 -0000
@@ -47,7 +47,7 @@ TARGET_LINK_LIBRARIES(vtkpython 
   vtkIO
   vtkGraphics
   vtkImaging
-  ${PYTHON_UTIL_LIBRARY_LIB})
+  ${PYTHON_UTIL_LIBRARY_LIB} -lz)
   
 SET (vtkpython_pyc_depends
     vtkCommonPython
@@ -130,7 +130,7 @@ IF (VTK_USE_PARALLEL)
       vtkGraphics
       vtkImaging
       vtkParallel
-      ${PYTHON_UTIL_LIBRARY_LIB}
+      ${PYTHON_UTIL_LIBRARY_LIB} -lz
     )
     IF (VTK_USE_RENDERING)
       TARGET_LINK_LIBRARIES(pvtkpython vtkVolumeRendering)
