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,3e5cb326bf672965 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m7g2000cwm.googlegroups.com!not-for-mail From: "sphinxmoro" Newsgroups: comp.lang.ada Subject: Re: GNAT, shared libraries, building in different directories...madness! Date: 1 Oct 2006 07:44:53 -0700 Organization: http://groups.google.com Message-ID: <1159713893.645892.314970@m7g2000cwm.googlegroups.com> References: <1159469642.836410.101620@i42g2000cwa.googlegroups.com> <87lko19qjw.fsf@ludovic-brenta.org> NNTP-Posting-Host: 86.212.48.163 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1159713897 10537 127.0.0.1 (1 Oct 2006 14:44:57 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 1 Oct 2006 14:44:57 +0000 (UTC) In-Reply-To: <87lko19qjw.fsf@ludovic-brenta.org> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: m7g2000cwm.googlegroups.com; posting-host=86.212.48.163; posting-account=IMRMGQ0AAAANOcBdkJCh-RhJdSB6tQwg Xref: g2news2.google.com comp.lang.ada:6821 Date: 2006-10-01T07:44:53-07:00 List-Id: Hello, 1) I am not quite sure of what you mean whth the flag "-gntafno" Can you explain the meaning of the flag (or is this a typo?) 2) When I have to use a library, ACT suggest to add a path like: package Linker is for Default_Switches ("ada") use ("-g", "--largs", "-Ld:/dev/ada/utils/lib", "-lmyutils"); end Linker; This is working, and in your example you don't specify such a path. What do you think? Thanks