[New-bugs-announce] [issue10475] hardcoded compilers for LDSHARED/LDCXXSHARED on NetBSD

Nicolas Joly report at bugs.python.org
Sun Nov 21 00:59:40 CET 2010


New submission from Nicolas Joly <njoly at pasteur.fr>:

The configure script do hardcode compilers for LDSHARED/LDCXXSHARED on NetBSD, which should be avoided.

[...]
checking for gcc... gcc
checking whether gcc accepts -g... yes
[...]
checking SO... .so
checking LDSHARED... cc -shared 
checking CCSHARED... -fPIC
[...]

----------
components: Build
files: python-cc.diff
keywords: patch
messages: 121817
nosy: njoly
priority: normal
severity: normal
status: open
title: hardcoded compilers for LDSHARED/LDCXXSHARED on NetBSD
versions: Python 2.7
Added file: http://bugs.python.org/file19719/python-cc.diff

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


More information about the New-bugs-announce mailing list