[Python-bugs-list] [Bug #116121] cmath & umath fail to load on HPUX10.2

noreply@sourceforge.net noreply@sourceforge.net
Thu, 5 Oct 2000 07:05:27 -0700


Bug #116121, was updated on 2000-Oct-05 05:36
Here is a current snapshot of the bug.

Project: Python
Category: Modules
Status: Closed
Resolution: Duplicate
Bug Group: Platform-specific
Priority: 5
Summary: cmath & umath fail to load on HPUX10.2

Details: Happens for builds of Python 1.6
with either cc or gcc.  I was able to fix this by adding "-lm" to
the build lines for both cmathmodule.sl and mathmodule.sl.
The problem does not occur with HPUX11.

Seems like one needs a SHLIB_LIBS variable in configure
or some such?

(To test, one just starts up python - built with shared modules -
and says "import math")



For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=116121&group_id=5470