Return-path: X-Andrew-Authenticated-as: 0;andrew.cmu.edu;Network-Mail Received: from po5.andrew.cmu.edu via trymail for info-andrew+@andrew.cmu.edu (->+dist+/afs/andrew.cmu.edu/usr0/ak99/dists/info-andrew-nostrip.dl) ID ; Sat, 30 Apr 1994 12:42:36 -0400 (EDT) Received: from po3.andrew.cmu.edu via qmail ID ; Sat, 30 Apr 1994 12:40:39 -0400 (EDT) If-Type-Unsupported: send Received: from po3.andrew.cmu.edu via qmail ID ; Sat, 30 Apr 1994 12:35:15 -0400 (EDT) Received: from vision.postech.ac.kr (vision.postech.ac.kr [141.223.1.2]) by po3.andrew.cmu.edu (8.6.7/8.6.6) with SMTP id MAA04469 for ; Sat, 30 Apr 1994 12:34:57 -0400 Received: from stella.postech.ac.kr (ailab.postech.ac.kr) by vision.postech.ac.kr (4.1/SMI-4.1) id AA17914; Sun, 1 May 94 01:25:55 KST Received: from kohonen.AIlab (kohonen.postech.ac.kr) by stella.postech.ac.kr (4.1/SMI-4.1) id AA11714; Sun, 1 May 94 01:32:53 KST Received: by kohonen.AIlab (5.0/SMI-SVR4) id AA23283; Sun, 1 May 1994 01:30:35 --900 From: sekim@stella.postech.ac.kr (Sangeuk Kim) Message-Id: <9404301630.AA23283@kohonen.AIlab> Subject: Help again! To: info-andrew@andrew.cmu.edu Date: Sun, 1 May 1994 01:30:34 +0900 (KST) X-Mailer: ELM [version 2.4 PL21-h3] Content-Type: text Content-Length: 2252 Hi, I am trying to install auis 6.2.1 on the solaris 2.3 with gcc 2.4.5. My problem follows... Script started on Sun May 01 01:26:55 1994 jurassic [ root{41} /usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli ] jurassic [ root{41} /usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli ] make Install Checking Destination Directories.... -n touch install.time -n touch install.doc installing (/usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli/hdrs) touch install.time touch install.doc installing (/usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli/elifiles) touch install.time touch install.doc installing (/usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli/lib) touch install.time touch install.doc installing (/usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli/bglisp) rm -f bglisp gcc -O -I. -I/usr1/Solaris2/Andrew/include/atk -I/usr1/Solaris2/Andrew/include -I/usr/openwin/include -DSOLARIS -DSYSV -o bglisp bglisp.o /usr1/Solaris2/Andrew/lib/libeli.a /usr1/Solaris2/Andrew/lib/librxp.a /usr1/Solaris2/Andrew/lib/libutil.a /usr1/Solaris2/Andrew/lib/libafs.a /usr1/Solaris2/Andrew/lib/libcparser.a -lresolv -lsocket -lnsl -lelf /usr1/Solaris2/Andrew/lib/libossup.a Undefined first referenced symbol in file eliy_New /usr1/Solaris2/Andrew/lib/libeli.a(ecommon.o) ld: fatal: Symbol referencing errors. No output written to bglisp *** Error code 1 make: Fatal error: Command failed for target `bglisp' Current working directory /usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli/bglisp *** Error code 1 make: Fatal error: Command failed for target `Install' jurassic [ root{42} /usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli ] exit jurassic [ root{43} /usr1/ftp/pub/HCI/andrew/auis-6.2/overhead/eli ] script done on Sun May 01 01:27:15 1994 Where defined the eliy_New ? Thanks in advance... --