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