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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4529dc9ef7c4bb0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-30 05:55:46 PST Path: supernews.google.com!sn-xit-02!sn-xit-04!supernews.com!216.227.56.88.MISMATCH!telocity-west!TELOCITY!newsrump.sjc.telocity.net!not-for-mail From: "David C. Hoos, Sr." Newsgroups: comp.lang.ada References: <954shl$g11$1@newsg2.svr.pol.co.uk> Subject: Re: Strange linker problem with Adagraph MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-Trace: MzcgUm9BdWhoVXN5ciBUWUxPQ0lURS1SRUFERVJPIDIxKi4yMjcuNDcyNDkgIFRpZSwgMzAgSmFu!IDIwMDEgMDU6NTU6NDYgTFNU X-Abuse-Info: Please forward ALL headers when reporting abuse. X-Complaints-To: abuse@telocity.net NNTP-Posting-Date: Tue, 30 Jan 2001 05:55:46 PST Date: Tue, 30 Jan 2001 07:55:53 -0600 Xref: supernews.google.com comp.lang.ada:4702 Date: 2001-01-30T07:55:53-06:00 List-Id: You need to realize that a linker argument of -ladagraph directs the linker to look for a file named libadagraph.a (or possibly libadagraph.so). The linker will look for this file in the standard directories in which it normally looks for library files, plus any directories you have specified with a -L argument to the linker. Look at the documentation for ld for more details. If neither libadagraph.a nor libadagraph.so is not present, then you may need to reinstall adagreph. "vrw" wrote in message news:954shl$g11$1@newsg2.svr.pol.co.uk... > Hello everyone, > I am trying to compile a program that uses Adagraph (compiler I'm using is > gnat 3.12 on Win32 environment), and compilation works fine, only the linker > whines about: > "ld: cannot open -ladagraph: No such file or directory" > When I searched the system (maybe that file was placed in a wrong directory, > etc.) nothing came up. > Also when omitting the dash in front of the name, nothing came up. What > could cause this ? > I am at a loss with this... > Please help. > > Thank you in advance, > > Regards, > > Volkmar > > >