diff options
author | Skip Montanaro <skip@pobox.com> | 2005-11-17 18:31:09 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2005-11-17 18:31:09 (GMT) |
commit | a53899272b71d90a2a2ade76532ff0b96d7ceed1 (patch) | |
tree | 3c27002f49d5097caccc20165a417cedcd9df2f1 /README | |
parent | 9f6606aab1096216062be3a41c88a03fa8f11751 (diff) | |
download | cpython-a53899272b71d90a2a2ade76532ff0b96d7ceed1.zip cpython-a53899272b71d90a2a2ade76532ff0b96d7ceed1.tar.gz cpython-a53899272b71d90a2a2ade76532ff0b96d7ceed1.tar.bz2 |
don't get me started about distutils...
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -312,6 +312,7 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris 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 |