Josh Bigelow wrote:
Quote:
g++ -I/usr/include/mysql -L/usr/include/mysql -L/usr/local/include
-I/usr/local/include -lmysqlclient box.c -o box |
You're failing to link to the MySQL++ library. Add -lmysqlpp
You don't need to add that.
Quote:
I know that mysql++.h and connection.h
are in /usr/local/include, and I cannot figure out why it's doing this
when these function references are clearly there. |
If this were your problem, you'd get a different error.
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe: http://lists.mysql.com/plusplus?unsu...ie.nctu.edu.tw