On Thu, Apr 17, 2008 at 11:33 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > Question. How does numpy link against the python library when there is only > a static version present?
However distutils tells it to. The information is contained in /usr/local/lib/python2.6/config/Makefile, mostly in the LDFLAGS and LDSHARED variables. > I compiled/installed python2.6.2a and the only > library it generated was /usr/local/lib/python2.6/config/libpython2.6.a. > Furthermore, I didn't see the python library specifically linked by any of > the numpy code. This looks like a problem with your installation of Python. -- 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 [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
