Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4742767

Browse files
committed
Corrected *noconfig* to be *shared*; added cc: vlad back.
1 parent 4662b87 commit 4742767

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Misc/AIX-NOTES

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Subject: AIX-NOTES FOR 1.4
22
From: Manus Hand <[email protected]>
3-
To: Guido van Rossum <[email protected]>
4-
Date: Tue, 22 Oct 1996 16:02:07 -0600 (MDT)
3+
4+
5+
Date: Fri, 25 Oct 1996 15:19:23 -0600 (MDT)
56

67
==============================================================================
78
COMPILER INFORMATION
@@ -89,7 +90,7 @@ AIX shared library support was added to Python in the 1.4 release by Manus
8990
Hand ([email protected]) and Vladimir Marangozov ([email protected]).
9091

9192
Python modules may now be built as shared libraries on AIX using the normal
92-
process of uncommenting the "*noconfig*" line in Modules/Setup.in before the
93+
process of uncommenting the "*shared*" line in Modules/Setup.in before the
9394
build. There is one additional step required, and that is to also uncomment
9495
the line in Modules/Setup.in which reads
9596
LINKCC= makexp_aix python.exp "" $(MYLIBS) $(ADDOBJS) ; $(CC)

0 commit comments

Comments
 (0)