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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dbf372c7b41acdba,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: rimfire@hotpop.com (Peter Gerlach) Newsgroups: comp.lang.ada Subject: undefined reference to `SetCursorPos@8' Date: 11 Mar 2005 06:06:51 -0800 Organization: http://groups.google.com Message-ID: <15ad0beb.0503110606.2d8021c5@posting.google.com> NNTP-Posting-Host: 193.98.10.100 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1110550011 10701 127.0.0.1 (11 Mar 2005 14:06:51 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 11 Mar 2005 14:06:51 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:9135 Date: 2005-03-11T06:06:51-08:00 List-Id: Hi Group, searching the posts w/o result I hope someone of you can give me a clue where to look for a solution. Running WinXPSP2 with GNAT-3.15p-nt, gnatwin-3.15p I installed gtkada-2.4.0. The gnatmake -Pinclude/gtkada/gtkada went smoothly w/o errors. Trying to build simple.adb from the gtkada example directory I get >>> gnatbind -aO./ -aOD:\Ada\GtkAda\share\gtkada\examples\tutorial\simple -I- -x simple.ali gnatlink simple.ali :\Ada\gtkada\include\gtkada\\libgtkada.a(misc.o.b)(.text+0x327f:1: undefi ned reference to `SetCursorPos@8' gnatlink: cannot call D:\Ada\GNAT\bin\gcc.exe gnatmake: *** link failed. <<< I have no idea what's going wrong so all suggestions are welcome. THX in advance, Peter.