  | | | -none- | -none- 2007-08-31 - By Warren Young
Back joh3@(protected) 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=mysql@(protected)
|
|
 |