[New-bugs-announce] [issue23895] PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS

Andrew Stormont report at bugs.python.org
Thu Apr 9 15:43:05 CEST 2015


New submission from Andrew Stormont:

The socket module fails to build when -zignore is in LDFLAGS.  This option changes the linker behaviour so it will only resolve against the libraries linked in explicitly instead of doing resolution recursively against their dependencies too.

----------
components: Build
files: solaris-socket-zignore.diff
keywords: patch
messages: 240325
nosy: andy_js
priority: normal
severity: normal
status: open
title: PATCH: python socket module fails to build on Solaris when -zignore is in LDFLAGS
type: compile error
versions: Python 2.7
Added file: http://bugs.python.org/file38877/solaris-socket-zignore.diff

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


More information about the New-bugs-announce mailing list