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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,28035108fa5d8b72 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!g20g2000vba.googlegroups.com!not-for-mail From: sjw Newsgroups: comp.lang.ada Subject: Re: adding include path in linux Date: Sun, 17 May 2009 13:49:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5d05c341-1609-4fa4-ba27-e2a843261142@g20g2000vba.googlegroups.com> References: NNTP-Posting-Host: 82.20.239.89 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1242593348 13411 127.0.0.1 (17 May 2009 20:49:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 17 May 2009 20:49:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: g20g2000vba.googlegroups.com; posting-host=82.20.239.89; posting-account=_RXWmAoAAADQS3ojtLFDmTNJCT0N2R4U User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us) AppleWebKit/525.28.3 (KHTML, like Gecko) Version/3.2.3 Safari/525.28.3,gzip(gfe),gzip(gfe) Xref: g2news2.google.com comp.lang.ada:5881 Date: 2009-05-17T13:49:07-07:00 List-Id: On May 17, 8:02=A0pm, maxy04polvere40y...@yahoo.it (Massimo M.) wrote: > good morning, and sorry for my english. > how can i add an include path in default configuration of ada? Add these to your ~/.bashrc (or equivalent) -- having replaced the ??????? with the place where your ncurses installation puts its .ali and .o/.a/.so files: ADA_INCLUDE_PATH=3D/usr/lib/ada/adainclude; export ADA_INCLUDE_PATH ADA_OBJECTS_PATH=3D/usr/lib/ada/????????; export ADA_OBJECTS_PATH