Page 1 of 1

make breaks

Posted: Tue Nov 22, 2011 7:16 am
by meo
Anyone come across this
"zm_jpeg.cpp:387: undefined reference to `jpeg_resync_to_restart(jpeg_decompress_struct*, int)'
collect2: ld returned 1 exit status"

I got this after executing make command.

Any help pertaining to this error will be appreciated.

Re: make breaks

Posted: Tue Feb 04, 2014 9:07 pm
by mikedev
I encounter the same error when i compile it under TinyCore Linux.

Solved by libjpeg-util TinyCore package, which supplies the essential libjpeg.so library file for the linker to link with.