Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!apple!bbn.com!fkittred From: fkittred@bbn.com (Fletcher Kittredge) Newsgroups: comp.sys.dec Subject: Re: MIPS compiler which comes with Ultrix 4.0/4.1 Keywords: Ultrix, cc, f77, MIPS Message-ID: <61766@bbn.BBN.COM> Date: 28 Dec 90 03:24:30 GMT References: <764@nvuxl.UUCP> Sender: news@bbn.com Reply-To: fkittred@spca.bbn.com (Fletcher Kittredge) Distribution: usa Organization: Bolt Beranek and Newman Inc., Cambridge MA Lines: 15 In article <764@nvuxl.UUCP> hsong@nvuxl.UUCP (g hugh song) writes: >Hi, >I am having a terrible time wrestling with my program. >It had run successfully on Cray, Stardent, IBM RS/6000, Sun, etc. Now I am >trying to run on my machine---DecStation 5000/200. It ran on DS 5000/200, >well, sort of. I am having a difficult time understanding your message. Could you tell me if you linked with the regular math library (-lm) or the system V math library (-lmV)? If you were using the default library, you may want to relink using the system V math library, which seems to function better in the case of overflow/underflow/NaN errors. regards, fletcher