User forums > Help
CB cannot find mysql libs?!
Durango2007:
The only file I see in E:\MySQL\MySQL Server 5.0\lib\opt is libmysql.lib there is no libmysql.a.
MortenMacFly:
--- Quote from: Durango2007 on November 21, 2008, 03:32:47 am ---The only file I see in E:\MySQL\MySQL Server 5.0\lib\opt is libmysql.lib there is no libmysql.a.
--- End quote ---
The try to use either "libmysql.lib" in the linker options or even including the whole path to the lib, namely: E:\MySQL\MySQL Server 5.0\lib\opt\libmysql.lib (when you add the library C::B will ask you accordingly).
BUT: You are using a VC environment with MinGW/GCC. This might work but there is no guarantee. I strongly suggest you either develop with a VC compiler or download the SQL libraries (DevKit) for MinGW/GCC.
Navigation
[0] Message Index
[*] Previous page
Go to full version