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 Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Alex R. Mosteo" Newsgroups: comp.lang.ada Subject: Re: gnatmake command line parameter - newbie question Date: Fri, 24 Sep 2004 17:51:48 +0200 Message-ID: <41544294.8040009@mailinator.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de aPO4mBnKBodud8DBNuNmSg1eh5F7gc6OW0Sgc+HGFA+36ZSKA= User-Agent: Mozilla Thunderbird 0.8 (X11/20040913) X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:4110 Date: 2004-09-24T17:51:48+02:00 List-Id: Phil wrote: > Hi, > > I want to do a > > "gnatmake gmain" but have the gnatmake look in subdirectories for > dependant packages.....can you please tell me the right command? > > either on windows98 or linux. > > thanks............................me would be ever so grateful! :) Add -I for additional include folders. Check your users guide for more details and other parameters.