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.
make breaks
Re: make breaks
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.
Solved by libjpeg-util TinyCore package, which supplies the essential libjpeg.so library file for the linker to link with.