This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: undefined reference error while compiling mysql++ program


Hi Jonas,

Does your mysqltest.cpp contain the definitions for
mysqlpp::Connnection::Connection(bool), and the rest?

If not, are you missing linking against the mysql library?

Or, alternatively, compiling & linking the mysql source code?

HTH,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]