problems regarding including mysql++ libraries in a Makefile
Posted by: sandeep kuttal
Date: September 11, 2010 07:03AM

Hi all,

Kindly someone help me in resolving my problem. I want to include the mysql++ header file in a makefile or one software. Here is what I need to do. I have one open source software which doesnot provide any connectiity to database. I want to use MySQL database. The software is in C++. It hase its own configuration and makefiles. When I include mysql++ in header it gives error. The reason being that it cant link with the new libraries. I can run a simple program by including mysql++ and giving linkers information at compile time. But for this case since it is a big software I have to give that linkers info in the makefile.

Can somebody suggest how this can be accomplished. Kindly suggest some pointers atleast I can see specific sources.

Thanks
Sandeep

Options: ReplyQuote


Subject
Views
Written By
Posted
problems regarding including mysql++ libraries in a Makefile
809
September 11, 2010 07:03AM


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.