xt+0x12b): undefined reference to `compress'
collect2: ld returned 1 exit status
make: *** [all] Error 1
Am i suppossed to link some other file apart from libmysqlclient.a??
If possible, Pl. help me out.
Thanks and Regards,
Rahul Gauba
Hi!,
My application uses an archive 'libmysqlclient.a' and another
object module 'dblib.o' which internally make calls to functions
supported by 'libmysqlclient.a'. So i decided to use a single archive
file containing both of them i.e. 'libmysqlclient.a' and 'dblib.o'. At
link time, i get 'un