I see this in VTK/Utilities/vtksqlite # You really, really want this library to be statically linked on # Windows. IF (WIN32) ADD_LIBRARY( vtksqlite STATIC ${SQLite_SRCS} ) ELSE (WIN32) I don't find myself really wanting that to be static when I build VTK as shared libraries :) Is there any real reason why? Clint