tce-load -wil compiletc automake texinfo

wget https://ftp.gnu.org/gnu/stow/stow-2.4.1.tar.gz
cd stow-2.4.1

./configure --prefix=/usr/local
make
make DESTDIR=/tmp/dest install

------

at top of /usr/local/bin/stow and /usr/local/bin/chkstow, change this:
#!/usr/local/bin/perl

to this:
#!/usr/local/bin/perl
use lib '/usr/local/lib/perl5/site_perl';
