Hi, I'm able to build bash 5.3-rc2 with dynamic linking, but if I configure it with --enable-static-link, the build is unable to complete. I'm building with clang, and there are three conflicts between terminal.c in libreadline.a.
Symbol PC is defined in both terminal.c and lib_tputs.c Symbols UP and BC are defined in both terminal.c and lib_termcap.c Am I doing something incorrectly or using something out of date? Thanks, Joel Ebel