On Wed, Jun 08, 2005 at 03:20:27PM -0400, Dale Smith wrote:
Hi there,
I was able to compile MySQL++ just fine after hacking Makefile to remove
compiling examples, but see below for the error I got. I have the
following link problems when trying the examples:
Without the special hack, do you get the same errors when compiling
the examples normally?
Can you compile and run a simple C++ example like:
#include <iostream>
int main() { std::cout << "hello world" << std::endl; }
Just wondering if there is something more seriously wrong with your
system in general.
And what kind of system is it? :-) Linux? Version? Version of mysql++?
Version of mysql?
- Chris