HELP: ImportError on HPUX

Dennis Handly dhandly at cup.hp.com
Tue Aug 3 03:50:52 EDT 1999


rceci at adams.com wrote:
: I found an old reference to C++ modules in HP needing
: "Python/importdl.c" to have shl_load changed to cxxshl_load and what
: not.  I am not sure that is still valid,
: HP aC++ B3910B A.01.18

No, that is only for cfront.

: /usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_Start (data)
: /usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_End (data)
: /usr/lib/dld.sl: Unresolved symbol: __StaticCtorTable_End (data)
: /usr/lib/dld.sl: Unresolved symbol: __ZStaticCtorTable_Start (data)

These symbols must be in your a.out.  See the URL below for some stubs
to workaround this.

: /usr/lib/dld.sl: Unresolved symbol: U_update_state_vector (code)
: /usr/lib/dld.sl: Unresolved symbol: U_get_shLib_unw_tbl (code)
: /usr/lib/dld.sl: Unresolved symbol: U_resume_execution (code)
: /usr/lib/dld.sl: Unresolved symbol: U_get_previous_frame_x (code)
: /usr/lib/dld.sl: Unresolved symbol: U_get_unwind_table (code)
: /usr/lib/dld.sl: Unresolved symbol: U_get_shLib_text_addr (code)
: /usr/lib/dld.sl: Unresolved symbol: U_get_unwind_entry (code)

These symbols are in /usr/lib/libcl.sl and must be attached to your a.out.

http://docs.hp.com/hpux/content/aCC/guide45/distributing.htm




More information about the Python-list mailing list