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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.ams3.giganews.com!border2.nntp.ams3.giganews.com!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!uucp.gnuu.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 12 Jun 2013 13:01:24 +0200 From: "G.B." User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Gnat 2013 is out! References: <474f7a33-9de9-4998-a99e-a4114bd8a90e@googlegroups.com> In-Reply-To: <474f7a33-9de9-4998-a99e-a4114bd8a90e@googlegroups.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Message-ID: <51b85504$0$6636$9b4e6d93@newsspool2.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 12 Jun 2013 13:01:24 CEST NNTP-Posting-Host: d059d3fe.newsspool2.arcor-online.net X-Trace: DXC=j>AQe8?EEo885[]]\]T081A9EHlD; 3Yc24Fo<]lROoR18kF:Lh>_cHTX3j=A^9fGmbGLK> X-Complaints-To: usenet-abuse@arcor.de X-Original-Bytes: 2607 Xref: number.nntp.dca.giganews.com comp.lang.ada:181839 Date: 2013-06-12T13:01:24+02:00 List-Id: On 12.06.13 09:58, Maciej Sobczak wrote: > W dniu środa, 29 maja 2013 15:36:31 UTC+2 użytkownik J-P. Rosen napisał: >> Just connected to libre and surprise! The site proposed the 2013 edition! > > So I have downloaded the Linux version, followed the installation procedure and... the gcc and g++ compilers that are part of the package do not work (the standard header files do not seem to form a complete set and even the hello world program in C and C++ reach out to system header files and from there they cannot find their dependencies - this is on Ubuntu). Unfortunately it is not only header files - after downloading AWS and running make setup, the scripts try to build some little test program (xoscons) that fails to link due to missing crtp.o, which breaks the whole procedure. > > Did anybody try to install GNAT GPL 2013 on a Linux box? > Yes (Ubuntu 12.04 LTS), and I may have been able to supply suitable libraries to make gsp_exe load successfully; however, hopefully due to the X server running on a different, somehow blocked, system, I did not see any output. More on that, and on the compiler proper, later. (The missing C library dependence rings a bell; I recall something similar in a more general, not GNAT specific setting. Needed to install some additional runtime support.)