comparison PROBLEMS @ 316:512e409c26a2 r21-0b56

Import from CVS: tag r21-0b56
author cvs
date Mon, 13 Aug 2007 10:44:46 +0200
parents d1b52dcaa789
children afd57c14dfc8
comparison
equal deleted inserted replaced
315:5e87bc5b1ee4 316:512e409c26a2
110 when attempting to link against libMagick. The fix is to remove the old 110 when attempting to link against libMagick. The fix is to remove the old
111 libz.a in the X11 binary directory. 111 libz.a in the X11 binary directory.
112 112
113 113
114 ** AIX 114 ** AIX
115 *** On AIX 4.3, you must specify --with-dialogs=athena with configure
116
115 *** On AIX, you get this compiler error message: 117 *** On AIX, you get this compiler error message:
116 118
117 Processing include file ./XMenuInt.h 119 Processing include file ./XMenuInt.h
118 1501-106: (S) Include file X11/Xlib.h not found. 120 1501-106: (S) Include file X11/Xlib.h not found.
119 121
133 chmod 664 libIM.a 135 chmod 664 libIM.a
134 ranlib libIM.a 136 ranlib libIM.a
135 137
136 Then change -lIM to ./libIM.a in the command to link temacs (in 138 Then change -lIM to ./libIM.a in the command to link temacs (in
137 Makefile). 139 Makefile).
138
139 *** Link failure on IBM AIX 1.3 ptf 0013.
140
141 There is a real duplicate definition of the function `_slibc_free' in
142 the library /lib/libc_s.a (just do nm on it to verify). The
143 workaround/fix is:
144
145 cd /lib
146 ar xv libc_s.a NLtmtime.o
147 ar dv libc_s.a NLtmtime.o
148 140
149 *** Excessive optimization on AIX 4.2 can lead to compiler failure. 141 *** Excessive optimization on AIX 4.2 can lead to compiler failure.
150 142
151 Valdis.Kletnieks@vt.edu writes: 143 Valdis.Kletnieks@vt.edu writes:
152 At least at the b34 level, and the latest-and-greatest IBM xlc 144 At least at the b34 level, and the latest-and-greatest IBM xlc