Hello

I'm trying to install libmesh with vtk 6.3, but it cannot detect it. This
is the problem:

configure:34048: /opt/local/bin/mpicxx -o conftest  -std=gnu++11
 -I/Users/salazardetro1/VTKInstall/include/vtk-6.3/  conftest.cpp
 -Wl,-rpath,/Users/salazardetro1/VTKInstall/lib/
-L/Users/salazardetro1/VTKInstall/lib/ -lvtkIOCore-6.3 -lvtkCommonCore-6.3
-lvtkCommonDataModel-6.3
Undefined symbols for architecture x86_64:


"vtkXMLPUnstructuredGridWriter::New()", referenced from:

    vtkSmartPointer<vtkXMLPUnstructuredGridWriter>::New()        in
ccVVN3E3.o
ld: symbol(s) not found for architecture x86_64


collect2: error: ld returned 1 exit status

Does libmesh support this vtk version? What's the last version it supports?
My configure line is:

./configure --enable-netcdf=old --enable-exodus=old --enable-nemesis=old
 --enable-mpi --enable-amr --enable-vsmoother --enable-dirichlet
--enable-nodeconstraint --enable-parmesh --enable-pfem --enable-ifem
 --enable-second --enable-examples --enable-boost --enable-petsc
--enable-periodic --enable-tetgen --enable-triangle --enable-vtk
--with-boost=/Users/salazardetro1/boost_install --with-mpi=/opt/local/
--with-vtk-lib=/Users/salazardetro1/VTKInstall/lib
--with-vtk-include=/Users/salazardetro1/VTKInstall/include --disable-slepc
--disable-eigen --disable-pthreads --with-cxx=/opt/local/bin/mpicxx
--with-cc=/opt/local/bin/mpicc --with-fc=/opt/local/bin/mpif90
--disable-exodus-fortran --enable-tbb
--with-tbb-lib=/Users/salazardetro1/tbb_install/lib/
--with-tbb-include=/Users/salazardetro1/tbb_install/include/

Thanks
Miguel
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to