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,MSGID_RANDY,XPRIO, XPRIO_SHORT_SUBJ autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f84b6f29b88e8af2,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-27 00:47:04 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.161.0.203!newsfeed.rt.ru!news.kht.ru!not-for-mail From: "Alexey Litvinov425951637" Newsgroups: comp.lang.ada Subject: mySQL Date: Wed, 27 Jun 2001 18:49:34 +1100 Organization: Khabarovsk TTS Message-ID: <9hc3dq$nv3$1@s04.net.kht.ru> NNTP-Posting-Host: ppp074.dial-up.kht.ru X-Trace: s04.net.kht.ru 993628410 24547 213.59.137.74 (27 Jun 2001 07:53:30 GMT) X-Complaints-To: postmaster@kht.ru NNTP-Posting-Date: Wed, 27 Jun 2001 07:53:30 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Xref: archiver1.google.com comp.lang.ada:9134 Date: 2001-06-27T18:49:34+11:00 List-Id: Does anybody try to compile binding to mySQL (libmysql.dll) by -- Written December 2000 by Francois FABIEN Problem not in binding, his compiled ok. But with import library I have a lot of trouble: I do all by UG of GNAT: dll2def libmysql.dll >libmysql.def gnatdll -d libmysql.dll and get liblibmysql.a gnatmake Test_client.adb -largs -llibmysql and getting a lot of "unrisolved reference" from linker??? (binding exisits on www.mysql.com in contributed software)