While upgrading help2man today, I noticed that it won't build on a -current machine due to the preloadable gettext library not available. Extracting from the configure script, it runs: LD_PRELOAD="preloadable_libintl.so" sh -c 'echo yes' This line, returns 'yes' on a -stable system and "/libexec/ld-elf.so.1: Shared object "preloadable_libintl.so" not found" on a -current system. Is this a correct behaviour? regards, Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of ProgrammingReceived on Tue Mar 02 2004 - 23:12:55 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:45 UTC