Hi Everyone, I'm testing on Ubuntu 18.05 x86_64 fully patched. It looks like the man2html recipe is not using LDFLAGS:
/usr/bin/cc -DHAVE_CONFIG_H -DSHELL -I/home/jwalton/Build-Scripts/bash-5.1 -I.. -I/home/jwalton/ok2delete-asan/include -DNDEBUG -DTEST_ASAN=1 -g2 -O2 -fsanitize=address -fno-omit-frame-pointer -march=native -fPIC -pthread man2html.o -o man2html -ldl -ltinfow -ldl -lpthread /usr/bin/ld: cannot find -ltinfow collect2: error: ld returned 1 exit status Makefile:80: recipe for target 'man2html' failed make[1]: *** [man2html] Error 1 make[1]: Leaving directory '/home/jwalton/Build-Scripts/bash-5.1/support' Makefile:753: recipe for target 'support/man2html' failed make: *** [support/man2html] Error 1 make: *** Waiting for unfinished jobs.... LDFLAGS has the path to -ltinfow. Jeff