On Sun, 2 Oct 2011 16:02:08 -0500, Wolfgang Bangerth wrote:
I 've tried to use the examples but another problem is appearing on
step-14.
Make is performed without any problem but when trying to run
./step-14
I am getting the following message
(at cycle: 0) many times :
---------------------------------------------------------
An object pointed to by a SmartPointer is being destroyed.
Under normal circumstances, this would abort the program.
However, another exception is being processed at the
moment, so the program will continue to run to allow
this exception to be processed.
---------------------------------------------------------
followed by:
----------------------------------------------------
Exception on processing:
std::bad_cast
Aborting!
----------------------------------------------------
All that your attempts indicate is why it's probably more useful to
spend your
time forward-porting your code, rather than trying to retrofit your
system to
make things work we've long fixed.
What I could imagine is that this is a problem we've found in some OS
X
problems and that could be resolved by using the flag
-mmacosx-version-min=10.4
in both CXXFLAGS.g, CXXFLAGS.o and LDFLAGS. If you want to try, add
those to
the flags in common/Make.global_options, do make clean and make all
and see if
that helps.
Best
W.
-------------------------------------------------------------------------
Wolfgang Bangerth email:
[email protected]
www:
http://www.math.tamu.edu/~bangerth/
I couldn't agree more with you about forward-porting the code but it's
not my code and not my case.
I have been asked to install these to Mac OS X and according to the
people that are going
to use it will take too much time to forward-port their code. So, I am
bump with this.....
Furthermore, I am trying to understand what's going wrong...
So your suggestion to understand this correctly is to put these after I
have "configured" it and before
build it with make, wright? And should I pass these options to all
cases of CXXFLAGS.g etc. or just the
first one found in Make.global_options?
Thx a lot for your help!
Regards,
G.
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii