Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 exptools 1/6/84; site ihuxf.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxj!ihnp4!ihuxf!schnable From: schnable@ihuxf.UUCP (Andrew T. Schnable) Newsgroups: net.unix-wizards Subject: Re: AT&T 3Bx System Message-ID: <2458@ihuxf.UUCP> Date: Fri, 2-Nov-84 17:54:05 EST Article-I.D.: ihuxf.2458 Posted: Fri Nov 2 17:54:05 1984 Date-Received: Sat, 3-Nov-84 08:16:39 EST References: <1877@pegasus.UUCP> Organization: AT&T Bell Labs, Naperville, IL Lines: 17 The modifications needed to compile existing C code for the 3b2 are minimal, especially if you start with 3b20 code. 1) link using the -f flag if the application uses floating point. 2) look for u3b ifdef's and add similar u3b2 ifdef's. That's all I've ever had to do. Of course, if you start with VAX code you may have to worry about signed vs. unsigned chars and more, depending upon the application. I don't think the 3b2 is slow at all. Given the choice of using a 3b2 or a loaded (40 people) VAX 11/780, I would use the 3b2 any day (in fact, I do.) andy ihuxf!schnable