At the end of the output when running ./configure there should be statement of
the kind saying
" Please add the line"
" export DYLD_LIBRARY_PATH=\$DYLD_LIBRARY_PATH:$DEAL2_DIR/lib"
" to your .bash_profile file so that OSX will be"
" able to find the deal.II shared libraries when"
" executing your programs."
Run ./configure again and see what the actual pathnames are and follow the
advice. That should, I believe, take care of the problem.
If you use csh variants, you can replace this by
setenv DYLD_LIBRARY_PATH $DYLD_LIBRARY_PATH:DEAL2_DIR/lib
where you have to take DEAL2_DIR from the output of your configure.
Cheers,
Guido
_______________________________________________
dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii