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,5927eba6d4fb1c54,start X-Google-Attributes: gid103376,public From: kls@icf.hrb.com (Ken Slater) Subject: Unresolved symbol in libgnat with C++ Date: 1996/06/27 Message-ID: <1996Jun27.145526.24754@hrbicf>#1/1 X-Deja-AN: 162431731 organization: HRB Systems, Inc. newsgroups: comp.lang.ada Date: 1996-06-27T00:00:00+00:00 List-Id: I am trying to build an executable on a Silicon Graphics (SGI) workstation using a mixture of GNAT and the SG C++ compiler (I have a commercial C++ library built with this compiler that I need to interface with). The Ada code calls C++ functions which have been coded to use the 'c' naming conventions for the linker. I used gnatbind to create the '.c' main function. This was then compiled using the 'c' compiler (cc). This object file was linked with the ada and the C++ object code to form an executable. However, when I run the executable the runtime linker reports an error: "unresolvable symbol in /usr/lib/libgnat.so: __dummy" Is there a step I am missing?