> On Oct 7, 2015, at 7:13 AM, Florian Lindner <mailingli...@xgm.de> wrote:
> 
> Hello,
> 
> I try to compile libmesh master on my Arch linux. VTK 6.1.0 is installed, 
> but configure does not detect it.
> 
> ./configure --prefix=/home/florian/software/libmesh 
> 
> configure:35523: checking /usr/include/vtk/vtkConfigure.h usability
> configure:35523: mpicxx -c  -std=gnu++11  conftest.cpp >&5
> configure:35523: $? = 0
> configure:35523: result: yes
> configure:35523: checking /usr/include/vtk/vtkConfigure.h presence
> configure:35523: mpicxx -E  conftest.cpp
> configure:35523: $? = 0
> configure:35523: result: yes
> configure:35523: checking for /usr/include/vtk/vtkConfigure.h
> configure:35523: result: yes
> configure:35634: mpicxx -o conftest  -std=gnu++11  -I/usr/include/vtk  
> conftest.cpp -ldl  -Wl,-rpath,/usr/lib -L/usr/lib -lvtkIOCore-6.1 -
> lvtkCommonCore-6.1 -lvtkCommonDataModel-6.1                                   
>  
> -lvtkFiltersCore-6.1 -lvtkIOXML-6.1 -lvtkImagingCore-6.1                      
>               
> -lvtkIOImage-6.1 -lvtkImagingMath-6.1 >&5
> /usr/bin/ld: cannot find -lvtkIOCore-6.1
> /usr/bin/ld: cannot find -lvtkCommonCore-6.1
> /usr/bin/ld: cannot find -lvtkCommonDataModel-6.1
> /usr/bin/ld: cannot find -lvtkFiltersCore-6.1
> /usr/bin/ld: cannot find -lvtkIOXML-6.1
> /usr/bin/ld: cannot find -lvtkImagingCore-6.1
> /usr/bin/ld: cannot find -lvtkIOImage-6.1
> /usr/bin/ld: cannot find -lvtkImagingMath-6.1
> 
> 
> and so on. The libvtk* files are installed in /usr/lib.
> 
> What could be wrong?

Are you sure all of them are there, have the right file permissions, and 
they're spelled exactly the same?

That's the only thing I can think of that would give a "cannot find foo" 
error...


------------------------------------------------------------------------------
Full-scale, agent-less Infrastructure Monitoring from a single dashboard
Integrate with 40+ ManageEngine ITSM Solutions for complete visibility
Physical-Virtual-Cloud Infrastructure monitoring from one console
Real user monitoring with APM Insights and performance trend reports 
Learn More http://pubads.g.doubleclick.net/gampad/clk?id=247754911&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to