On Tue, Mar 27, 2012 at 11:13 AM, John Peterson <[email protected]> wrote: > On Tue, Mar 27, 2012 at 10:57 AM, Jungho Lee <[email protected]> wrote: >> I tried running >> ./adaptivity_ex2-dbg -init_timestep 0 -n_timesteps 5 >> ./adaptivity_ex2-opt -init_timestep 0 -n_timesteps 5 >> >> in libmesh/examples/adaptivity/adaptivity0_ex2. The dbg version fails >> in the libmesh_cast_ptr call > > I definitely do not hit this assertion on my system. > > Is this with clang compiler? What OS? > > Is it possible you have to explicitly enable RTTI with the clang compiler? > > In GCC this is on by default, and you can turn it *off* with -fno-rtti.
Also, found this: http://llvm.org/docs/Packaging.html -- John ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
