mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
add warning about ultrix cc
This commit is contained in:
parent
33325f439d
commit
72eb83ca25
1 changed files with 5 additions and 0 deletions
5
Misc/FAQ
5
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue