[Python-checkins] commit of r41466 - python/trunk

skip.montanaro@python.org skip.montanaro at python.org
Thu Nov 17 19:31:11 CET 2005


Author: skip.montanaro
Date: Thu Nov 17 19:31:09 2005
New Revision: 41466

Modified:
   python/trunk/README
Log:
don't get me started about distutils...

Modified: python/trunk/README
==============================================================================
--- python/trunk/README	(original)
+++ python/trunk/README	Thu Nov 17 19:31:09 2005
@@ -312,6 +312,7 @@
         HUGE_VAL(), e.g.:
 
           make CPPFLAGS='-D"Py_HUGE_VAL=HUGE_VAL()" -I. -I$(srcdir)/Include'
+	  ./python setup.py CPPFLAGS='-D"Py_HUGE_VAL=HUGE_VAL()"'
 
 Linux:  A problem with threads and fork() was tracked down to a bug in
 	the pthreads code in glibc version 2.0.5; glibc version 2.0.7


More information about the Python-checkins mailing list