6 messages in com.mysql.lists.plusplusRe: Statically compiling the API
FromSent OnAttachments
Vishal Kothari13 Aug 2004 23:16 
Warreh Young16 Aug 2004 20:08 
Vishal Kothari17 Aug 2004 09:04 
Warren Young17 Aug 2004 11:10 
Vishal Kothari17 Aug 2004 12:03 
Warren Young17 Aug 2004 13:06 
Subject:Re: Statically compiling the API
From:Warren Young (mysq@etr-usa.com)
Date:08/17/2004 01:06:36 PM
List:com.mysql.lists.plusplus

Vishal Kothari wrote:

g++ -o Mailer main.o connection.o transmitter.o log.o message.o sendMail.o authenticate.o timer.o -Iinclude -I/usr/local/include -I/usr/include/mysql -w -g -L. -lsqlpp

-lmysqlpp!

Also, add -lmysqlclient.