Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: humbrol2 on January 20, 2010, 02:35:11 pm

Title: compiling with mysql++ support
Post by: humbrol2 on January 20, 2010, 02:35:11 pm
I am trying to compile with http://forums.mysql.com/read.php?167,221298
the mysql++ connector.

D:\games\Irrlicht\mysql\mysql\main.cpp|12|undefined reference to `__imp___ZN3sql5mysql25get_mysql_driver_instanceEv'|
Title: Re: compiling with mysql++ support
Post by: stahta01 on January 20, 2010, 02:47:45 pm
Turn on full compiler logging and post the build log in a group that support the library.

http://wiki.codeblocks.org/index.php?title=FAQ#Q:_How_do_I_troubleshoot_an_compiler_problem.3F

Tim S.