Hi, 
I looked into the configure.log file, and found this 

/usr/bin/ld: cannot find -lvtkIO
/usr/bin/ld: cannot find -lvtkCommon
/usr/bin/ld: cannot find -lvtkFiltering
/usr/bin/ld: cannot find -lvtkIO
/usr/bin/ld: cannot find -lvtkCommon
/usr/bin/ld: cannot find -lvtkFiltering

When I looked into the lib folder, these files are missing, instead there are 
files of the type

libvtkIOXXXXXX.so
libvtkCommonXXXXXX.so
and 
libvtkFiltersXXXXXX.so

I don't know if this is a problem with my install of vtk or if this is 
standard. I will give 6.0 or 6.1 a try.

Thanks, 
Subramanya 

> From: [email protected]
> Date: Mon, 23 Jun 2014 08:27:36 -0600
> Subject: Re: [Libmesh-users] Unable to configure with vtk
> To: [email protected]
> CC: [email protected]
> 
> On Mon, Jun 23, 2014 at 8:20 AM, subramanya sadasiva
> <[email protected]> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to