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.9 required=5.0 tests=BAYES_00,LOTS_OF_MONEY autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,72455bf893c84171 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-10 12:06:04 PST Path: supernews.google.com!sn-xit-03!supernews.com!news-out.usenetserver.com!news-out-sjo.usenetserver.com!newsfeed.direct.ca!look.ca!nntp.giganews.com!nntp2.aus1.giganews.com!NetNews1!attws2!attor2!ip.att.net!news.hitter.net!news!news.crc.com!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada Subject: Re: Float IO & possible gcc screw up (newbie) Date: Sat, 10 Mar 2001 13:39:55 -0600 Organization: CRC: A wholly owned subsidiary of Thermo Electron Message-ID: <98dvsg$oqj$1@hobbes2.crc.com> References: NNTP-Posting-Host: 198.175.145.56 X-Trace: hobbes2.crc.com 984253136 25427 198.175.145.56 (10 Mar 2001 19:38:56 GMT) X-Complaints-To: abuse@crc.com NNTP-Posting-Date: 10 Mar 2001 19:38:56 GMT X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: supernews.google.com comp.lang.ada:5614 Date: 2001-03-10T19:38:56+00:00 List-Id: Ada Float is C Float and Ada Long_Float is C Double. "Pieter Thysebaert" wrote in message news:pfuq6.12874$486.1463506@afrodite.telenet-ops.be... > Hello , > > I'm kinda new to Ada. > > I've just compiled my first package (I think, well I've ended up with an .o > file) > Now I wrote a little test program. > However this test program needs to output variables of type 'double'. > How do I do that ? > I've read about "instantiating Float_IO" ... but I have not been able to get > it to work. > > All the above was done (or not yet done) using gnat for MS-DOS (or windows). > But I would like to get a linux version working. > However , the ms-dos version definitely has a file called "gcc" . > How can I install gnat for linux without screwing my existing (and working) > gcc version ? > > Pieter > > > >