Author Raphael.Cruzeiro
Recipients Raphael.Cruzeiro
Date 2012-04-18.07:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334734810.54.0.87567518387.issue14610@psf.upfronthosting.co.za>
In-reply-to
Content
While installing Python 2.7.3 on my Ubuntu server the configure script hanged on the verification for pthread, I then proceded to alter the script to aways return true for pthread and it hanged again checking for PTHREAD_SCOPE_SYSTEM, which I also bypassed by altering the script and only then was I able to successfully install Python 2.7.3
History
Date User Action Args
2012-04-18 07:40:10Raphael.Cruzeirosetrecipients: + Raphael.Cruzeiro
2012-04-18 07:40:10Raphael.Cruzeirosetmessageid: <1334734810.54.0.87567518387.issue14610@psf.upfronthosting.co.za>
2012-04-18 07:40:09Raphael.Cruzeirolinkissue14610 messages
2012-04-18 07:40:09Raphael.Cruzeirocreate