[Python-Dev] make install failing with current cvs (original) (raw)
Martin v. L�wis martin@v.loewis.de
20 Jan 2003 09:39:16 +0100
- Previous message: [Python-Dev] make install failing with current cvs
- Next message: [Python-Dev] make install failing with current cvs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum <guido@python.org> writes:
Would this work?
I think not: During installation, compileall is invoked with �(LIBDEST), so compile_path isn't used. What might work is to write
-x "badsyntax|site-packages"
in Makefile.pre.in to skip compilation.
Regards, Martin
- Previous message: [Python-Dev] make install failing with current cvs
- Next message: [Python-Dev] make install failing with current cvs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]