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:Warreh Young (mysq@etr-usa.com)
Date:08/16/2004 08:08:42 PM
List:com.mysql.lists.plusplus

Vishal Kothari wrote:

Is it possible to compile the Mysql C++ API statically

Yes. Download the new 1.7.10 release I just announced, then say:

$ ./configure --disable-shared

That will build only the static version of the library.