[PYTHON MATRIX-SIG] Solaris dynamic loading probs

Ted Horst ted_horst@il.us.swissbank.com
Tue, 3 Dec 96 11:27:55 -0600


Hi,

I am trying to get NumPy to work as a dynamically loaded module on Solaris  
2.5.1, and I am having some problems.  I am using the SPARCWorks compiler (v  
4.1).  Configure set the following:

SO=		.so
LDSHARED=	ld -G
CCSHARED=	
LINKFORSHARED=	

I get the follwing error:

>>> import multiarray
>>> import umath
Traceback (innermost last):
  File "<stdin>", line 1, in ?
ImportError: ld.so.1: ./python: fatal: relocation error: symbol not found:  
PyOFunc_FromFuncAndData: referenced in Modules/umathmodule.so
>>>

PyOFunc_FromFuncAndData is in multiarray, which I just loaded.  Any clue what  
I am doing wrong ?

Ted Horst

=================
MATRIX-SIG  - SIG on Matrix Math for Python

send messages to: matrix-sig@python.org
administrivia to: matrix-sig-request@python.org
=================