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: 103376,4c8d52df342ee757 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit From: "Frank" Newsgroups: comp.lang.ada References: <41544294.8040009@mailinator.com> Subject: Re: gnatmake command line parameter - newbie question Date: Sat, 25 Sep 2004 15:12:17 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 NNTP-Posting-Host: 18.80-202-223.nextgentel.com X-Original-NNTP-Posting-Host: 18.80-202-223.nextgentel.com Message-ID: <41556eb5$1@news.broadpark.no> X-Trace: news.broadpark.no 1096117941 18.80-202-223.nextgentel.com (25 Sep 2004 15:12:21 +0200) Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!nntp.gblx.net!nntp3.phx1!news.broadpark.no Xref: g2news1.google.com comp.lang.ada:4172 Date: 2004-09-25T15:12:17+02:00 List-Id: > >Add -I for additional include folders. Check your users guide > >for more details and other parameters. > > i have seen this command but have got something wrong, it wont work. i > did check users guide. in fact what i am trying to compile is source > code from the users guide! > i have three files........... > /home/Phil/gmain.abs > /home/Phil/testsub/greetings.adb > /home/Phil/testsub/greetings.abs > > from the /home/Phil directory i type "gnatmake gmain -ldir testsub" > and get "greetings.abs not found" compilation fails. Hi! Are you using "-ldir" with small letter of "L" ? The tip above says capital of "i": "-I" Untested ;-) Frank