From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Buehler Newsgroups: gmane.emacs.devel Subject: Re: HPUX support in 22.0.96 Date: Mon, 26 Mar 2007 21:22:47 -0400 Message-ID: <460871E7.60002@spirentcom.com> References: <864poeoc05.fsf@lola.quinscape.zz> <11y7lq2wwu.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174958587 14513 80.91.229.12 (27 Mar 2007 01:23:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Mar 2007 01:23:07 +0000 (UTC) Cc: Sascha Wilde , rgm@gnu.org, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 27 03:22:59 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HW0Oo-0005sK-1z for ged-emacs-devel@m.gmane.org; Tue, 27 Mar 2007 03:22:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW0R6-0003xJ-8I for ged-emacs-devel@m.gmane.org; Mon, 26 Mar 2007 20:25:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HW0R2-0003u6-GD for emacs-devel@gnu.org; Mon, 26 Mar 2007 21:25:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HW0R0-0003rR-UP for emacs-devel@gnu.org; Mon, 26 Mar 2007 21:25:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HW0R0-0003rH-Rj for emacs-devel@gnu.org; Mon, 26 Mar 2007 20:25:14 -0500 Original-Received: from eastrmmtao101.cox.net ([68.230.240.7]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HW0Of-0008T8-S2; Mon, 26 Mar 2007 21:22:50 -0400 Original-Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao101.cox.net (InterMail vM.7.05.02.00 201-2174-114-20060621) with ESMTP id <20070327012249.FLDR11352.eastrmmtao101.cox.net@eastrmimpo02.cox.net>; Mon, 26 Mar 2007 21:22:49 -0400 Original-Received: from thunder.sweets ([72.196.247.179]) by eastrmimpo02.cox.net with bizsmtp id fdNo1W0023syWv40000000; Mon, 26 Mar 2007 21:22:48 -0400 Original-Received: from [10.10.10.13] (laptop.sweets [10.10.10.13]) by thunder.sweets (Postfix) with ESMTP id 21C21FF70; Mon, 26 Mar 2007 21:22:48 -0400 (EDT) User-Agent: Thunderbird 1.5.0.5 (X11/20060728) In-Reply-To: X-detected-kernel: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:68645 Archived-At: Richard Stallman wrote: > The problem seems to be that it is using unexec.c rather than the > special HPUX unexec program that was just recently undeleted. > > Can you debug why? > When the HP unexec was removed, other needed code was removed elsewhere. Perhaps the unexec got put back but the other code did not. Joe Buehler