pythonbrew icon indicating copy to clipboard operation
pythonbrew copied to clipboard

python 2.3 fails to build on ubuntu 12.04 (with workaround)

Open cdevienne opened this issue 13 years ago • 0 comments

The solution was to add "BASECFLAGS=-U_FORTIFY_SOURCE" as a configure option (as seen on https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/286334).

The issue seems to occur since ubuntu intrepid, and is related to the default options of gcc -> 4.3.

pythonbrew should probably set the configure option automatically.

Regards,

Christophe

cdevienne avatar Jun 07 '12 15:06 cdevienne