A.5) The AcouSTO configure scripts expects to find the netlib libraries with the following names:
- libblas.a
- liblapack.a
- libscalapack.a
- libblacs.a or libmpiblacs.a or libblacs_MPI.a
- libblacsCinit.a or libblacsC.a or libmpiblacsCinit.a or libbblacsCinit_MPI.a
A.6) The problem is well known. Apple moved some floating point
functions away from the standard gcc libraries causing many problems to whoever is using Mac OSX to
compile number crunching codes. The solution is linking with the static version of libgcc (libgcc.a)
that can be found somewhere in the system. AcouSTO configure script tries to link against the correct static
library but, in case it fails, you can try to locate the library and modify the link command on your own.
You can find additional details in the Users'Guide. Don't blame it on us, blame it on Steve Jobs.
