On Saturday, 19 April 2014 at 09:59:39 UTC, Adam D. Ruppe wrote:
Try adding -lncurses or -lcurses to the command line. tgetnum is found in the curses library which isn't linked in automatically by default.
Error: unrecognized switch '-lcurses' Error: unrecognized switch '-lncurses' :((