From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dec0a6ed5b5044de X-Google-Attributes: gid103376,public From: bill_1@nospam.com Subject: Re: Code portability question Date: 1999/01/23 Message-ID: <78c4ib$4iv@drn.newsguy.com>#1/1 X-Deja-AN: 435952635 References: <36A94B78.963F3215@wvu.edu> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-01-23T00:00:00+00:00 List-Id: In article <36A94B78.963F3215@wvu.edu>, Mike says... > > >Now, one side claims that this was necessitated by the architecture >difference, due to the K6 CPU being designed differently and handling >floats differently. The other claims that either the code was badly >written or the compiler used was faulty or ... something was broken >somewhere. > >I would appreciate any pointers as to which is correct. What compilers were used on the PC and on Unix? What OS's ? The only case I would see where an Ada program would compile on one system and not on the other is if it used some packages that one compiler has as part of its standard installation, and another did not. Ada is one of the most portable langauges out there. Bill