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,2765ecafd1ac631a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-11 05:45:05 PST Path: archiver1.google.com!news2.google.com!fu-berlin.de!netnews.web.de!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: Frank Piron Newsgroups: comp.lang.ada Subject: Re: gnatlink error on Debian Woody Date: Tue, 11 Nov 2003 14:44:48 +0100 Organization: KonAd GmbH Distribution: world Message-ID: References: NNTP-Posting-Host: p508b4d9e.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed X-Trace: online.de 1068558303 23537 80.139.77.158 (11 Nov 2003 13:45:03 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Tue, 11 Nov 2003 13:45:03 +0000 (UTC) User-Agent: Opera7.11/Win32 M2 build 2887 Xref: archiver1.google.com comp.lang.ada:2344 Date: 2003-11-11T14:44:48+01:00 List-Id: Hi Dmitriy, you wrote > > Are you sure about "ld: cannot find -laddr2line" ? > Maybe it is a "ld: cannot find -lclntsh" No, it is as i stated, literally (copied from terminal). And libclntsh.so is located in $ORACLE_HOME/lib. > Looks like you are trying to link with libaddr2line.a library. It looks so, but i didn't. At least i didn't consciously. > I guess you have a -laddr2line in the command line or > > pragma Linker_Options("-laddr2line"); > in the ocitest.adb. I checked already for this. Further i should mention, that i have already successfully linked with the same command on a Suse 7.2 Linux distribution. Thanks for comments. Frank Piron