I'm trying to install Python 2.7 from source on Centos 6.0. When running make after first running ./configure successfully on the source directory, it performs the checks done by the configure step again in a loop, i.e: the checks are done infinitely many times, so the compiling process never starts.
Does anyone know the cause of this behaviour and how to solve it? - Lucas
-- http://mail.python.org/mailman/listinfo/python-list