Re: Problems compiling scotty and tkined

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Thu, 6 Jun 1996 14:24:02 +0200

queiroz@delos.cna.unicamp.br (Rubens Q. de Almeida - Ramal 8267) wrote:

> I am trying to compile scotty version 2.0.2 and tkined version
> 1.3.4 on an IBM box running aix 3.2.5.
>
> I am using tcl7.4p3 and tk4.0p2.
>
> With tkined I get the following problem:

> 0706-317 ERROR: Unresolved or undefined symbols detected:
> .Tcl_DbCkalloc
> .Tcl_DbCkfree
> .Tcl_DbCkrealloc

Looks like you have compiled one of the packages with the
TCL_MEM_DEBUG define. If you want to use the Tcl memory debugger, you
have to compile everything with TCL_MEM_DEBUG defined or nothing with
TCL_MEM_DEBUG defined. Check you Makefiles and config.h files.

> With scotty I can't even run the configure script:

> can't read "tcl_library": no such variable
> ./configure: test: argument expected

This is a known problem. Remove the test from the configure file.

Juergen