On May 28, 2013, at 1:29 PM, John Peterson <jwpeter...@gmail.com> wrote:

> 
> PS Forwarding this to the libmesh-devel list in case other people have
> suggestions/similar problems.


There is a known issue https://github.com/libMesh/libmesh/issues/97 that causes 
the following to be broken:

$ ./configure …
$ make 
$ make install # oops!
$ ./configure --prefix=/other/prefix
$ make 
$ make install

The fix is 

$ make distclean

before reconfiguring with a different path.

Does this sound like your issue?
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to