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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z34g2000cwc.googlegroups.com!not-for-mail From: "new" Newsgroups: comp.lang.ada Subject: help with include and library files in GPS Date: 23 Feb 2006 08:00:14 -0800 Organization: http://groups.google.com Message-ID: <1140710414.054668.201470@z34g2000cwc.googlegroups.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 1140710420 8078 127.0.0.1 (23 Feb 2006 16:00:20 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Feb 2006 16:00:20 +0000 (UTC) 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: z34g2000cwc.googlegroups.com; posting-host=209.8.85.66; posting-account=gJ_cWQwAAABkkC_lFfSozCs3Or7cWLH8 Xref: g2news1.google.com comp.lang.ada:3108 Date: 2006-02-23T08:00:14-08:00 List-Id: I have been using GPS for a while and have not been able to figure out how to include libraries and include files in GPS. I have programmed in C for a while and am fimiliar with how it is done there. There is alway a way to specify search directories for .h files and compiled library files. I see that there is a way to do this with gnatmake, but am having trouble finding how to do it from inside GPS. Any help would be appreciated.