On 1/15/21 12:12 AM, Jeffrey Walton wrote:
Hi Everyone,
I configured Bash 5.1 with prefix=/usr/local, --with-curses and
--enable-multibyte.
The `prefix' option controls installation, not where the configure or
build processes look for anything.
The link failed with undefined references, lik
On 1/15/21 12:12 AM, Jeffrey Walton wrote:
Hi Everyone,
I configured Bash 5.1 with prefix=/usr/local, --with-curses and
--enable-multibyte. The link failed with undefined references, like
tputs. I have the wide char Ncurses built and installed in /usr/local.
I found I needed to add -ltinfow to L
Hi Everyone,
I configured Bash 5.1 with prefix=/usr/local, --with-curses and
--enable-multibyte. The link failed with undefined references, like
tputs. I have the wide char Ncurses built and installed in /usr/local.
I found I needed to add -ltinfow to LIBS and LDLIBS for the build to
succeed.
I'm