Some weird Linking errors :)

2001-04-16 Thread Rahul Gauba
Hi! all, I am linking the mysql client library using -l option i.e. -lmysqlclient. I have also specified the path of the libmysqlclient.a. But every time i make, i get some undefined reference errors for compress and uncompress. The output of make is given below. I don't know why i am getting

Linking errors

2001-04-09 Thread 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