Has anyone gotten Tcl to compile under HP-UX?
From: -I- Questions on building Tcl and friends on your system A1D. See the porting notes. Also, be aware that there have been some reports of Configure assuming that you should use the compatibility version of opendir() and that you have no dirent.h . This causes glob-ing to fail, as well as TclX’s readdir, etc. Changing tcl7.3 to remove the opendir compatibility file and removing the -DNO_DIRENT, -DUSE_DIRENT2 fixed it all up.