McDanger All American 18835 Posts user info edit post |
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:
Quote : | "Undefined symbols: _mysql_data_seek _mysql_fetch_lengths _mysql_fetch_row _mysql_num_rows" |
This makes me .
I have no idea what the problem is, and why it's just Result that it's acting up on. Is Result in a different dynamic library altogether? Any ideas?2/22/2006 12:45:26 PM |
McDanger All American 18835 Posts user info edit post |
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 |