From: Warren Young Date: February 6 2007 7:02pm Subject: Re: Problems with Xcode List-Archive: http://lists.mysql.com/plusplus/6337 Message-Id: <45C8D0E1.9060803@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Raphaël Reverdy wrote: > Other Linker Flags : -lmysqlclient -lm -lz Add -lmysqlpp to the beginning of that list. -lmysqlclient is the MySQL C API library, which is required by MySQL++, but you also need the MySQL++ library.