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-7-bit X-Google-Thread: 103376,462a4f123e2d4476 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-23 01:37:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Ingo Marks Newsgroups: comp.lang.ada Subject: Re: not handled exceptions Date: Sat, 23 Mar 2002 10:36:47 +0100 Organization: T-Online Message-ID: References: <807366e2.0203222309.63907220@posting.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1016876183 01 31176 vGw0TrnXSTAnY3 020323 09:36:23 X-Complaints-To: abuse@t-online.com X-Sender: 340020534592-0001@t-dialin.net User-Agent: KNode/0.6.1 Xref: archiver1.google.com comp.lang.ada:21573 Date: 2002-03-23T10:36:47+01:00 List-Id: Wilhelm Spickermann wrote: > Michal Nowikowski wrote in message >> ... >> but program does not throw exception instead it hangs. > ... >> I use Gnat 3.14 on Linux box. Have You any idea how to >> solve this problem? > > Hi, > > that may an installation problem. Your Linux box comes with a gcc and > GNAT comes with a different gcc and both are needed and may not mix > up. The people from gnuada.org have done a great job to close all the > holes where mixups may happen. Gnat 3.13p installed from the RPMs > available at www.gnuada.org doesn't have the problem you have > described and the 3.14p RPMs are announced for about mid April. > > Wilhelm On SuSE 7.3 the default C/C++ compiler is named gcc and the GNAT compiler is named gnatgcc. Maybe it's the same on your system, so that you must use gnatgcc instead of gcc. gnatmake should call the right compiler anyway. Ingo