summaryrefslogtreecommitdiffstats
path: root/Misc/FAQ
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-07 11:33:28 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-07 11:33:28 (GMT)
commit72eb83ca25fce2bdb89905b3da4a17588a5d1dd7 (patch)
tree43c9eae7aea1c0fe6a39f68c48c0893aa9ee52f2 /Misc/FAQ
parent33325f439d6ebcf54ae5713d64b7bad65db5c4c5 (diff)
downloadcpython-72eb83ca25fce2bdb89905b3da4a17588a5d1dd7.zip
cpython-72eb83ca25fce2bdb89905b3da4a17588a5d1dd7.tar.gz
cpython-72eb83ca25fce2bdb89905b3da4a17588a5d1dd7.tar.bz2
add warning about ultrix cc
Diffstat (limited to 'Misc/FAQ')
-rw-r--r--Misc/FAQ5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/FAQ b/Misc/FAQ
index fcc3637..b008e70 100644
--- 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.