I have the following problem :
gnatbind -x baza.ali
gnatlink baza.ali
./gnu-db-mysql.o: In function `gnu__db__mysql__escape':
c:/gnade/win32-include/gnu-db-mysql.adb:439: undefined reference to
`mysql_real_escape_string'
./gnu-db-mysql.o: In function `gnu__db__mysql__connect':
c:/gnade/win32-include/gnu-db-mysql.adb:643: undefined reference to `mysql_init'
(etc.)
gnatmake: *** link failed.
This occurs when I am trying to compile aplication under Windows XP with Gnade
1.5.3a package: GNU.DB.MySQL. It seems that I have not C API needed by this
package. But where can I find it in the system?
Help!
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
|