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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6a51c407030f1f5a X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: gnat on linux Date: 2000/04/16 Message-ID: <8dc76i$iue$1@nnrp1.deja.com>#1/1 X-Deja-AN: 611802348 References: <38F8CD16.B7D794AD@xpress.se> X-Http-Proxy: 1.0 x30.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Sun Apr 16 11:12:22 2000 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; I) Date: 2000-04-16T00:00:00+00:00 List-Id: In article <38F8CD16.B7D794AD@xpress.se>, Johan Groth wrote: > Hello, > I've been trying to get gnat-3.10p work on RedHat 6.0 without > any luck. Any program I try to run after I've done gnatmake > just dumps core. Here is an output from gdb: Two points here 1. Do be SURE to read at least the readme file that comes with the distribution. It is always surprising to see how many problems people run into from not even bothering to read this one document. In this case the readme file will make clear that this ancient version of GNAT (released well before RedHat 6.0 existed) supports an earlier version of RedHat, and it is not at all surprising that it would not support later versions. 2. If you are working with donwloaded unsupported software, you should always be sure to check whether there are later versions. Of course if you are using supported software, your support contacts will point you to these later versions instantly, but if you are working on your own, you have to take the initiative to check for later versions. In the case of GNAT, there are fairly frequent updates, and they contain many new features, fixes, and, as is most relevant in this case, modifications to work with latest versions of operating systems. In the case of Linux, there is a team that works on GNAT for Linux, and provides a site from which the latest versions may be conveniently downloaded: http://www.gnuada.org/alt.html The GNAT for Linux team is not an official part of Ada Core Technologies, but we keep in close contact, so the latest versions should always be at this site. So you should travel there ASAP! Robert Dewar Ada Core Technologies Sent via Deja.com http://www.deja.com/ Before you buy.