Linux Python Dislin undefined symbol: getran

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pwhbeck
    New Member
    • Nov 2006
    • 1

    #1

    Linux Python Dislin undefined symbol: getran

    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
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by pwhbeck
    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
    This is the second time that I've seen .so undifined symbol. Unfortunately, we never got a post back with a resolution. Sorry,
    Barton

    Comment

    Working...