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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3e5cb326bf672965 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!k70g2000cwa.googlegroups.com!not-for-mail From: "Ludovic Brenta" Newsgroups: comp.lang.ada Subject: Re: GNAT, shared libraries, building in different directories...madness! Date: 5 Oct 2006 05:33:36 -0700 Organization: http://groups.google.com Message-ID: <1160051616.170431.280220@k70g2000cwa.googlegroups.com> References: <1159469642.836410.101620@i42g2000cwa.googlegroups.com> <87lko19qjw.fsf@ludovic-brenta.org> <1160050975.900425.183610@b28g2000cwb.googlegroups.com> NNTP-Posting-Host: 212.190.145.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1160051619 7799 127.0.0.1 (5 Oct 2006 12:33:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 5 Oct 2006 12:33:39 +0000 (UTC) In-Reply-To: <1160050975.900425.183610@b28g2000cwb.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 SEVPXS01 Complaints-To: groups-abuse@google.com Injection-Info: k70g2000cwa.googlegroups.com; posting-host=212.190.145.10; posting-account=ZjNXewwAAADyBPkwI57_UcX8yKfXWOss Xref: g2news2.google.com comp.lang.ada:6878 Date: 2006-10-05T05:33:36-07:00 List-Id: Philippe Bertin wrote: > While we are at it, is there somewhere a good reference document on the > different .gpr options ? As in GPS, one can specify options in the IDE, > and see them reflected in GPS' created .gpr file. But then again, I was > not aware of gps file's features like [...] It's in the Secret Documentation, called "GNAT User's Guide", chapter 11: "GNAT Project Manager". If your GPS is properly installed, you should be able to read it from within GPS. Otherwise, you can always point your browser at http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/GNAT-Project-Manager.html#GNAT-Project-Manager [passing linker options with environment variables] > But then again, I have not found any such environment variable for > gnatlink's sake. Is there any such variable that can be set to avoid > this "-largs `gtkada-config --libs`"? Not that I know, but maybe the Secret Documentation has the info you want. -- Ludovic Brenta.