[vtkusers] compiling vtk on linux

Prabhu Ramachandran prabhu at aero.iitm.ernet.in
Tue Oct 9 08:29:00 EDT 2001


>>>>> "WB" == Walid Bacha <bacha at gmx.net> writes:

    WB> I downloaded the vtk sources ran ./configure and make. All
    WB> seemed to be ok.  After the linking of an exapmle failed i
    WB> noticed that the schared libs was not built. The Driectory lib
    WB> in the vtk directory doesn't exist.

I guess this has to be vtk 3.x - in which case:

$ cd <vtk_src_dir>
$ find . -name '*.so' -exec cp "{}" <your_lib_destination_dir> ";"

prabhu



More information about the vtkusers mailing list