From: Javi <ja...@gs...> - 2004-03-16 21:24:04
|
> Hello Javi ! > > You forgot to include the "cfg.h" header :) > Include cfg.h, and all will go well ! Where should I add "cfg.h"? I've added #include "cfg.h" into plugin_mysql.c, but I'm afraid it doesn't solve it :(. make clean make distclean-hdr ./configure make ... gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -D_GNU_SOURCE -Wall -g -O2 -c plugin_mysql.c ... undefined reference to `mysql_init' etc ... Thanks in advice. Javi |