Re: `mysql_config --...` does not work

2003-08-14 Thread Paul DuBois
At 12:43 + 8/13/03, Miguel Cardenas wrote: Hello list For some strange reason `mysql_config --...` does not work. If try something like gcc -o progname `mysql_config --cflags` progname.c `mysql_config --libs` (NOTE: "/usr/local/mysql/bin" is in the PATH var, mysql_config works wh

`mysql_config --...` does not work

2003-08-14 Thread Miguel Cardenas
Hello list For some strange reason `mysql_config --...` does not work. If try something like gcc -o progname `mysql_config --cflags` progname.c `mysql_config --libs` (NOTE: "/usr/local/mysql/bin" is in the PATH var, mysql_config works when invoked) the compiler does not find the he