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