5 messages in com.mysql.lists.plusplusRe: mysql++ API Installation problem
FromSent OnAttachments
kweed14 Jun 2002 08:52 
Richard Fox14 Jun 2002 09:19 
Richard Fox14 Jun 2002 09:38 
assylias14 Jun 2002 15:59 
Stephan Hasenkamp17 Jun 2002 07:03 
Subject:Re: mysql++ API Installation problem
From:Richard Fox (rf@sbsii.com)
Date:06/14/2002 09:38:07 AM
List:com.mysql.lists.plusplus

g++ -W -Wall -Wpointer-arith -pipe -O2 -g -Wno-uninitialized -ftemplate-depth-100 -B/opt/beaut_work/openauto/bin/ -I. -I/opt/beaut_work/ACE_wrappers -I/opt/beaut_work/mtdev/include -I/opt/beaut_work/mtdev/include/xerces -I/opt/beaut_work/openauto/BuildDir/v2.0.2/src/Libs/tmpinclude -I/home/kweed/mysqlapi/include -I/usr/local/mysql/include -DACE_HAS_EXCEPTIONS -o mysql .obj/mysql.o -lxnet -L/opt/beaut_work/ACE_wrappers/ace -L./ -L/opt/beaut_work/mtdev/lib -L/opt/beaut_work/openauto/BuildDir/v2.0.2/lib -L/home/kweed/mysqlapi/lib -L/usr/local/mysql/lib -lACE -lsocket -ldl -lgen -lnsl -lposix4 -lpthread

I don't see -lsqlplus in your link command. I never used or built mysqlclient library, why do you need it? My code works fine without it. Also, I don't understand

1. Why you need mysqlclient 2. Why your class is MysqlConnection instead of Connection