From: Warren Young Date: January 26 2006 5:55am Subject: Re: problems with make List-Archive: http://lists.mysql.com/plusplus/5414 Message-Id: <43D86435.1070804@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Suhas Nayak wrote: > ld: Undefined symbols: > std::allocator::~allocator [unified]() > std::basic_string, std::allocator > >::~basic_string [unified]() This looks to be some kind of confusion between multiple versions of g++. You need to build all the pieces of a C++ program with the same version of the compiler. Also, it seems that you are using some version of MySQL other than the Fink version. Is there a good reason for that, given that the Fink version is known to work?