Hi,
i'm trying to cross compile (on linux for windowsm using mingw) some programs
which using mysqlclient library. I've searched ftp.mysql.com's win32 directory
and found winclients-3.23.14.zip which contains libraries for cygwin
compiler. My programs was linked fine, but when i try run them under win9x
or wine, they segfaults on the beggining (even simple programs which calls
only mysql_init).
So, are there any prebuilt libraries just for mingw ? I wanted to compile
ones, but i'm confused with which sources to use (there are few on mysql
site).
I even don't know if anybody cross-compiles some mysql program yet :)
Thanks,