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
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