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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16987>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to