On Sun, Oct 02, 2005 at 06:04:43PM +0200, Matthias Braun wrote:
>
> Help!
>
> I am using SuSE 9.3 with the gcc 3.3.5 and have compiled and installed
> the newest mysql++ version 2.0.5 from the Internet.
>
> I can compile my programs, but getting a lot of link errors like
> "undefined reference to
> `mysqlpp::mysql_time::compare(mysqlpp::mysql_time const*) const'"
mysql_time doesn't exist in verion 2.0.5, so somehow your compile is getting
mixed up with an old 1.7.9 still installed on your system.
- Chris