[New-bugs-announce] [issue16987] HP-UX: SHLIB_EXT is not set

Stefan Krah report at bugs.python.org
Thu Jan 17 20:24:46 CET 2013


New submission from Stefan Krah:

Since 5e33b27c71a8 SHLIB_EXT is not set in configure.ac, since
the block in which $SO is defined has been moved below this line:

AC_DEFINE_UNQUOTED(SHLIB_EXT, "$SO", [Define this to be extension of shared libraries (including the dot!).])


This prevents extension module loading on HP-UX.

----------
components: Extension Modules
messages: 180148
nosy: skrah
priority: normal
severity: normal
status: open
title: HP-UX: SHLIB_EXT is not set
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16987>
_______________________________________


More information about the New-bugs-announce mailing list