From owner-freebsd-hackers Fri Nov 22 14:49:55 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA23355 for hackers-outgoing; Fri, 22 Nov 1996 14:49:55 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA23350 for ; Fri, 22 Nov 1996 14:49:51 -0800 (PST) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id OAA03530 for ; Fri, 22 Nov 1996 14:27:06 -0800 (PST) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id OAA16149; Fri, 22 Nov 1996 14:26:31 -0800 (PST) Received: from crab.whistle.com(207.76.205.112) by whistle.com via smap (V1.3) id sma016147; Fri Nov 22 14:26:18 1996 Received: (from ambrisko@localhost) by crab.whistle.com (8.7.6/8.6.12) id OAA18944; Fri, 22 Nov 1996 14:25:23 -0800 (PST) From: Doug Ambrisko Message-Id: <199611222225.OAA18944@crab.whistle.com> Subject: Re: undump or unexec In-Reply-To: <3295D642.2EDB@degnet.baynet.de> from Darius Moos at "Nov 22, 96 03:35:14 pm" To: moos@degnet.baynet.de Date: Fri, 22 Nov 1996 14:25:23 -0800 (PST) Cc: jlemon@americantv.com, freebsd-hackers@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Darius Moos writes: | I've tried it and the resulting executable does not work correct. | The source-perl-script uses stdin and stdout a lot. byteperl seems to | garble some of the output. | Any suggestions ??? | | Darius Moos. | | Jonathan Lemon wrote: | > | > > following this discussion the last days, i was wondering if anyone | > > got "undump" compiled ? | > | > I'll go out on a limb here and guess that you're trying to undump a perl | > executable. If this is the case, then you may want to check out the | > perl compiler (see www.perl.com). | > -- | > Jonathan | > | > PS: FWIW, I never did get undump to work properly with perl4. I've patched in emacs unexec to get this to work before with perl4 and early alpha of perl5 of which I sent patches back to Larry. He said he had some other scheme to fix the problems and I haven't needed for a while so I don't know about the state of things recently. I've never used undump since it seemed to complicated. Doug A.