Thank you for the reply. It looks like the procedure of building libmesh has changed -- after make install, there is Make.common, and my codes work fine.
K. Lee. On Tue, Nov 27, 2012 at 9:35 PM, Kirk, Benjamin (JSC-EG311) < [email protected]> wrote: > > 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 > > ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: INSIGHTS What's next for parallel hardware, programming and related areas? Interviews and blogs by thought leaders keep you ahead of the curve. http://goparallel.sourceforge.net _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
