Issue 14363: Can't build Python 3.3a1 on Centos 5 (original) (raw)

Issue14363

Created on 2012-03-18 12:03 by steven.daprano, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
out steven.daprano,2012-03-18 12:03 stdout and stderr from running make
Messages (2)
msg156248 - (view) Author: Steven D'Aprano (steven.daprano) * (Python committer) Date: 2012-03-18 12:03
I attempted to build Python 3.3a1 but failed. I am running Centos 5. After running ./configure (no apparent errors), I ran make and got a whole lot of warnings and errors, ending with: collect2: ld returned 1 exit status make: *** [python] Error 1 Output attached as a file.
msg156249 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2012-03-18 12:10
This is a duplicate of #14296. See also #14359.
History
Date User Action Args
2022-04-11 14:57:28 admin set github: 58571
2012-03-18 12:10:49 skrah set status: open -> closedsuperseder: Compilation error on CentOS 5.8type: compile errornosy: + skrahmessages: + resolution: duplicatestage: resolved
2012-03-18 12:03:15 steven.daprano create