[Pkg-tcltk-devel] Tcl 8.6: undefined reference to `tclStubsPtr'

Ole Streicher olebole at debian.org
Sat Oct 4 14:13:19 UTC 2014


Hi,

I am trying to build a new version (7.3) of my saods9 package which
comes with a builtin tcl interpreter. When I replace this interpreter
with the one in Debian unstable (tcl8.6_8.6.2+dfsg-1), I get lots of
errors like

.../lib/libtcliis1.0.a(iistcl.o): In function `Tcliis_Init':
/tmp/buildd/saods9-7.3+dfsg/tcliis1.0/iistcl.C:52: undefined reference to `tclStubsPtr'
/tmp/buildd/saods9-7.3+dfsg/tcliis1.0/iistcl.C:58: undefined reference to `tclStubsPtr'

The problem for me is that the lines in question look quite OK:

52:  if (Tcl_PkgProvide(interp, "Tcliis", "1.0") == TCL_ERROR)
53:    return TCL_ERROR;
54:
55:  // Commands
56:
57:  Tcl_CreateCommand(interp, "iis", TcliisCmd,
58:		    (ClientData)NULL, (Tcl_CmdDeleteProc *)NULL);

What could be the cause of this?

-------------- next part --------------
A non-text attachment was scrubbed...
Name: saods9_7.3+dfsg-1_amd64.build.xz
Type: application/octet-stream
Size: 14628 bytes
Desc: Build log
URL: <http://lists.alioth.debian.org/pipermail/pkg-tcltk-devel/attachments/20141004/14b28db5/attachment.obj>
-------------- next part --------------

The current version is in the git repository at

http://anonscm.debian.org/cgit/debian-astro/packages/saods9.git

Best regards

Ole


More information about the Pkg-tcltk-devel mailing list