Matthias Klose added the comment:

so the issue here is that -L -o <file> is passed to the compiler, and -o is 
interpreted as the library dir, and <file> as an input file.

To robustify, change distutils/tests/support.py to not include empty directory 
names.

To fix, change configure.ac (RUNPATH) not to unconditionally end the 
environment variables with an empty directory.

adding Ronald, Darwin is the only platform having quotes around this. Is this 
really needed/wanted?

----------
keywords: +patch
nosy: +hynek, ned.deily, ronaldoussoren
Added file: http://bugs.python.org/file35164/issue17752.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17752>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to