[issue34112] 3.7.0 build error with --enable-optimizations

2018-07-15 Thread Jayanth Koushik
Jayanth Koushik added the comment: Updating gcc to 8.1.0 fixed the problem. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker ___ _

[issue34112] 3.7.0 build error with --enable-optimizations

2018-07-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: --enable-optimizations On Sat, Jul 14, 2018, at 12:31, Jayanth Koushik wrote: > > Jayanth Koushik added the comment: > > Hi. Do you mean turning of `--enable-optimizations` or reducing GCC > optimization level (O3 etc)? > > -- > >

[issue34112] 3.7.0 build error with --enable-optimizations

2018-07-14 Thread Jayanth Koushik
Jayanth Koushik added the comment: Hi. Do you mean turning of `--enable-optimizations` or reducing GCC optimization level (O3 etc)? -- ___ Python tracker ___

[issue34112] 3.7.0 build error with --enable-optimizations

2018-07-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: It's look you're using a fairly old toolchain. I wouldn't reccomend using fancy modern compiler optimizations with GCC 4. -- nosy: +benjamin.peterson ___ Python tracker

[issue34112] 3.7.0 build error with --enable-optimizations

2018-07-14 Thread Jayanth Koushik
New submission from Jayanth Koushik : I'm trying to build 3.7.0 locally (not as superuser) on a server. I am able to successfully build without `--enable-optimizations` enabled, but the build fails with it enabled. I have dependencies installed in custom locations as well, and this is my env