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,87f7533f4fdc4b48 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!irazu.switch.ch!switch.ch!newsfeed.inode.at!news.hispeed.ch!linux2.krischik.com!news From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Newbie question Date: Mon, 18 Jul 2005 19:40:23 +0200 Organization: Cablecom Newsserver Message-ID: <4888432.tyrPkZLDX3@linux1.krischik.com> References: <42DB91E1.1060501@dif.andthis.um.es> NNTP-Posting-Host: 84-73-3-177.dclient.hispeed.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.hispeed.ch 1121709615 13741 84.73.3.177 (18 Jul 2005 18:00:15 GMT) X-Complaints-To: news@hispeed.ch NNTP-Posting-Date: Mon, 18 Jul 2005 18:00:15 +0000 (UTC) User-Agent: KNode/0.9.0 Xref: g2news1.google.com comp.lang.ada:3664 Date: 2005-07-18T19:40:23+02:00 List-Id: Francisco J. Montoya wrote: > I figure out this could be done by setting right options in the dialog > "Project settings", and "Debug/Release settings" -> "Compiler Options" > and "Gnatmake" therein, but I haven't succeeded in finding them in the > compiler documentation. just type gnat compile into your favourite commandline and you get (among a hundred more lines): Source and Library search path switches: -aLdir Skip missing library sources if ali in dir -Adir like -aLdir -aIdir -aOdir Specify library/object files search path -aIdir Specify source files search path -Idir Like -aIdir -aOdir -I- Don't look for sources & library files in the default directory -Ldir Look for program libraries also in dir -nostdinc Don't look for sources in the system default directory -nostdlib Don't look for library files in the system default directory --RTS=dir specify the default source and object search path > Thank you very much in advance, and accept my apologies for stealing > your worthy time. You are welcome Martin -- mailto://krischik@users.sourceforge.net Ada programming at: http://ada.krischik.com