I'm not able to get autoreconf to work at all, it just hangs:
bash-2.03$ autoreconf --install --verbose --debug autoreconf: running: autoconf --version | sed 1q >&2 autoconf (GNU Autoconf) 2.53 autoreconf: running: autoheader --version | sed 1q >&2 autoheader (GNU Autoconf) 2.53 autoreconf: running: automake --version | sed 1q >&2 automake (GNU automake) 1.6 autoreconf: running: aclocal --version | sed 1q >&2 aclocal (GNU automake) 1.6 autoreconf: running: gettextize --version | sed 1q >&2 /usr/local/bin/gettextize (GNU gettext) 0.10.37 autoreconf: running: libtoolize --version | sed 1q >&2 libtoolize (GNU libtool) 1.4 autoreconf: working in `.' It hangs forever(?) here. bash-2.03$ uname -a SunOS dhcppc4 5.8 Generic_108528-15 sun4u sparc SUNW,Ultra-5_10 Anyone have any idea what to do to track this down? I know nothing about perl. -Vance