> I'm afraid configuring with an external version of boost isn't very well > tested. Can you look at the output in config.log to see why it didn't like > your installation of BLAS? Search for daxpy and see what the compiler error > message is around that location.
Thanks Wolfgang, I was trying a custom build of the latest boost libraries. The configure script was adding directories that didn't exist to the seach path. Once that was fixed, I ran into errors when compiling with deprecated features from the boost libraries. I haven't solved this yet, but I believe the source/base/boost_serialization.cc and boost_threads.cc would have to be updated to reflect the new boost location and the updated structure of some of its libraries. I will let you know how it goes. Peter _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
