On Mon, Jun 23, 2014 at 8:20 AM, subramanya sadasiva
<pota...@outlook.com> wrote:
> Hi,
> I am trying to include vtk into my libmesh build but it seems to default to 
> no vtk even though it finds vtk while configuring.
> Here is my configure line
>
>  ./configure --enable-everything --enable-vtk 
> --with-vtk-lib=/home/mauve/a/ssadasiv/software/vtk-install/lib/vtk-6.2 
> --with-vtk-include=/home/mauve/a/ssadasiv/software/vtk-install/include/vtk-6.2
>
> And here are the lines from the configure output .
>
> checking 
> /home/mauve/a/ssadasiv/software/vtk-install/include/vtk-6.2/vtkConfigure.h 
> usability... yes
> checking 
> /home/mauve/a/ssadasiv/software/vtk-install/include/vtk-6.2/vtkConfigure.h 
> presence... yes
> checking for 
> /home/mauve/a/ssadasiv/software/vtk-install/include/vtk-6.2/vtkConfigure.h... 
> yes
> <<< Configuring library without VTK support >>>

This means configure found the header files but failed to link a
sample program.  Please look in your config.log file (or post it to
the list) to find the details of why linking the example program
failed, and let us know.  Hopefully they didn't change the libraries
which are required for linking again so soon, we just fixed this for
VTK-6.0 and 6.1.

-- 
John

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to