I've installed MySQL on my system and I'm trying to make a C program that interacts with MySQL, but I just can't figure out what my problem is. Here is the error message I get:
Undefined symbols:
"_mysql_close", referenced from:
_main in main.o
"_mysql_init", referenced from:
_main in main.o
ld: symbol(s) not found
collect2: ld returned 1 exit status