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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e215451e9c82fc33,start X-Google-Attributes: gid103376,public From: Stuart Britton Subject: Unresolved symbols with dynamic lib using gnat on SGI Date: 1999/02/05 Message-ID: <36BA85C2.167E@syd.csa.com.au>#1/1 X-Deja-AN: 440893073 Content-Transfer-Encoding: 7bit Sender: news@syd.csa.com.au X-Nntp-Posting-Host: wasp Content-Type: text/plain; charset=us-ascii Organization: CSC Australia, Sydney branch Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-05T00:00:00+00:00 List-Id: I am unable to run a program because of unresolved symbols during dynamic linking. The output produced goes, sde1:196% radar 11317:radar: rld: Error: unresolvable symbol in /usr/lib32/libgnat.so: __eprintf 11317:radar: rld: Error: unresolvable symbol in /usr/lib32/libgnat.so: __dummy 11317:radar: rld: Fatal Error: this executable has unresolvable symbols Contrary to the error messages, both symbols appear to be in the library. The environment is SGI Ada95 Development System Version 1.3 using gcc version 2.8.1 and GNAT 3.11b-SGI. Operating System is IRIX 6.5. gnatlink is called with the option -gnatlink /bin/CC. Any help would be appreciated. Stuart Britton