MySQL Forums
Forum List  »  Connector/C++

Re: Need help with Makefile for static c++ connector
Posted by: Luis Silva
Date: September 10, 2021 10:10AM

Hi!

libmysqlcppconn8 is for DevAPI.

You are using JDBC api which is on libmysqlcppconn.

Also, to link it statically, add -DSTATIC_CONCPP build flag.

Cheers,
Luís Silva

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Need help with Makefile for static c++ connector
345
September 10, 2021 10:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.