]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add warning about ultrix cc
authorGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 11:33:28 +0000 (11:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 7 Oct 1994 11:33:28 +0000 (11:33 +0000)
Misc/FAQ

index fcc363722725b571afa2a619f4846f2eed81d2f7..b008e7072f08a1e4e1bf1c7f01fdf1f145549654 100644 (file)
--- a/Misc/FAQ
+++ b/Misc/FAQ
@@ -584,6 +584,11 @@ A. There shouldn't be any -- I've seen several complaints but more
 reports on successful "out-of-the-box" ports on Linux.  The standard
 configure script runs just fine on Linux.
 
+Q. Trouble with prototypes on Ultrix.
+
+A. Ultrix cc seems broken -- use gcc, or edit config.h to #undef
+HAVE_PROTOTYPES.
+
 3.11. Q. Other trouble building Python on platform X.
 
 A. Please email the details to <guido@cwi.nl> and I'll look into it.