On 25 September 2018 at 11:59, Mark Millard <[email protected]> wrote: > > install -o root -g wheel -m 444 ld.lld.1.gz /usr/share/man/man1/ > rm -f /usr/share/man/man1/ld.1 /usr/share/man/man1/ld.1.gz; install -l h -o > root -g wheel -m 444 /usr/share/man/man1/ld.lld.1.gz > /usr/share/man/man1/ld.1.gz
So this looks like ld.1 should indeed be a link to ld.lld.1. Is it possible you're getting ld.1 from /usr/local? Does /usr/share/man/man1/ld.1.gz exist? _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-toolchain To unsubscribe, send any mail to "[email protected]"
