On Fri, 8 Aug 2008, David Fuentes wrote:
> Hello, > > on my 64bit machine, > the configure scripts are setting the vtk library path > to /usr/lib > > what is the proper way to have the configure script default > to /usr/lib64 > > > i guess i could also run > > ./configure --with-vtk-lib=/usr/lib64 That's the best way to do things at the moment. The VTK configuration is overwriting VTK_LIB in our aclocal.m4 file; should we be testing for an existing VTK_LIB environment variable first, and using that if it exists? --- Roy ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
