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?


On Thu, Aug 14, 2014 at 5:06 PM, Roy Stogner <[email protected]>
wrote:

>
> On Thu, 14 Aug 2014, walter kou wrote:
>
>  What are you exactly suggesting on the fix?
>>
>
> I'm tempted to just run:
>
> find -name Makefile.am | xargs perl -pi -e 's/\$\(LN_S\)/\$\(LN_S\) -f/g'
>
> and do forced linking everywhere.
>
> It worries me to make such an intrusive change when I can't replicate
> the problem though.
>
> Would you try my suggestion, re-run bootstrap, and see how it works?
> ---
> Roy
>
------------------------------------------------------------------------------
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to