Re: Accessing MySQL from C

2004-04-20 Thread Dan Nelson
In the last episode (Apr 20), Derrick Ryalls said: I am trying to write a little program that will talk to my existing mysql db server (4.1.1), but am having compile issues. You need -I/usr/local/include/mysql on your compile line, and -L/usr/local/lib/mysql on your link line. gcc

RE: Accessing MySQL from C

2004-04-20 Thread Derrick Ryalls
In the last episode (Apr 20), Derrick Ryalls said: I am trying to write a little program that will talk to my existing mysql db server (4.1.1), but am having compile issues. You need -I/usr/local/include/mysql on your compile line, and -L/usr/local/lib/mysql on your link line.

Re: Accessing MySQL from C

2004-04-20 Thread Bill Moran
Derrick Ryalls wrote: In the last episode (Apr 20), Derrick Ryalls said: I am trying to write a little program that will talk to my existing mysql db server (4.1.1), but am having compile issues. You need -I/usr/local/include/mysql on your compile line, and -L/usr/local/lib/mysql on your link