uname -a: SunOS quartz 5.6 Generic_105181-31 sun4m
sparc SUNW,SPARCstation-20
pwd: /usr/local/oratcl3.3/unix
The expected `../configure; make; make test; make
install` sequence fails during `make test`:
/usr/local/lib/../bin/tclsh8.3 "../test/all.tcl"
can't find package Oratcl 3.3
while executing
"package require -exact Oratcl 3.3"
(file "../test/defs.tcl" line 15)
invoked from within
"source [file join [file dirname [info script]]
defs.tcl]"
(file "../test/all.tcl" line 19)
make: *** [test] Error 1
Although it succeeds if `make install` is run before
`make test`, it would be better if the user could test
everything before installing it.
Thanks!
Logged In: NO
Also, `make test` isn't mentioned in the unix/README.unix
file, or in the FAQ.
Logged In: YES
user_id=92123
let me see what I can do about this
Logged In: YES
user_id=92123
Originator: NO
I've verified that Oratcl (current version) will load the locally compiled version of the library. Make install is not required for a make test.