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,a5f87a50bf9eecc7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nwr.nac.net!newspeer.monmouth.com!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: help with include and library files in GPS References: <1140710414.054668.201470@z34g2000cwc.googlegroups.com> <1392397.TMLNCp2Aq0@linux1.krischik.com> <1140730318.270710.16040@i39g2000cwa.googlegroups.com> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:W9LEQM3ygyv/XAQN7VA9g9cFB7Q= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 24 Feb 2006 05:33:37 -0500 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1140777225 66.159.65.1 (Fri, 24 Feb 2006 05:33:45 EST) NNTP-Posting-Date: Fri, 24 Feb 2006 05:33:45 EST Xref: g2news1.google.com comp.lang.ada:3126 Date: 2006-02-24T05:33:37-05:00 List-Id: "new" writes: > Well thanks, but I am still in confusion. I seem to have figured out > that when I with something in my .gpr it will include that project and > that is what I have to do to include a library. The problem is with I > screw this up, it keeps recompiling the library. Is that a C library, or an Ada library? There is a bug in gprmake from GNAT 5.03 that causes it to always recompile C libraries. -- -- Stephe