User forums > Using Code::Blocks
how to replace mysql.a with mysqlclient.so
(1/1)
Rahul:
hi to all, I've centos7 and C::B 17 in VM. I am configuring a project downloaded from internet. this shows followinf error :- from where should it be (libmysql.a)replaced by "libmysqlclient.so".
there is no build entries in codeblocks build properties.
--- Code: ---g++: error: H:/CodeBlocks/Codeblocks/MinGW/lib/libmysql.a: No such file or directory
--- End code ---
stahta01:
Find "mysql" in the project build options. Likely linker libraries.
Then you need to change it.
You likely will need to un-check a checkmark that auto adds the file extension.
Tim S.
Rahul:
thanks a lot you solved my problem.
Navigation
[0] Message Index
Go to full version