Hi, As I have seen one post regarding deal.II on Mac OS 10.6 "Snow Leopard", I thought I would discuss the problem that seems to arise with deal.II on that platform.
Apparently there is an issue using "dynamic_cast" to downcast pointers to a templated base class. A workaround for this (which seems to work, at least for all of the tutorial problems) is to replace the offending dynamic_cast's with static_cast's. -Scott _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
