On Mon, 18 Feb 2013, Subramanya Gautam Sadasiva wrote:

> I was trying to compile and run the libmesh-0.9.0 examples on OS-X 10.8 
> Mountain Lion, with Petsc3.3 p5. I was able to run ./configure make  and make 
> install on the code successfully. However,I am unable to do make 
> run_examples. This is the error that I get at runtime for introduction ex 4. ,
>
> N7libMesh15DenseMatrixBaseIdEE pointer to PKN7libMesh11DenseMatrixIdEE
> The N7libMesh15DenseMatrixBaseIdEE appears to be a N7libMesh11DenseMatrixIdEE
>
> Is there a workaround for this?

IIRC, there seems to be something wrong with the way some OSX software
stacks handle dynamic_cast in the presence of shared libraries.
Fortunately, libMesh usually only uses dynamic_cast as a
debug/devel-mode check.  You might be able to disable those by
configuring with --disable-rtti.
---
Roy

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to