Linux SUSE 10.1
Python 2.5
Dislin 9.1
Download dislin 9.1, change to directory dislin-9.1/python
Change make_py to:
elif test $1 = lnx ; then
CC="gcc -fPIC -c -O"
PYTH_INC="/usr/local/include/python2.5"
PYTH_CONF="/usr/local/lib/python2.5/config"
Run make_py
It appears to compile successfully
From the dislin/python directory,
run python
import dislin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: ./dislinmodule.so : undefined symbol: getran
Any suggestions?
Thanks
Python 2.5
Dislin 9.1
Download dislin 9.1, change to directory dislin-9.1/python
Change make_py to:
elif test $1 = lnx ; then
CC="gcc -fPIC -c -O"
PYTH_INC="/usr/local/include/python2.5"
PYTH_CONF="/usr/local/lib/python2.5/config"
Run make_py
It appears to compile successfully
From the dislin/python directory,
run python
import dislin
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: ./dislinmodule.so : undefined symbol: getran
Any suggestions?
Thanks
Comment