On Mon, May 18, 1998 at 02:30:24PM -0500, Grant Edwards wrote:
> > > > I just built and installed 3.99.1 under Solaris 2.5.1, and the following
> > > > script works under 3.1.1 but not 3.99.1
[...]
> > ... no, it's not the state: In the file tcl-glue.c the function
> > "char *STk_tcl_getvar(char *name, char *env)" does not return
> > a value. Patch it...
> > $ diff tcl-glue.c.orig tcl-glue.c
> > 192c192
> > < STk_convert_for_Tcl(V, &dumb);
> > ---
> > > return STk_convert_for_Tcl(V, &dumb);
> I'm building a patched version under Solaris and will report results later...
Yup. That fixed it.
--
Grant Edwards
Rosemount Inc.
grante_at_rosemount.com
Received on Mon May 18 1998 - 21:42:24 CEST