Hi,
I need help with LZO. I write a programm in C, with Linux (debian) and
I need to use LZO for compress my data.
I install LZO and in my code I add:
#include <lzoconf.h
#include <lzo1x.h
and in my 'main':
lzo_init();
The answer, when I compiling is:
gcc MyProgram.c -o MyProgram
/tmp/cc2Lx3eX.o: In function `main':
MyProgram.c

.text+0x19fc): undefined reference to `__lzo_init2'
collect2: ld returned 1 exit status