RE: C problem

2001-01-26 Thread indrek siitan
Hi, just #include "mysql.h" and when compiling, add -I/usr/local/mysql/include/mysql flag to the compiler options. Rgds, Indrek --- Indrek Siitan, tegevjuht eMotion OÜ [http://www.eMotion.ee] e-mail: [EMAIL

RE: C problem

2001-01-26 Thread Evan James Dembskey
Hi, > CLOS ?? Corel Linux. :-) > Did you install just a precompiled version of MySQL? Sometimes there exist > separate packages for developpers including the header files and > libraries. Nope - I installed from source! mysql.h is in the /usr/local/mysql/include/mysql directory, but I don'

Re: C problem

2001-01-26 Thread Remco van den Berg
On Fri, Jan 26, 2001 at 02:28:37PM +0200, Evan James Dembskey wrote: > > It appears as if I have installed MySQL successfuly (under CLOS 1.2). CLOS ?? > However, everytime I try to > > #includeOR #include "mysql.h" OR #include >ETC > > I get a "No such file or directory" error.