View Single Post
  #1  
Old 02-14-2002, 09:00 PM
Minara
Sarnak
 
Join Date: Feb 2002
Posts: 36
Default Problems with Compile?

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
Reply With Quote