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=0.6 required=5.0 tests=BAYES_00,TO_NO_BRKTS_FROM_MSSP autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f84b6f29b88e8af2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-27 09:12:43 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail Newsgroups: comp.lang.ada From: Ted Dennison References: <9hc3dq$nv3$1@s04.net.kht.ru> Subject: Re: mySQL Message-ID: X-Abuse-Info: When contacting newsranger.com regarding abuse please X-Abuse-Info: forward the entire news article including headers or X-Abuse-Info: else we will not be able to process your request X-Complaints-To: abuse@newsranger.com NNTP-Posting-Date: Wed, 27 Jun 2001 12:12:31 EDT Organization: http://www.newsranger.com Date: Wed, 27 Jun 2001 16:12:31 GMT Xref: archiver1.google.com comp.lang.ada:9153 Date: 2001-06-27T16:12:31+00:00 List-Id: In article <9hc3dq$nv3$1@s04.net.kht.ru>, Alexey Litvinov425951637 says... >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) It may just be that it can't find the file. Make sure to place a "-L" linker argument in front of the "-l" telling it what directory the "liblibmysql.a" (I have trouble believeing that's really supposed to be its name) is located in. --- T.E.D. homepage - http://www.telepath.com/dennison/Ted/TED.html home email - mailto:dennison@telepath.com