]> granicus.if.org Git - python/commitdiff
Corrected *noconfig* to be *shared*; added cc: vlad back.
authorGuido van Rossum <guido@python.org>
Wed, 27 Nov 1996 19:38:00 +0000 (19:38 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 27 Nov 1996 19:38:00 +0000 (19:38 +0000)
Misc/AIX-NOTES

index ce3cf90bf48e90693a1dd22910f2cebc5fdd1307..ea186a40a6eb38a6d0063e1a404b847e4a9be548 100644 (file)
@@ -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)