[vtkusers] Down to one error
Mathieu Malaterre
mathieu.malaterre at kitware.com
Mon Jun 28 11:35:57 EDT 2004
Henry J. Karpf wrote:
> Any final thoughts about this one last set of errors?
> [hjkarpf at habanero Chisels]$ make -j 2 linux
> make[1]: Entering directory `/home/hjkarpf/Chisels/src'
> make[2]: Entering directory `/home/hjkarpf/Chisels/src/Obj_linux'
> mpiCC -g -L/usr/local/lf9561/lib -L../../external/lib/linux chisel.o
> hash.o levelset.o surfs.o cells.o functions.o zoltan.o view_factors.o
> btrm.o timer.o chemkindata.o chemkin.o io.o transform.o btrm_solver.o
> update_aztec.o update_direct.o vtkOut.o fortran.o myface.o skrat2.o
> cell_surface.o -lzoltan -lzoltan_mem -lzoltan_comm -lmpi -llam
> -lVFmp_dp -lchemkin -lfj9i6 -lfj9f6 -lfj9e6 -laztecoo -lepetra -lkomplex
> -ltriutils -ly12m -llapack -lblas -lifpack -lg2c -ldlu
> -L../../external/vtk/lib -lvtkRendering -lvtkGraphics -lvtkImaging
> -lvtkFiltering -lvtkCommon -ldl -lvtkftgl -lvtkfreetype -lm -lpthread
> -lm -o ../chisel_linux
> vtkOut.o(.text+0x17d5): In function `vtkOut::vtkPrint2D(int,
> CHISELS::CellData*, int)':
> /home/hjkarpf/Chisels/src/Obj_linux/vtkOut.cpp:209: undefined reference
> to `vtkXMLUnstructuredGridReader::New()'
> vtkOut.o(.text+0x17dc):/home/hjkarpf/Chisels/src/Obj_linux/vtkOut.cpp:210:
> undefined reference to `vtkXMLUnstructuredGridWriter::New()'
> vtkOut.o(.text+0x17f6):/home/hjkarpf/Chisels/src/Obj_linux/vtkOut.cpp:212:
> undefined reference to `vtkXMLUnstructuredGridReader::GetOutput()'
> vtkOut.o(.text+0x1815):/home/hjkarpf/Chisels/src/Obj_linux/vtkOut.cpp:214:
> undefined reference to
> `vtkXMLUnstructuredGridWriter::SetInput(vtkUnstructuredGrid*)'
> collect2: ld returned 1 exit status
> mpiCC: No such file or directory
>
> Thanks for any help!!
This one is easy :)
You need -lvtkIO
Mathieu
More information about the vtkusers
mailing list