MySQL Forums
Forum List  »  Newbie

Re: Linking C++ app with mysqlclient
Posted by: Alfredo Kengi Kojima
Date: September 06, 2004 09:22PM

Hi,

Try compiling your program with the following:

g++ `mysql_config --cflags --libs` mysql_test.cpp

Options: ReplyQuote


Subject
Written By
Posted
Re: Linking C++ app with mysqlclient
September 06, 2004 09:22PM


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.