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!postnews.google.com!i39g2000cwa.googlegroups.com!not-for-mail From: "new" Newsgroups: comp.lang.ada Subject: Re: help with include and library files in GPS Date: 23 Feb 2006 13:31:58 -0800 Organization: http://groups.google.com Message-ID: <1140730318.270710.16040@i39g2000cwa.googlegroups.com> References: <1140710414.054668.201470@z34g2000cwc.googlegroups.com> <1392397.TMLNCp2Aq0@linux1.krischik.com> NNTP-Posting-Host: 209.8.85.66 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1140730323 24130 127.0.0.1 (23 Feb 2006 21:32:03 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Feb 2006 21:32:03 +0000 (UTC) In-Reply-To: <1392397.TMLNCp2Aq0@linux1.krischik.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: i39g2000cwa.googlegroups.com; posting-host=209.8.85.66; posting-account=gJ_cWQwAAABkkC_lFfSozCs3Or7cWLH8 Xref: g2news1.google.com comp.lang.ada:3115 Date: 2006-02-23T13:31:58-08:00 List-Id: 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. All I am trying to do is use Gtkada with gps. I have succeeded in installing and compiling Gtkada. I can link with gnatmake on the command line, but I want to do so in GPS. I put the directory containing gtkada.gpr in the ADA_PROJECT_PATH. It still says in cannot find the library even though libgtkada.a seems to be where it is supposed to be. I have put the libgtkada.a everywhere I could thing of but GPS still says: gnatmake: no object files for library "gtkada" Any suggestions? Another thing is suppose there is a static and dynamic version of the library. How do I specify which one I want to use? Sometimes GPS says there is no .dll when I would prefer to use the static library.