Hi, I'm using the svn version of libmesh, and I built the library with the following steps:
./bootstrap ./configure make make install make installcheck Afterwards, a link to Make.common is created, and my Makefiles worked fine. One thing I noticed is the way we include libmesh header files has changed --- now you need to put "libmesh/" to all header names. For instance, #include "libmesh/libmesh.h" #include "libmesh/mesh.h" If this is not the case, I'm out of clues. Or you might want to check the location where libmesh is installed and check whether $LIBMESH_DIR actually points to the directory. K. Lee. On Thu, Dec 6, 2012 at 5:48 AM, Daniele Masciarelli < [email protected]> wrote: > H > I had the same problems including my make.common. I tried this solution but > it didn't work. It keeps not working, in particular it's not including > libmesh headers. With libmesh 0.8 I was just including make.common and it > was ok. What could be wrong? > > Th > > > On Wed, Nov 28, 2012 at 6:13 AM, Kyunghoon Lee > <[email protected]>wrote: > > > 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 > > > > ------------------------------------------------------------------------------ > LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers > http://p.sf.net/sfu/logmein_12329d2d > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users > ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
