Xref: utzoo comp.unix.aix:2189 comp.emacs:9219 Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!lavaca.uh.edu!menudo.uh.edu!hermes.cs.uh.edu!yzhao From: yzhao@hermes.cs.uh.edu Newsgroups: comp.unix.aix,comp.emacs Subject: Help on Compiling Emacs on AIX (RS6000) Message-ID: <1990Oct9.140630.4467@menudo.uh.edu> Date: 9 Oct 90 14:06:30 GMT Sender: nntppost@menudo.uh.edu (NNTP Posting Service) Reply-To: yzhao@hermes.cs.uh.edu () Distribution: usa Organization: University of Houston Lines: 28 I am trying to install amacs on RS6000 running AIX using the file obtained from University of Washington. The compiling went fine, but when tring to link the object files using ld, I gor the following messages: 0706-221 WARNING: Import version of 'rename' replaced by local definition. 0706-222 WARNING: Import version of 'readv' replaced by import definition. ... ... 0706-244 ERROR: No entry point or export symbols were found following garbage collection. make: 1254-004 The error code from the last command is 8 make: 1254-004 The error code from the last command is 1. The 0706-244 ERROR looked quite strange because emacs.o did have the main function defined. I try to use the binder option "nogc", it only produced some unresloved refernces. Being quite new to AIX, I don't what kind of options should I set to link it correctly. Can anybody help me to solve this problem? Thanks. Yi Zhao Department of Computer Science University of Houston yzhao@cs.uh.edu