lynch@theory.tn.cornell.edu (Tim Lynch) (02/06/91)
Has anyone successfully built tcl (tool command language) under HP-UX v7 on a series 800 machine? If so, I could use some help. I'm as far as getting version 3.3 to compile successfully and run all tests successfully *except* for the 'glob.test'. The error messages I get are: % ./tclTest % source glob.test Error: no files matched glob pattern(s) In fact, if I try to run the 'all' script, I get: % source all Error: no files matched glob pattern(s) The changes I've made so far: 1. Uncomment the 'LIBS=-lBSD' line in the makefile. 2. Add '-lmalloc' to the above mentioned LIBS line so as to include the faster (3X) version of malloc. In fact, this change also cleared another problem where tclTest crashed when running 'history.test', 'index.test', and 'parse.text'. 3. Added a '#define _BSD' to the source module tclCmdAH.c before the '#include <sys/wait.h>' line. Any help would be most appreciated.