Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.PCS 1/10/84; site ahutb.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxb!houxm!ahuta!ahutb!dab1 From: dab1@ahutb.UUCP (dab1) Newsgroups: net.sources Subject: Re: Chat - A multi-user communication system. Message-ID: <491@ahutb.UUCP> Date: Sun, 24-Feb-85 23:29:08 EST Article-I.D.: ahutb.491 Posted: Sun Feb 24 23:29:08 1985 Date-Received: Wed, 27-Feb-85 07:09:57 EST Organization: AT&T Information Systems Labs, Holmdel NJ Lines: 34 So far I have had 2 problems compiling chat. Note that I am using the standard bourne shell. "CBREAK" does not seem to be in sgetty.h or in any /usr/include file. As shown below: $ make cc chat.c -O -o chat *** Error code 1 "chat.c", line 244: CBREAK undefined "chat.c", line 247: CBREAK undefined Stop. cc chat.c -O -o chat And with that commented out it seems that rindex is undefined. $ make *** Error code 13 undefined first referenced symbol in file rindex chat.o ld fatal: Symbol referencing errors. No output written to chat Stop. Thanx in advance; David Berk ATT-ISL