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=0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,acd76c72bf373095,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-22 09:49:21 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!nntpserver.swip.net!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn?= Lundin Subject: gnat 3.15 problems on Linux Newsgroups: comp.lang.ada User-Agent: KNode/0.7.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit Message-ID: NNTP-Posting-Host: 213.101.75.72 X-Complaints-To: news-abuse@swip.net X-Trace: nntpserver.swip.net 1045936153 213.101.75.72 (Sat, 22 Feb 2003 18:49:13 MET DST) NNTP-Posting-Date: Sat, 22 Feb 2003 18:49:13 MET DST Organization: A Customer of Tele2 X-Sender: x-367446@d213-101-75-72.swipnet.se Date: Sat, 22 Feb 2003 18:52:53 +0100 Xref: archiver1.google.com comp.lang.ada:34430 Date: 2003-02-22T18:52:53+01:00 List-Id: Hello! Are there any rpm for redhat/mandrake for gnat 3.15? The reason I ask is that I've downloaded the binaries and installed them but it gives me the following: [bnl@della ada]$ gnatmake hello GNATMAKE 3.15p (20020523) Copyright 1995-2002 Free Software Foundation, Inc. "hello.ali" being checked ... End of compilation "hello" missing. gnatbind -aO./ -E -I- -x hello.ali gnatlink -g hello.ali /usr/gnat/lib/gcc-lib/i686-pc-linux-gnu/2.8.1/adalib/libgnat.a(a-raise.o): In fu nction `_gnat_builtin_longjmp': a-raise.o(.text+0x1d): undefined reference to `__dummy' collect2: ld returned 1 exit status gnatlink: cannot call /usr//bin/gcc gnatmake: *** link failed. I searched on google but came up with nothing I could use Any suggestions? /Bj�rn