-Q1C- 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.
Parent document is top of "FAQ: comp.lang.tcl Tk Toolkit Usage Questions And Answers (1/1)"
Previous document is "-Q1B- Why does the link step says that some of the functions Tcl, needs are missing when I am trying to build it?"
Next document is "-Q1D- What does it take to get Tcl to compile under SCO Unix?"