-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Putting this here in case anyone also gets the same error.
During ./configure:
checking for tputs in -lncurses... no
and during make:
/usr/bin/ld: siod/editline.c:403: undefined reference to `tgetstr'
It seems libncurses-dev is needed, not just libncurses, so
sudo apt install libncurses-dev
There might also be another make error:
/usr/bin/ld: cannot find -lcurses: No such file or directory
I have libncurses6, so this is solved by:
sudo ln -s /usr/lib/x86_64-linux-gnu/libncurses.so.6 /usr/lib/x86_64-linux-gnu/libcurses.so
Metadata
Metadata
Assignees
Labels
No labels