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,a274555601955546,start X-Google-Attributes: gid103376,public From: bullaugh@voicenet.com (Wayne Bullaguhey) Subject: Win32Ada with GNAT 3.04a Date: 1996/12/31 Message-ID: <32c99620.171959925@netnews.voicenet.com>#1/1 X-Deja-AN: 207010945 organization: Voicenet - Internet Access - (215)674-9290 newsgroups: comp.lang.ada Date: 1996-12-31T00:00:00+00:00 List-Id: I'm trying to use Win32Ada with the GNAT 3.04a compiler for NT. When I try to build the examples I get the following kind of error messages: gnatbl -mwindows connect.ali -o connect.exe aw_map.c(.rdata+0x0): multiple definition of `??_C@_01A@?$AA?$AA@' aw_str.c(.rdata+0x0): first defined here aw_map.c(.rdata+0x0): multiple definition of `??_C@_13A@?$AA?$AA?$AA?$AA?$AA?$AH?$AA?$AA@' aw_str.c(.rdata+0x0): first defined here initnum.c(.rdata+0x0): multiple definition of `??_C@_01PJCK@?4?$AA@' setlocal.c(.rdata+0x0): first defined here aw_cmp.c(.rdata+0x0): multiple definition of `??_C@_01A@?$AA?$AA@' aw_str.c(.rdata+0x0): first defined here aw_cmp.c(.rdata+0x0): multiple definition of `??_C@_13A@?$AA?$AA?$AA?$AA?$AA?$AH?$AA?$AA@' aw_str.c(.rdata+0x0): first defined here USER32.dll(.debug$S+0x0): multiple definition of `.idata$2' GDI32.dll(.debug$S+0x0): first defined here USER32.dll(.debug$S+0x0): multiple definition of `.idata$4' GDI32.dll(.debug$S+0x0): first defined here USER32.dll(.debug$S+0x0): multiple definition of `.idata$5' GDI32.dll(.debug$S+0x0): first defined here KERNEL32.dll(.debug$S+0x0): multiple definition of `.idata$2' GDI32.dll(.debug$S+0x0): first defined here KERNEL32.dll(.debug$S+0x0): multiple definition of `.idata$4' GDI32.dll(.debug$S+0x0): first defined here KERNEL32.dll(.debug$S+0x0): multiple definition of `.idata$5' GDI32.dll(.debug$S+0x0): first defined here make: *** [connect.exe] Error 4 Any suggestions on how to fix this would be appreciated. Thanks Wayne Bullaughey (bullaugh@voicenet.com)