From: Warren Young Date: May 11 2007 5:37pm Subject: Re: Can't configure to build static library on Mac OS X 10.4.9 List-Archive: http://lists.mysql.com/plusplus/6594 Message-Id: <4644A9E4.5050801@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Paul Sydney wrote: > There is no configuration option to enable building static library of > mysql++. configure --enable-static does not seem to work on Mac OS X > 10.4.9. Dynamic library builds fine and example programs run as well. I'd bet that most MySQL++ users aren't building GPL licensed programs, so I don't have a good enough reason to chase this myself. (Statically linking to MySQL++ requires LGPL, but it implies static linking to the MySQL C API library, which requires GPL, unless you've purchased a commercial use license.) You're welcome to submit a patch for consideration.