Hi,
I managed to build mysql++ 1.7.9 with:
Cygwin 1.3.22
gcc (GCC) 3.2 20020927 (prerelease)
mysql 4.0.14a-win
windows xp pro
I installed the gcc-3.0, 3.2 and 3.2.2 patches
I had to make a couple of tweaks to configure.in to get it to find the
lib and includes properly
I needed to add -lmySQL to the Makefile in example to prevent the
following error
resetdb.o(.text+0x232): In function `main':
/cygdrive/c/home/benjamin/mysql++-1.7.9/examples/../sqlplusint/connection1.hh:40
: undefined reference to `_mysql_init'
...etc...
However, despite successful completion of the make, running resetdb
results in a Segmentation Fault
Any clues what I'm doing wrong? Any and all help would be greatly
appreciated.
I can successfully get to mysql with the command line interface as well
as the console.
Thanks in advance,
Ben