Re: Problem compiling the examples...
joh3@lithophile.com wrote:
> > when compiling the examples i get errors like "undefined reference to > mysqlpp::get_library_version()"
This is a good thing: it is telling you something important, which is
that you aren't linking to the correct library version. This is why
that feature was created.
Something's messed up in your linkage settings, because the examples
should be built against the library in the lib subdir, but it looks like
it's erroneously trying to link to the old version still installed.
--
MySQL++ Mailing List
For list archives:
http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=lists@pantek.com
Received on Fri Aug 31 04:38:02 2007
This archive was generated by hypermail 2.1.8
: Sun Oct 07 2007 - 10:03:07 EDT
|