diff 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
line wrap: on
line diff
--- a/PROBLEMS	Mon Aug 13 10:44:26 2007 +0200
+++ b/PROBLEMS	Mon Aug 13 10:44:46 2007 +0200
@@ -112,6 +112,8 @@
 
 
 ** AIX
+*** On AIX 4.3, you must specify --with-dialogs=athena with configure
+
 *** On AIX, you get this compiler error message:
 
     Processing include file ./XMenuInt.h
@@ -136,16 +138,6 @@
 Then change -lIM to ./libIM.a in the command to link temacs (in
 Makefile).
 
-*** Link failure on IBM AIX 1.3 ptf 0013.
-
-There is a real duplicate definition of the function `_slibc_free' in
-the library /lib/libc_s.a (just do nm on it to verify).  The
-workaround/fix is:
-
-    cd /lib
-    ar xv libc_s.a NLtmtime.o
-    ar dv libc_s.a NLtmtime.o
-
 *** Excessive optimization on AIX 4.2 can lead to compiler failure.
 
 Valdis.Kletnieks@vt.edu writes: