Issue 16987: HP-UX: SHLIB_EXT is not set (original) (raw)

Issue16987

Created on 2013-01-17 19:24 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg180148 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-01-17 19:24
Since 5e33b27c71a8 SHLIB_EXT is not set in configure.ac, since the block in which SOisdefinedhasbeenmovedbelowthisline:ACDEFINEUNQUOTED(SHLIBEXT,"SO is defined has been moved below this line: AC_DEFINE_UNQUOTED(SHLIB_EXT, "SOisdefinedhasbeenmovedbelowthisline:ACDEFINEUNQUOTED(SHLIBEXT,"SO", [Define this to be extension of shared libraries (including the dot!).]) This prevents extension module loading on HP-UX.
msg180149 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-01-17 19:45
New changeset 937e9df47ccd by Stefan Krah in branch '3.3': Issue #16987: Fix definition of SHLIB_EXT. http://hg.python.org/cpython/rev/937e9df47ccd
History
Date User Action Args
2022-04-11 14:57:40 admin set github: 61191
2013-01-17 22:44:59 skrah set keywords: + 3.3regressionassignee: skrahstatus: open -> closedresolution: fixedstage: resolved
2013-01-17 19:45:08 python-dev set nosy: + python-devmessages: +
2013-01-17 19:24:46 skrah create