From: Warren Young Date: August 31 2007 8:30am Subject: Re: Problem compiling the examples... List-Archive: http://lists.mysql.com/plusplus/6975 Message-Id: <46D7D18B.6060302@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit joh3@stripped 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.