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.3 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.mixmin.net!border2.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Migrating Ada complier and programs from Windows to LInux Date: Mon, 4 Apr 2016 14:44:32 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <570262dc$0$4107$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1459774172 dreader33.news.xs4all.nl 4107 77.168.179.107:56861 X-Complaints-To: abuse@kpn.nl Xref: news.eternal-september.org comp.lang.ada:29970 Date: 2016-04-04T14:44:32+02:00 List-Id: I want to migrate some of my programs from windows to Linux. Therefore I tried to install GNAT Programming Studio on Linux (XUbuntu). I do encounter several problems: 1. I can only in the .gpr files direct path for dource directories. With relative path the files in my directories are not recognized apart of the project This where the with GtkAda delivered gtkada.gpr uses relative path. 2. When building a very simple program I encounter several errors in the building phase with files not found (.so files) and and therefore other error probably depemdent on these files. I suspect that there is somthing wrong with one or more Path variables but cannot find which variables and what the variables should be L. Dries