[Numpy-discussion] New Linux build problem

Brian Granger ellisonbg.net at gmail.com
Wed May 30 16:05:13 EDT 2007


Take that back, unsetting LDFLAGS did work!!!

Thanks

Brian

On 5/30/07, Brian Granger <ellisonbg.net at gmail.com> wrote:
> > 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 at scipy.org
> > http://projects.scipy.org/mailman/listinfo/numpy-discussion
> >
>



More information about the NumPy-Discussion mailing list