Re: Link error : where is "compress" ?

2001-10-25 Thread Gerald Clark
It is in libz. Add "-lz" to your compile/link line. M. A. Alves wrote: > Hello. > > I am linking the mysqlclient library (libmysqlclient.a) to my client > program as indicated in the MySQL Manual section 23.1, and I am getting > the following linker error messages: > > /usr/lib/mysql/libmysqlc

Re: Link error : where is "compress" ? -- problem solved; ignore

2001-10-25 Thread M. A. Alves
On 25 Oct 2001 [EMAIL PROTECTED] wrote: > Your message cannot be posted because it appears to be either spam or > simply off topic to our filter. To bypass the filter you must include > one of the following words in your message: > > database,sql,query,table > > If you just reply to this message,

Link error : where is "compress" ?

2001-10-25 Thread M. A. Alves
Hello. I am linking the mysqlclient library (libmysqlclient.a) to my client program as indicated in the MySQL Manual section 23.1, and I am getting the following linker error messages: /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_compress_alloc': my_compress.o(.text+0xbb): und

Link error : where is "compress" ?

2001-10-24 Thread M. A. Alves
Hello. I am linking with libmysqlclient as told by the MySQL Manual. However I am getting the following linker error messages: /usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_compress_alloc': my_compress.o(.text+0xbb): undefined reference to `compress' /usr/lib/mysql/libmysqlclie