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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,bc010a2bdba758e8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-11 12:41:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!newspump.monmouth.com!newspeer.monmouth.com!newsfeed1.swip.net!swipnet!nntpserver.swip.net!not-for-mail From: Bj�rn Lundin Newsgroups: comp.lang.ada Subject: Re: Ada-kernel calls / IF & ELSE... Message-ID: <20020311214143.5e9e1061.bjorn.lundin@swipnet.se> References: X-Newsreader: Sylpheed version 0.7.2 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit NNTP-Posting-Host: 212.151.27.7 X-Complaints-To: news-abuse@swip.net X-Trace: nntpserver.swip.net 1015879281 212.151.27.7 (Mon, 11 Mar 2002 21:41:21 MET DST) NNTP-Posting-Date: Mon, 11 Mar 2002 21:41:21 MET DST Organization: A Customer of Tele2 X-Sender: x-367446@d212-151-27-7.swipnet.se Date: Mon, 11 Mar 2002 21:41:43 +0100 Xref: archiver1.google.com comp.lang.ada:21078 Date: 2002-03-11T21:41:43+01:00 List-Id: > >./audiocd > Openning /dev/cdrom... > IF: Error openning CDROM drive ELSE: opened CDROM drive successfully : > No such file or directory > > Would someone please explain whats going on here? > > Is this just because of my bleeding-edge-suse71-gnat3.14p-unsupported > system or is normal? > > > Karl No I get the same output on mandrake 8.1 with 3.13p, but if you replace perror with another put_line, it behaves ok. /Bj�rn