On Mon, May 16, 2011 at 7:15 AM, Geoffrey Tse
<[email protected]> wrote:
>  Dear all,
>
> I have trouble running ex06 from the "meshlib" examples.
>
> http://libmesh.sourceforge.net/ex6.php
>
> It says something like..
>
> "For this example to work you must have configured the library with the 
> --enable-ifem option"

When you run configure, just pass the --enable-ifem option.  Just to
be sure, the steps you want to follow to build the library are:

./configure --enable-ifem
make

> when I compile the code, I use the following command
>
> [gtse@d30smm4 ex6]$ c++ ex6.C 
> /home/geoffery/libmesh-0.7.1/libmesh/examples/ex3/exact_solution.C 
> `/home/geoffery/libmesh-0.7.1/libmesh/contrib/bin/libmesh-config --cxxflags 
> --include --ldflags`

To compile examples you should just cd to the example directory and
type 'make': no need to try compiling them by hand!

--
John

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to