Unable to code sign metakit based tcl exe

Harsh <[email protected]> Sun, 6 Sep 2009 23:03:36 -0700 (PDT)
Newsgroups gmane.comp.lang.tcl.starkit
Message-ID <f298b6a7-90f5-4d07-8079-2fda15f2f729@o41g2000yqb.googlegroups.com>
Hi,

When I code-sign a metakit based tcl interpreter, the tcl exe fails to
load the metakit.

Metakit seeks to the end of the binary to locate the terminating
metakit signature and the size of the metakit image. Metakit looks at
the end of the specified database for information about the remainder
of the db and in theory you can feed it an offset from the end.
However when I created a version that used an offset it failed and I
never was able to make a metakit-based tclkit that could be signed.

Please let me know your suggestions for getting around this problem?

Harsh