Help linking c++ program

2002-05-22 Thread comp boy
I am trying to compile a custom program I wrote some c++ wrapper classes around the mysql c function. I have the mysqlclient_r lib installed in /usr/local/lib/ ls -l /usr/local/lib/libmysqlclient_r.a rw-r--r--1 root root 287356 May 22 13:28 /usr/local/lib/libmysqlclient_r.a The

Re: Help linking c++ program

2002-05-22 Thread comp boy
I ran: nm /usr/local/lib/libmysqlclient.a | grep mysql and all of the function that are undefined are there. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/