Scuse me,
OS : Seven
C::B version 10.05
CYGWIN (no MINWG)
I have find the library and Include of mysql on
http://devpaks.org/For me MySql 5.0.5
And I have some link error,
undefined reference to `_mysql_init'
undefined reference to `_mysql_real_connect'
undefined reference to `_mysql_error'
libmysql.a is in link line
g++-4.exe --enable-libgomp -lncurses -o Serveur.exe obj/Debug/main.o obj/Debug/Console.o -lgomp C:/cygwin/lib/libform.a C:/cygwin/lib/libmenu.a C:/cygwin/lib/libpanel.a C:/cygwin/lib/libncurses.a C:/cygwin/lib/mysql/libmysql.a -lmysql
B.Regards