New submission from gheorghe mosteoru: I've be trying to compile python in a folder which had '&' (ampersand) in the path and i couldn't.
First configure got some weird output: configure: creating ./config.status config.status: creating Makefile.pre sed: -e expression #1, char 435: unknown option to `s' config.status: creating Modules/Setup.config sed: -e expression #1, char 447: unknown option to `s' config.status: creating Misc/python.pc sed: -e expression #1, char 438: unknown option to `s' config.status: creating Misc/python-config.sh sed: -e expression #1, char 452: unknown option to `s' config.status: creating Modules/ld_so_aix sed: -e expression #1, char 441: unknown option to `s' config.status: creating pyconfig.h creating Modules/Setup creating Modules/Setup.local creating Makefile Then when I've run make I've got: make: *** No rule to make target `/Modules/posixmodule.c', needed by `Modules/posixmodule.o'. Stop. ---------- components: Build messages: 181151 nosy: gheorghe.mosteoru priority: normal severity: normal status: open title: ampersand "&" in path prevents from compiling pthon type: compile error versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17103> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com