From: Chris Frey Date: June 14 2005 5:55am Subject: Re: One more compile issue List-Archive: http://lists.mysql.com/plusplus/4529 Message-Id: <20050614055508.GA25777@netdirect.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On Tue, Jun 14, 2005 at 12:29:30AM -0400, Mark Dobossy wrote: > dyld: Symbol not found: ___cxa_pure_virtual > Referenced from: /Users/mark/Desktop/mysql++-1.7.40/examples/../ > lib/.libs/libmysqlpp.4.dylib > Expected in: flat namespace > > Trace/BPT trap Not sure. As I recall, I've only seen ___cxa* names in compiler generated assembly code, so my guess is that it points to a toolchain problem, or maybe you have some object files from gcc-4 mixed in your build. Try a completely fresh tarball build, if you haven't already. - Chris