Subject: Re: Ecolisp -- trouble compiling under NetBSD
To: None <skeezix@acm.org>
From: Giuseppe Attardi <attardi@DI.Unipi.IT>
List: netbsd-users
Date: 05/12/1997 16:46:29
ge from Jeff Mitchell on Fri, 9 May 1997 01:03:26 -0400 (EDT))
Subject: Re: Ecolisp -- trouble compiling under NetBSD
BCC: attardi


It seems indeed a problem with the dumping procedure.

I don't have a netBSD available, so I have looked at the differences between
the two systems in the GNU emacs code (src/s/netbsd.h, src/s/freebsd.h).
They seem to use the same binary format and the same unexec utility (unexec)
which also ECL uses.

You might want to use gdb to see where the trap happens.

-- Beppe