Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!bu.edu!wang!pvr From: pvr@wang.com (Peter Reilley) Newsgroups: comp.sources.d Subject: Re: Any get BEAV compiled for SCO Xenix 2.3.2? Message-ID: Date: 26 Jun 91 13:32:49 GMT References: <1991Jun23.004228.12208@crpmks.uucp> Organization: Wang Labs, Lowell MA, USA Lines: 27 marcs@crpmks.uucp (Marc Snyder) writes: >Hello all, > The subject says it all. I have not been able to get beav compiled >with SCO Xenix 2.3.2 with the SCO development system, or gcc. Here is >what I get: > cc -O -DXENIX basic.o ebcdic.o fileio.o region.o text.o wangpc.o buffer.o echo.o main.o search.o tty.o window.o cinfo.o extend.o kbd.o spawn.o ttyio.o termio.o tcap.o word.o display.o file.o line.o random.o symbol.o ttykbd.o format.o -ltermcap -lc -o beav ^^^^^ This should be UNIX as in the makefile that I included in the posting. The unresolves are in the file termio.c and UNIX causes that file to be defined. The UNIX is used to specify UNIX/XENIX as opposed to DOS. >/bin/ld : error: Unresolved externals: >_ncol in file(s): > display.o(display.c) echo.o(echo.c) >_ttclose in file(s): > display.o(display.c) >_ttflush in file(s): ... etc These are in termio.c -- >>>>>>>>>>>>>>>> Peter Reilley ..... pvr@wang.com <<<<<<<<<<<<<<<<<<<<<<< Well, that about says it.