platform: sparc solaris 8
tcl: 8.5.4 release
sybtcl: cvs head dated 20020218
I build this and then run
$ gmake test
:
misc output
:
/usr/tcl85/bin/tclsh8.5 `echo ../tests/all.tcl`
no files matched glob pattern "*.test"
while executing
"glob *.test"
invoked from within
"if {$tcl_platform(os) == "Win32s"} {
set files [glob *.tes]
} else {
set files [glob *.test]
}"
(file "../tests/all.tcl" line 8)
gmake: *** [test] Error 1
So, I cd into ../tests and type
$ /usr/tcl85/bin/tclsh8.5 all.tcl
Sybtcl test suite
can't find a suitable sybtcl library to load
I look through the test suite and see that it expects to find ../unix/libSybtcl*$so - but the generated Makefile builds libsybtcl*so (that is to say, a lower case sybtcl rather than an upper case Sybtcl).
So, I modify defs to look for the lowercase sybtcl , and the test case at least gets to the point of prompting me for login info, and then rejects my input. Unfortunately, I don't have a sybtcl login, so I can not test farther than that.