Le 20/03/2020 à 12:36, Vaughan Butler via blfs-support a écrit : > Trying to build Mupdf 1.16.1 on LFS 9.0. Compilation fails with the message > > //usr/bin/ld: warning: libmupdf-threads.so, needed by > build/release/libmupdf.so, not found (try using -rpath or -rpath-link) > > /Found this thread on blfs-dev > > https://www.mail-archive.com/[email protected]&q=subject:%22%5C%5Bblfs%5C-dev%5C%5D+incorrect+mupdf+1.16.1+patch%5C%3F%22&o=newest&f=1 > > Tried the mod to the patch file, but no change. Also tried the patch file from > 9.1, in case this had the fix, but still the same. I'm not sufficiently > conversant with the code to work this out for myself, so hoping someone can > point me at the solution. >
IIUC, you have an error while building, while the OP in the thread you cite was testing linked libraries after building, so I think this is not related... If some library is missing while building, it may be that make does not get the build order right. Try make -j1... Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
