
This looks like numpy.distutils has found ATLAS's FORTRAN BLAS library but not its libcblas library. Do you have a correct site.cfg file? From Chris Hanley's earlier post, it looks like the tarball on the SF site mistakenly includes a site.cfg. Delete it or correct it.
I will look at this.
and
undefined reference to `PyArg_ParseTuple'
This usually comes from having an LDFLAGS environment variable defined. It overwrites the linker information.
Unsetting LDFLAGS before building didn't help. Hmmm, the odd thing is that the stock numpy used to build just fine on this system (about a month ago)
Brian
-- Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion