[issue29899] zlib missing when --enable--optimizations option appended

2017-03-27 Thread kyren
kyren added the comment: This is make.log. -- Added file: http://bugs.python.org/file46758/make.log ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29899] zlib missing when --enable--optimizations option appended

2017-03-27 Thread kyren
kyren added the comment: This is the config.log. -- Added file: http://bugs.python.org/file46757/config.log ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29899] zlib missing when --enable--optimizations option appended

2017-03-26 Thread kyren
kyren added the comment: There's no build errors. The compiling and installing process is error-free. Take 3.5.3 as example, it's all good until you enter 3.5.3 python shell and type `import zlib`, it gives `No module name zlib`. I solved by make a `libz.so` link in my `/lib` dir

[issue29899] zlib missing when --enable--optimizations option appended

2017-03-24 Thread kyren 原子喵
New submission from kyren 原子喵: i think it happens to all versions that recognizes the optimizations option. At least I confirmed python version 3.4.6, 3.5.3, 3.6.1, when `--enable-optimizations` is appended, `zlib` cannot be imported, `No module named zlib`. I'm working on Ubuntu 14.04