On Thu, Mar 3, 2016 at 7:05 AM, Harshad Sahasrabudhe <hsaha...@purdue.edu>
wrote:

> Hi,
>
> I wasn't able to configure LibMesh 0.9.5 with VTK 5.10. The configuration
> options I used worked for 0.9.4. Here's the relevant config.log:
>
> The test compilation line looks like this:
>
> configure:35934: mpiicpc  -o conftest
> -I/apps/rhel6/vtk/5.10.1//VTK/include/vtk-5.10/  conftest.cpp -lvtkIO
> -lvtkCommon -lvtkFiltering -lvtkImaging
>  -L/apps/rhel6/vtk/5.10.1//VTK/lib/vtk-5.10/ -lvtkIO -lvtkCommon
> -lvtkFiltering -lvtkImaging >&5
>

It looks like the $LIBS variable has two copies of the library names in it,
separated by the library path.

Looking at vtk.m4, I suppose it could happen if $LIBS somehow already
contains the "little l" flags before you call the CONFIGURE_VTK function.

Are you somehow setting $libmesh_LIBS or possibly $LIBS in your environment
before calling configure?

I can't see pastebin links at work, please send me the config.log file
directly.

-- 
John
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to