diff options
author | Guido van Rossum <guido@python.org> | 1994-10-07 11:33:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-07 11:33:28 (GMT) |
commit | 72eb83ca25fce2bdb89905b3da4a17588a5d1dd7 (patch) | |
tree | 43c9eae7aea1c0fe6a39f68c48c0893aa9ee52f2 /Misc/FAQ | |
parent | 33325f439d6ebcf54ae5713d64b7bad65db5c4c5 (diff) | |
download | cpython-72eb83ca25fce2bdb89905b3da4a17588a5d1dd7.zip cpython-72eb83ca25fce2bdb89905b3da4a17588a5d1dd7.tar.gz cpython-72eb83ca25fce2bdb89905b3da4a17588a5d1dd7.tar.bz2 |
add warning about ultrix cc
Diffstat (limited to 'Misc/FAQ')
-rw-r--r-- | Misc/FAQ | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |