[New-bugs-announce] [issue16591] RUNSHARED wrong for OSX no framework

Fabian Groffen report at bugs.python.org
Sat Dec 1 20:43:13 CET 2012


New submission from Fabian Groffen:

Python fails to run python.exe on OSX when a non-framework build is requested, due to wrong quoting in configure.ac.

Like all other RUNSHARED, it shouldn't be quoted because then `pwd` won't be expanded, resulting in a wrong DYLD_LIBRARY_PATH when regen is ran (from a different directory than where libpython3.3.dylib resides).

Attached patch solves the issue.  The issue seems to be in current 3.3 and default heads.

----------
components: Build
files: 11_all_darwin-dyld-library-path.patch
hgrepos: 162
keywords: patch
messages: 176754
nosy: grobian
priority: normal
severity: normal
status: open
title: RUNSHARED wrong for OSX no framework
type: compile error
versions: Python 3.3
Added file: http://bugs.python.org/file28180/11_all_darwin-dyld-library-path.patch

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


More information about the New-bugs-announce mailing list