[6196] in SIPB bug reports
wish/exmh bug for linux
daemon@ATHENA.MIT.EDU (Bob Hyers)
Fri Oct 25 15:31:28 1996
To: bug-sipb@MIT.EDU
Date: Fri, 25 Oct 1996 15:31:14 EDT
From: Bob Hyers <rwhyers@MIT.EDU>
I'm using slackware linux with kernel version 1.2.13, and the sipb
version of wish causes a segmentation fault. /bin/wish works fine, but
chokes on the exmh script with this message:
athena% ./exmh
error while autoloading "Env_Init": bad option "join": should be atime, dirname, executable, exists, extension, isdirectory, isfile, lstat, mtime, owned, readable, readlink, root, size, stat, tail, type, or writable
while executing
"Env_Init"
(file "./exmh" line 74)
invoked from within
"source ./exmh"
athena%
Here's what I did to get the exmh script to run /bin/wish:
athena% diff /afs/sipb/project/sipb/bin/exmh ~/bin/exmh
1c1
< #!/afs/sipb/project/tcl/wish -f
---
> #!/bin/wish -f
19c19
< set wish /afs/sipb/project/tcl/wish
---
> set wish /bin/wish
athena%
I really would prefer to use exmh. What can I do?
Bob Hyers
rwheyrs@mit.edu