GNADE User's Guide: GNADE, The GNat Ada Database Environment; Version 1.2.0; Document Revision $Revision: 1.26 $ | ||
---|---|---|
Prev | Chapter 18. MySQL bindings | Next |
The MySQL API stored in the library adamysql uses the client library of MySQL, which means the following linker options have to be passed to gnatmake:
gnatmake .... -largs .. L/usr/lib/mysql -ladamysql -lmysqlclientA sample makefile is stored under ./samples/mysql.