From: Warren Young
Date: December 16 2010 2:45pm
Subject: Re: static library
List-Archive: http://lists.mysql.com/plusplus/9130
Message-Id: <4D0A260B.7070709@etr-usa.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
On 12/15/2010 11:45 AM, Sebastian Salazar wrote:
> modified
> the line 53 and 139, I change the dll tag for lib, then configure;
> make; make install without success. It doesn't create the static lib.
It's more than a one-line change, because the XML schema for is
different than for . I made the necessary changes here, and it
does work:
> Index: mysql++.bkl
> ===================================================================
> --- mysql++.bkl (revision 2680)
> +++ mysql++.bkl (working copy)
> @@ -55,10 +55,8 @@
>
>
>
> -
> - mysqlpp$(DEBUG_SUFFIX)
> +
> mysqlpp$(DEBUG_SUFFIX)
> - 3.1.0
>
>
> lib/beemutex.cpp
> @@ -142,7 +140,7 @@
> tarball, Fink, etc., inferring preference from use of Xcode. -->
> /usr/local/mysql/lib
>
> -
> +
>
>
> lib/*.h