diff options
author | Guido van Rossum <guido@python.org> | 1996-11-27 19:38:00 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-11-27 19:38:00 (GMT) |
commit | 47427674f6790675d3f44a30b83c84828aa2584e (patch) | |
tree | 1c768cf1c14ab1d6cc4ca81e572c431e594e34b1 /Misc | |
parent | 4662b876046800a4faa05a766b4817635ffec19f (diff) | |
download | cpython-47427674f6790675d3f44a30b83c84828aa2584e.zip cpython-47427674f6790675d3f44a30b83c84828aa2584e.tar.gz cpython-47427674f6790675d3f44a30b83c84828aa2584e.tar.bz2 |
Corrected *noconfig* to be *shared*; added cc: vlad back.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/AIX-NOTES | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Misc/AIX-NOTES b/Misc/AIX-NOTES index ce3cf90..ea186a4 100644 --- a/Misc/AIX-NOTES +++ b/Misc/AIX-NOTES @@ -1,7 +1,8 @@ Subject: AIX-NOTES FOR 1.4 From: Manus Hand <Manus.Hand@evolving.com> -To: Guido van Rossum <guido@CNRI.Reston.VA.US> -Date: Tue, 22 Oct 1996 16:02:07 -0600 (MDT) +To: guido@CNRI.Reston.VA.US +cc: Vladimir.Marangozov@imag.fr +Date: Fri, 25 Oct 1996 15:19:23 -0600 (MDT) ============================================================================== COMPILER INFORMATION @@ -89,7 +90,7 @@ AIX shared library support was added to Python in the 1.4 release by Manus Hand (mhand@csn.net) and Vladimir Marangozov (Vladimir.Marangozov@imag.fr). Python modules may now be built as shared libraries on AIX using the normal -process of uncommenting the "*noconfig*" line in Modules/Setup.in before the +process of uncommenting the "*shared*" line in Modules/Setup.in before the build. There is one additional step required, and that is to also uncomment the line in Modules/Setup.in which reads LINKCC= makexp_aix python.exp "" $(MYLIBS) $(ADDOBJS) ; $(CC) |