Re: Error during compilation.

2001-06-28 Thread Gerald Clark
You also need to link in libz, so make it "-lmysqlclient -lz" mysql novice wrote: > Hi all, > > I don't know how many times this question has come up > in discussion, but I am new to the group, so please > forgive. More over, I am very new to SQL itself. > > I have a small program, that connec

Error during compilation.

2001-06-28 Thread mysql novice
Hi all, I don't know how many times this question has come up in discussion, but I am new to the group, so please forgive. More over, I am very new to SQL itself. I have a small program, that connects to a database, and tries to retrieve a part of a table. The program is as follows: /* * progr