tce-load -i compiletc ncursesw-dev wget https://astron.com/pub/tcsh/tcsh-6.22.02.tar.gz cd tcsh-6.22.02 edit configure 5934 for ac_lib in '' termlib tinfo termcap curses ncursesw; do LIBS="-lncursesw" CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure -prefix=/usr/local --localstatedir=/var find . -name Makefile -type f -exec sed -i 's/-g -O2//g' {} \; make [0m 11.56s] sudo make install