1 message in com.mysql.lists.win32cross compiling
FromSent OnAttachments
Jan Dvorak11 Feb 2001 09:33 
Subject:cross compiling
From:Jan Dvorak (john@go.cz)
Date:02/11/2001 09:33:09 AM
List:com.mysql.lists.win32

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,