The problem seems to be in the part of configure that extracts the vtkversion , 

vtkmajor=`grep "define VTK_MAJOR_VERSION" $VTK_INC/vtkConfigure.h | sed -e 
"s/#define VTK_MAJOR_VERSION[ ]*//g"`

These lines dont seem to be getting the version correctly and are instead 
returning blanks. I looked a bit deeper into the vtk include files and this 
information is in vtkVersionMacros.h instead of in vtkConfigure.h 

In spite of this, the code seems to be defaulting to those files while trying 
to link. 
Thanks, 

Subramanya 

> From: [email protected]
> Date: Mon, 23 Jun 2014 08:41:29 -0600
> Subject: Re: [Libmesh-users] Unable to configure with vtk
> To: [email protected]
> CC: [email protected]
> 
> On Mon, Jun 23, 2014 at 8:36 AM, subramanya sadasiva
> <[email protected]> wrote:
> > 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
> 
> This error message doesn't make any sense if you have a VTK-6.x
> installation, as these are VTK-5.x libraries.  It shouldn't be trying
> to link against these unless something else in the m4 logic went
> wrong.
> 
> > 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
> 
> You should see files named with the VTK version number, like
> vtkIOCore-6.2.0.so, if they are still following the same naming
> convention.
> 
> Please send me the config.log file directly.
> 
> Thanks,
> 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