Kaydet (Commit) a5389927 authored tarafından Skip Montanaro's avatar Skip Montanaro

don't get me started about distutils...

üst 9f6606aa
...@@ -312,6 +312,7 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris ...@@ -312,6 +312,7 @@ Solaris: When using Sun's C compiler with threads, at least on Solaris
HUGE_VAL(), e.g.: HUGE_VAL(), e.g.:
make CPPFLAGS='-D"Py_HUGE_VAL=HUGE_VAL()" -I. -I$(srcdir)/Include' 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 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 the pthreads code in glibc version 2.0.5; glibc version 2.0.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment