make breaks

Forum for questions and support relating to the 1.25.x releases only.
Locked
meo
Posts: 1
Joined: Tue Nov 22, 2011 6:58 am

make breaks

Post 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.
mikedev
Posts: 1
Joined: Tue Feb 04, 2014 9:03 pm

Re: make breaks

Post 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.
Locked