Closed nasseef20 closed 3 years ago
You need to remove the line AC_FUNC_MALLOC
from configure.ac
.
I also had to use sudo ldconfig /usr/local/lib
so that it finds the libjpeg file. But I recommend using libjpeg-turbo from Fedora instead of installing libjpeg manually. Just install libjpeg-turbo-devel
.
(jp2a
is currently developed here if you want the latest version. Also requires libpng-devel
and autoconf-archive
.)
jp2a is not available on the Fedora package repository. So I tried to build it from source using instructions from the README.md Building jpeglib worked fine. Then:
worked fine as well with no problems.
However
make -j
does not work, and this error shows up instead: