Ah, if I'd the wit to search for main-window* instead of main-window,
a fruitless search for incorrect permissions would have been saved.
>suspect that the STK_LOAD_PATH environment variable was not
>set. It needs to be set to $NEWLINKBASE/stklos , as specified
Yes, the path and environment variables were the first things I checked.
They were correct. But knowing which directory to look in was the key;
the permissions on the files in $NEWLINKBASE/stklos were -r--r-----.
chmod o+r *
made them world readable, and that fixed the problem.
Thanks for the pointer.
-rex