[GRASS5] 5.3 Cygwin, Tcl/Tk, NVIZ

Glynn Clements glynn.clements at virgin.net
Sat Mar 6 18:58:14 EST 2004


Richard Greenwood wrote:

> > I need to see the case (assuming that their is one) which fails with a
> > different error. On any given system, four of the six attempts will
> > normally fail with a "cannot find" error.
> > 
> > The Tcl checks test for -ltcl, -ltcl8.3 and -ltcl83 (for the last two,
> > the exact version number is taken from <tcl.h>), both with and without
> > $DLLIB (which is set to the library which provides dlsym).
> > 
> > Depending upon what your Tcl library is actually called, two of the
> > three pairs will fail (if it's called libtcl8.3, the -ltcl and -ltcl83
> > pairs will fail; the -ltcl8.3 pair would be the interesting one).
> 
> Below are the config.log results for all six tests. I should note that I 
> and using the switch:
>     --with-tcltk-libs=/usr/local/lib/tcl8.3

Which is almost certainly wrong; configure finds none of -ltcl,
-ltcl8.3 or -ltcl83 in that directory.

/usr/local/lib/tcl8.3 is probably the directory which contains the
Tcl code, with the actual library in /usr/local/lib. In which case, it
should be:

	--with-tcltk-libs=/usr/local/lib

-- 
Glynn Clements <glynn.clements at virgin.net>




More information about the grass-dev mailing list