MySQL Forums
Forum List  »  Connector/C++

Re: I need help with a build of mysql connector 8 test code which fails with symbols not found for architecture x86-64.
Posted by: Luís Silva
Date: January 05, 2020 12:17PM

Hy Tim,

If you are using static library, you don't need the -l , only the full path.
For shared library (.so) you need the -Lpath -lmysqlcppconn8

Cheers,
Luís

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: I need help with a build of mysql connector 8 test code which fails with symbols not found for architecture x86-64.
661
January 05, 2020 12:17PM


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.