Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site whuts.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxb!houxm!whuxl!whuts!modl From: modl@whuts.UUCP (SMITH) Newsgroups: net.micro.pc Subject: Re: AT compiler compatibility Message-ID: <108@whuts.UUCP> Date: Mon, 25-Feb-85 11:31:15 EST Article-I.D.: whuts.108 Posted: Mon Feb 25 11:31:15 1985 Date-Received: Wed, 27-Feb-85 07:40:34 EST References: <21900015@uiucuxc.UUCP> Organization: AT&T Bell Laboratories Lines: 20 > > I've been trying out various C and Fortran compilers on my PC/AT and find > that things work fine except for the linker stage. Sometimes it won't link > properly at all and sometimes it just won't pick up the math library. Does > anyone have experience with running these languages on the AT and how > sensitive the linkers are to the particular DOS version and the cpu > (80286 instead of 8088)? > > Jim Beauchamp ihnp4!uiucdcs!uiucuxc!beaucham > I've been using Microsoft Fortran (newest version) on an AT under DOS 3.0. When running without an 80287 chip the following command must be used: Set no87= If not used, all floating point calculations result in an answer of 0.0. When running with an 80287 installed, and using the $NOFLOATCALLS metacommand in my programs, no problems have been encountered. Craig Smith whfpa!whuts!modl