On Nov 27, 2012, at 2:30 AM, Kyunghoon Lee <[email protected]> wrote:
> Hello, > > I noticed that the make file system of libmesh has changed by using > automake, and because of that, the make files of my codes do not work > anymore. I used to use a copy of make files in the libmesh examples for my > codes, but now I got an error complaining that there is no Make.common in > the libmesh directory. I wonder what files I need to copy and how I can > configure them for my codes. Any suggestions would be appreciated. Thank > you. Ahh - could you please try $ ./configure --prefix=/path/to/install $ make install and then point your application to the install directory? There should be a Make.common in there that will work as expected. -Ben ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
