just libtool or /usr/bin/libtool. The following is from my ./configure and make /usr/src/jpeg-6b$ sudo ./configure --prefix=/usr --enable-static -- enable-shared checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is...
(thanks to Almas Kunapyanov), other minor fixes v1.5.1 - fix logging to stdout when --stdout is used *thanks to Eta, improved CMake support (and Github CI stuff) *thanks to Eta, update --treshold option accept decimal numbers as parameter, fix crashes when processing certain broken ...
如果你是在一个特定的构建系统(如Makefile、CMake等)中工作,你需要确保这些构建系统能够找到JPEG库。例如,在CMake中,你可以使用find_package或手动设置INCLUDE_DIRECTORIES和LINK_DIRECTORIES。 通过以上步骤,你应该能够解决“could not find jpeg (missing: jpeg_library jpeg_include_dir)”的问题。如果问题仍然存在,...