Please IM me at fr33n0r if you think you know what the fuck is happening here.I'm running Mac OS X, using the OS X linker and g++ to compile. It's configured to look at libmysqlpp.dylib, and recognizes Connection and Query objects just fine. The problem comes into play when I go to link -- even though I'm -lmysqlpp and it knows where to look (its is /usr/local/lib), I still get this message when I use a Result datatype:
2/22/2006 12:45:26 PM
Jesus Christ, I suck.Fixed it. Turns out I needed the mysqlclient lib included as well, I figured having just the mysql++ lib woulda covered what I needed. Nevermind.
2/22/2006 12:53:48 PM
n00b
2/22/2006 1:38:36 PM