diff options
author | Guido van Rossum <guido@python.org> | 1998-10-21 17:03:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-21 17:03:36 (GMT) |
commit | 3f200d76dfc4215b4fc8fbe1c803c7476ad86735 (patch) | |
tree | 04b41a79ac70389fb81ae0fcc0bfe32e56de0a17 | |
parent | 89733a8bd6a9f730cddd37a7a6941fb049472131 (diff) | |
download | cpython-3f200d76dfc4215b4fc8fbe1c803c7476ad86735.zip cpython-3f200d76dfc4215b4fc8fbe1c803c7476ad86735.tar.gz cpython-3f200d76dfc4215b4fc8fbe1c803c7476ad86735.tar.bz2 |
Add note about compiling FORMS with -Dclear=__GLclear.
(The GLHACK variable isn't really needed since the change to
glmodule.c, but I'm too busy to remove it. It's harmless.)
-rw-r--r-- | Modules/Setup.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in index e271653..8a05270 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -237,6 +237,10 @@ md5 md5module.c md5c.c # components such as dialogs and buttons using SGI's GL and FM # libraries. You must ftp the FORMS library separately from # ftp://ftp.cs.ruu.nl/pub/SGI/FORMS. It was tested with FORMS 2.2a. +# NOTE: if you want to be able to use FORMS and curses simultaneously +# (or both link them statically into the same binary), you must +# compile all of FORMS with the cc option "-Dclear=__GLclear". + # The FORMS variable must point to the FORMS subdirectory of the forms # toplevel directory: |