Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!think.com!sdd.hp.com!zaphod.mps.ohio-state.edu!rpi!batcomputer!lynch From: lynch@theory.tn.cornell.edu (Tim Lynch) Newsgroups: comp.sys.hp Subject: problem building tcl on series 800 Keywords: tcl problem glob 800 HPUXv7 Message-ID: <1991Feb6.005337.27391@batcomputer.tn.cornell.edu> Date: 6 Feb 91 00:53:37 GMT Sender: Tim Lynch, Mann Library Organization: Cornell Theory Center Lines: 26 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 ' line. Any help would be most appreciated.