Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site kontron.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!ihnp4!pesnta!pertec!kontron!cramer From: cramer@kontron.UUCP (Clayton Cramer) Newsgroups: net.micro.pc Subject: Re: Wanted : C compiler for XT Message-ID: <188@kontron.UUCP> Date: Fri, 31-May-85 12:31:43 EDT Article-I.D.: kontron.188 Posted: Fri May 31 12:31:43 1985 Date-Received: Sat, 1-Jun-85 02:32:43 EDT References: <507@alberta.UUCP> Distribution: net Organization: Kontron Electronics, Irvine, CA Lines: 18 > > I'm looking for a C compiler for an XT. I know this has been mentioned > in the past, could someone with the results please mail them to me? > (Any other opinions would also be welcome.) > > Andrew Folkins > ihnp4!alberta!andrew I can heartily recommend the Microsoft C Compiler V3.0. (This is NOT the Lattice C compiler sold under Microsoft's name.) I have found only one bug so far, and that is a pretty trivial one --- if I neglect to give the extension on the file name when using the CL command, it doesn't seem to figure out that there is no file by that name, but it goes ahead and tries to do a link anyway. We are using it to port a medium sized application written in VAX C to an AT; the only problems we have had with the port are bad programming practices in our code. I will be posting a list of suggestions for ways to avoid trouble doing this port in the next few days to net.micro.pc.