Sebastian Haase wrote: > Hi! > When I try running my code on > panther (10.3) with a numpy that was built on tiger (10.4) > it can't load numpy because of missing symbols > in numpy/core/umath.so > The symbols are > _acoshl$LDBL128 > _acosl$LDBL128 > _asinhl$LDBL128 > > (see my post from 5 oct 2006: > http://permalink.gmane.org/gmane.comp.python.numeric.general/8521 ) > > I traced the problem to the libmx system library. > > Since I really don't need "long double" (128 bit) operations - I was > wondering if there is a flag to just turn them of?
Generally speaking, you need to build binaries on the lowest-versioned OS X that you intend to run on. -- 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