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: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!mx05.eternal-september.org!feeder.eternal-september.org!news.unit0.net!takemy.news.telefonica.de!telefonica.de!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Date: Wed, 12 Jun 2013 22:36:35 +0200 From: Georg Bauhaus User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 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: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <51b8dbd1$0$6556$9b4e6d93@newsspool4.arcor-online.net> Organization: Arcor NNTP-Posting-Date: 12 Jun 2013 22:36:33 CEST NNTP-Posting-Host: 758d614d.newsspool4.arcor-online.net X-Trace: DXC=N]O0CdY[G]OE4ZB2flKORA4IUKejVHS8aY4IbKX9Ia43DIeHQ=5N X-Complaints-To: usenet-abuse@arcor.de Xref: news.eternal-september.org comp.lang.ada:15736 Date: 2013-06-12T22:36:33+02:00 List-Id: On 12.06.13 22:01, Robert A Duff wrote: > Maciej Sobczak writes: > >> 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. > > I think you might need something like this: > > export LIBRARY_PATH=/usr/lib/x86_64-linux-gnu > export C_INCLUDE_PATH=/usr/include/x86_64-linux-gnu Yes, the LIBRARY_PATH, and also the C_INCLUDE_PATH, they are effective, and needed, on Ubuntu 12.04. May I humbly suggest that a note be added to both README and doinstall mentioning these?