whenever I attempt to compile the stuff in /World... All of the *.o's compile fine.. however when it goes to link I get the following error
	Quote:
	
	
		
			
				/usr/lib/mysql/libmysql.a(my_compress.o): In function `my_compress_alloc': 
my_compress.o(.text+0xdd): undefined reference to `compress' 
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function `my_uncmpress': 
my_compress.o(.text+0x165): undefined reference to `uncompress' 
collect2: ld returned 1 exit status 
make: *** [world] Error 1
			
		 |