Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!necntc!ames!elroy!cit-vax!ucla-cs!zen!ucbvax!ucdavis!iris!windley From: windley@iris (Phil Windley) Newsgroups: comp.emacs Subject: memacs3.9 Message-ID: <538@ucdavis.ucdavis.edu> Date: Fri, 20-Nov-87 21:20:32 EST Article-I.D.: ucdavis.538 Posted: Fri Nov 20 21:20:32 1987 Date-Received: Sun, 22-Nov-87 21:47:28 EST Sender: uucp@ucdavis.ucdavis.edu Reply-To: windley@iris.ucdavis.edu (Phil Windley) Organization: U.C. Davis - College of Engineering Lines: 32 When I compile microemacs 3.9 under Unix (HP-UX) I get a list of undefined symbols out of it that I don't recognize. I thought for a minute that they occured in files specific to non-unix systems and I could solve the problem by not including them in the make (is there a good reason why they are, by the way?). Unfortunately, my hopes were dashed when I noticed that sysint, for instance, is called from main.c. What to do? Has anyone made microemacs under Unix? I would really like to get an emacs on this machine, but I don't have room for GNU. Here is the snapshot of the problem: | # make | make | cc -O ansi.o basic.o bind.o buffer.o crypt.o dg10.o display.o eval.o | exec.o file.o fileio.o hp110.o hp150.o ibmpc.o input.o isearch.o line.o | lock.o main.o random.o region.o search.o spawn.o st520.o tcap.o termio.o | tipc.o vmsvt.o vt52.o window.o word.o z309.o -ltermcap -lc -o emacs | ld: Undefined external - | _aputc | _inportb | _sysint | _outportb | _bdos | _movmem | _segread | ld: output file still contains undefined symbols | ld: (Warning) did not generate an output file | *** Error code 1 Phil Windley Robotics Research Lab University of California, Davis