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

Skip to content

Commit cc8e1a4

Browse files
committed
Add some help for AIX. (Konrad Hinsen)
1 parent dc59340 commit cc8e1a4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/Makefile.pre.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ prefix= /usr/local
136136
# Install prefix for architecture-dependent files
137137
exec_prefix= $(prefix)
138138

139+
# Uncomment the following two lines for AIX
140+
#LINKCC= $(LIBPL)/makexp_aix $(LIBPL)/python.exp "" $(LIBRARY); $(PURIFY) $(CC)
141+
#LDSHARED= $(LIBPL)/ld_so_aix $(CC) -bI:$(LIBPL)/python.exp
142+
139143
# === Fixed definitions ===
140144

141145
# Shell used by make (some versions default to the login shell, which is bad)

0 commit comments

Comments
 (0)