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,840572404cf365e6,start X-Google-Attributes: gid103376,public From: Zhiqing Liu Subject: Q: link 3rd party library with GNAT on NT Date: 1998/10/25 Message-ID: <36327D72.27795F34@cs.iupui.edu>#1/1 X-Deja-AN: 404745707 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Organization: IHETS MIME-Version: 1.0 NNTP-Posting-Date: Sat, 24 Oct 1998 20:18:28 EWT Newsgroups: comp.lang.ada Date: 1998-10-25T00:00:00+00:00 List-Id: Here is my problem to link a 3rd party library with GNAT (gnat-3.10p1-nt) on Windows NT4: C:\ada>gnatlink test.ali c:\vendor\lib\xyz.lib ld: c:\vendor\lib\xyz.lib(xyz.dll): warning: ignoring duplicate section `.text' ld: c:\vendor\lib\xyz.lib(xyz.dll): warning: ignoring duplicate section `.idata$5' It did produce an executable, which would complain that "The procedure entry point cound not be located in the dynamic link library xyz.dll" What am I missing here?