Chat - A multi-user communication system.

dab1 dab1 at ahutb.UUCP
Mon Feb 25 14:29:08 AEST 1985


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



More information about the Comp.sources.unix mailing list