I am having trouble packaging Neko for Debian: Executables in Debian
are required to be strip'ed, and, since I do not grok the
bootstrapping of Neko, I cannot find out how to incorporate strip'ing
in src/tools/install.neko.
There are no problems if I strip the bin/neko from the Makefile as
soon as it is created; but if I strip bin/nekoc after it is creted (by
install.neko), nekoc does not work.
On 10/29/06, Nicolas Cannasse <[EMAIL PROTECTED]> wrote:
> > JPS> $ nekoc
> > JPS> Uncaught exception - [EMAIL PROTECTED]
>
> This is another problem. Looks like the "nekoboot" tool doesn't work
> correctly on your system. Usually it will takes the "neko" commandline
> binary, append the bytecode at this end, and modify some bytes in the
> executable. Look like this is not working. Could you add some printf's
> in the file neko/vm/main.c (execute). data_pos should be equal to the
> size of the "neko" binary.
But since I strip bin/neko as soon as it is created, there must be
something else that dictates the size of the VM as perceived by
bin/nekoc.
--
Jens Peter Secher
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?
--
Neko : One VM to run them all
(http://nekovm.org)