Message 218026 - Python tracker (original) (raw)
so the issue here is that -L -o is passed to the compiler, and -o is interpreted as the library dir, and 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?