Hi,
I configured the new API as told with the --disable-shared option.
But my problem isn't how to build that static version of the mysql c++ api
but how do I statically link that libmysqlpp.a or libsqlplus.a file with my
application.
I am using a gcc 3.3.2 and I want to link the static library to my c++
application so that I can port that application on other machines without
having to install the mysql c++ api there.
I hope I have made myself clear.
Regards,
Vishal Kothari.
> 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.
>
> --
> MySQL++ Mailing List
> For list archives: http://lists.mysql.com/plusplus
> To unsubscribe:
> http://lists.mysql.com/plusplus?unsub=1