Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!gatech!prism!loligo!nall From: nall@nu.cs.fsu.edu (John Nall) Newsgroups: comp.os.minix Subject: Re: Problem with Evans TTY in Minix286 Message-ID: <208@loligo.cc.fsu.edu> Date: 14 Jul 89 00:19:57 GMT Sender: nall@loligo.cc.fsu.edu Reply-To: nall@nu.cs.fsu.edu (John Nall) Organization: Florida State University Lines: 16 I previously wrote (paraphrased): > I have a problem with installing the Bruce Evans tty mods, using > Minix286 (Evans' Protected Mode Minix) as a base (in other words, > doing the tty mods much later, like a fool). The problem is that > when I do the "make at" I get an unsatisfied external of _rs232. OK, I know where the problem is, but not why. The routine rs2.x brings in sglo.h which has a statement "extern _rs232". Since this is not defined as an entry point anywhere in any of the other routines, it creates an unsatisfied external. Can I solve it by just removing the statment from sglo.h? Or will that just create other problems? John Nall (nall@nu.cs.fsu.edu)