On Wed, Nov 21, 2012 at 1:34 PM, Ataollah Mesgarnejad
<[email protected]> wrote:
> Dear all,
>
> I was wondering if someone can give me quick intro for the new make system ? 
> I can't make heads nor tails of what's going on with autoconf.

First, if you are using SVN, be sure to remove the existing autoconf
stuff and run bootstrap

svn revert * m4/* build-aux/*
./bootstrap

Then, look at contrib/bin/buildall.sh.  The basic idea is to do an
out-of-tree build in a separate directory, and install into yet a
third directory:

mkdir install
mkdir build
cd build
../configure --prefix=/absolute/path/to/install --your-other-configure-options
make
make install

Finally, your apps should probably use the libmesh-config script
(discussed at http://libmesh.sourceforge.net/installation.php) for
building and linking.

--
John

------------------------------------------------------------------------------
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

Reply via email to