1 message in com.mysql.lists.plusplusMySQL++ with cygwin+gcc
FromSent OnAttachments
Yegor N. Bryukhov27 May 2002 10:03 
Subject:MySQL++ with cygwin+gcc
From:Yegor N. Bryukhov (yn@mail.ru)
Date:05/27/2002 10:03:57 AM
List:com.mysql.lists.plusplus

Hello,

Is it possible to use MySQL++ 1.7.9 under cygwin+gcc? I've tried to compile it with GCC 3.1 but didn't succeed.

First problem was easy - sources have both "configure" and "Configure" but they untars to the same file.

Second problem, I don't know how to solve it: GCC expects .so or .a mysqlclient libraries but windows distribution comes .lib libraries (and resides in ./debug and ./opt subdirs which is not expected by configure scripts neither but I've coped it).

I've also tried to compile MySQL 3.23.49 from sources (if succeed it will generate .so/.a libraries under cygwin I guess) but got millions of undefined reference to pure virtual methods. I guess it is incompatibility of source vs GCC 3.1.

Any ideas how to overcome any of these problems?

Best regards, Yegor