gravishanker@eagle.wesleyan.edu (10/22/90)
Hi I am trying to install emacs on an IBM RISC/6000 running AIX 3.1. I brought in emacs version 18.55 via anonymous ftp and setup the src/config.h the following way: #include "s-usg5-2-2.h" #include "m-ibmps2-aix.h" First, the compilation failed because it could not find the file /usr/lib/samples/hftctl.o. The man pages on hft also claim that such a file should exist, but nowhere I could find such a file. My IBM rep brought me a floppy with this directory which I loaded into my RISC/6000 and compiled the hftctl.c without any problem. Now, I get the following errors: # make all make -f xmakefile all ld -T0x00400000 -K -e start -o temacs pre-crt0.o /lib/crt0.o dispnew.o scroll.o xdisp.o window.o term.o cm.o emacs.o keyboard.o macros.o keym ap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired o filemode.o cmds.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o fns.o print.o lread.o abbrev.o data.o doc.o editfns.o callint.o eval.o fns.o print.o lread.o abbrev.o syntax.o unexec.o mocklisp.o bytecode.o process.o callproc.o doprnt.o terminfo.o lastfile.o alloca.o malloc.o hftctl.o -lbsd -lrts -lcurses -lc 0706-221 WARNING: Import version of 'fatal' replaced by local definition. 0706-221 WARNING: Import version of '.fatal' replaced by local definition. 0706-221 WARNING: Import version of 'valloc' replaced by local definition. 0706-221 WARNING: Import version of 'rename' replaced by local definition. 0706-221 WARNING: Import version of '.rename' replaced by local definition. 0706-222 WARNING: Import version of 'setpgrp' replaced by import definition. 0706-222 WARNING: Import version of '.setpgrp' replaced by import definition. 0706-221 WARNING: Import version of 'sys_siglist' replaced by local definition. 0706-222 WARNING: Import version of 'timezone' replaced by import definition. 0706-222 WARNING: Import version of 'fcntl' replaced by import definition. 0706-222 WARNING: Import version of '.fcntl' replaced by import definition. 0706-222 WARNING: Import version of 'ioctl' replaced by import definition. 0706-222 WARNING: Import version of '.ioctl' replaced by import definition. 0706-221 WARNING: Import version of 'getwd' replaced by local definition. 0706-221 WARNING: Import version of '.getwd' replaced by local definition. 0706-221 WARNING: Import version of 'malloc' replaced by local definition. 0706-221 WARNING: Import version of 'srandom' replaced by local definition. 0706-221 WARNING: Import version of '.srandom' replaced by local definition. 0706-221 WARNING: Import version of 'random' replaced by local definition. 0706-221 WARNING: Import version of '.random' replaced by local definition. 0706-222 WARNING: Import version of 're_comp' replaced by import definition. 0706-222 WARNING: Import version of '.re_comp' replaced by import definition. 0706-222 WARNING: Import version of 're_exec' replaced by import definition. 0706-222 WARNING: Import version of '.re_exec' replaced by import definition. 0706-222 WARNING: Import version of 'signal' replaced by import definition. 0706-222 WARNING: Import version of '.signal' replaced by import definition. 0706-222 WARNING: Import version of 'sigvec' replaced by import definition. Make Quitting. Any help in this regard would be appreciated. Ravi