MySQL Forums
Forum List  »  Newbie

Re: Linking C++ app with mysqlclient
Posted by: Alfredo Kengi Kojima
Date: September 07, 2004 12:00PM


Seems mysql_config was written for Solaris CC, so could you try this?

g++ -I../include -L../lib -lmysqlclient -lposix4 -lcrypt -lgen -lsocket -lnsl -lm mysql_test.cpp

And if that still doesn't work, what about the Solaris CC?

Options: ReplyQuote


Subject
Written By
Posted
Re: Linking C++ app with mysqlclient
September 07, 2004 12:00PM


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.