Hello
I am writing a C program which is contains Mysql header files and APIs but it can not compile it and its error is :
to all of Mysql APIs that I included their headers .In command line I compile my source like this with no problem:
Quote:
|
gcc test.c -Wall -o test -lz `mysql_config --cflags --include --libs`
|
I think code block does not have bold italic part of this command.
How can I add this to code block to compile my project or those project that contains Mysql APIs (just my project not all of defined projects that has no relation to mysql APIs)with this gcc flags.
Thanks for any help.