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-Thread: 103376,1f0fee9a90c6f8dd X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news4.google.com!news.glorb.com!newsfeed-east.nntpserver.com!nntpserver.com!statler.nntpserver.com!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail Date: Mon, 19 Jun 2006 18:28:09 +1000 From: Ross Higson User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Problem with GNAT GPL 2006 win32ada bindings References: <449524dd$0$10456$afc38c87@news.optusnet.com.au> <1150665750.905137.327060@f6g2000cwb.googlegroups.com> In-Reply-To: <1150665750.905137.327060@f6g2000cwb.googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <4496601a$0$22360$afc38c87@news.optusnet.com.au> NNTP-Posting-Host: 211.30.67.168 X-Trace: 1150705690 22360 211.30.67.168 Xref: g2news2.google.com comp.lang.ada:4820 Date: 2006-06-19T18:28:09+10:00 List-Id: Anh Vo wrote: > It happened to me, too. I plan to send a bug report tomorrow. In the > mean time, my workaround is to archive the all the object files of > win32ada binding to create libwin32ada.a. Then, I place it at the same > location of other librariies. > Hmmm. I tried to follow your suggestion by using 'ar' to create a replacement libwin32ada.a from all the objects in my 'H:\GNAT\GPL_2006\lib\gnat\win32ada\obj' directory and used it to replace the GNAT 3.15p version of libwin32ada.a. Now I get other errors, such as: h:\gnat\gpl_2006\lib\gnat\win32ada\obj\win32-winuser.o:win32-winuser.adb: (.text+0x1049): undefined reference to `do_varargs' Can you give me some more detail on exactly how you made your libwin32ada.a? Thanks.