On Thu, 14 Aug 2014, walter kou wrote: > 1) When should I re-run bootstrap? > > 2) I only do: configure, then make, then make install > I assume you want me to do "find -name Makefile.am | xargs perl -pi -e > 's/\$\(LN_S\)/\$\(LN_S\) -f/g' " before the "configure", right?
Yes; find command first, then bootstrap, then configure, then make, then make install. Alternatively, you could try out the branch I just made with that change already made and bootstrapped: git clone https://github.com/libMesh/libmesh.git cd libmesh git checkout ln_sf then configure, make, make install. --- Roy ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
