Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!unmvax!ncar!asuvax!yendor!stefan From: stefan@yendor.phx.mcd.mot.com (Stefan Loesch) Newsgroups: comp.sources.games.bugs Subject: Re: Ularn, TCIFLUSH undefined HELP ME PLEASE:-) Keywords: Ularn TCIFLUSH Message-ID: <11214@yendor.phx.mcd.mot.com> Date: 7 Jul 89 20:05:13 GMT References: <242@alix.UUCP> Reply-To: stefan@yendor.UUCP (0000-Admin) Distribution: usa Organization: Motorola Microcomputer Division, Tempe, Az. Lines: 19 In article <242@alix.UUCP> isolated@alix.UUCP (20 James D. Corder) writes: > I have an AT&T 3B2/300 SYS V.2.0 I have been unable to compile >Ularn on my system. My machine returns the following error: >tok.c, line 117: TCIFLUSH undefined > tcflush(0, TCIFLUSH); /* unix SYSV only, not XENIX */ replace that line by "ioctl(0,TCFLSH);" and everything worked for me, although I have SYS V R3 > If I comment the flushall() out, tok.c compiles. However, I get the >following error: >ld fcrt0.o: unknown flag: 3 >Stop. > That seems to be something else. Check your makefile, check for the flags. Thats only a wild guess. > Hope that helps Stefan uunet!asuvax!mcdphx!yendor!stefan