From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: Porting emacs Date: Sun, 20 Feb 2011 13:31:55 +0000 Message-ID: References: <324A05DF192096449779C769E91F108307BC6AE6@nwt-s-mbx2.rocketsoftware.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1298208770 6902 80.91.229.12 (20 Feb 2011 13:32:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 13:32:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 20 14:32:46 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pr9P4-0001dY-8C for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 14:32:46 +0100 Original-Received: from localhost ([127.0.0.1]:59001 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr9P3-0000Vi-Lk for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2011 08:32:45 -0500 Original-Received: from [140.186.70.92] (port=41500 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr9Od-0000TN-GJ for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:32:20 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr9Ob-0005p1-Ob for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:32:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:54699) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr9Ob-0005ow-Hn for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 08:32:17 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pr9Oa-0001RB-Mk for help-gnu-emacs@gnu.org; Sun, 20 Feb 2011 14:32:16 +0100 Original-Received: from 27-18-202-46.pool.ukrtel.net ([46.202.18.27]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2011 14:32:16 +0100 Original-Received: from gavenkoa by 27-18-202-46.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2011 14:32:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 27-18-202-46.pool.ukrtel.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 In-Reply-To: <324A05DF192096449779C769E91F108307BC6AE6@nwt-s-mbx2.rocketsoftware.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79258 Archived-At: On 2011-02-18 12:15, Boris Moskalev wrote: > Hello > I'm trying to porting emacs to z/OS now. And now I have some problem > with porting due there is using EBCDIC encoding. > Could you help me for that problem. May be exist simple answer and I > just have to add codes of EBCDIC somewhere. I look at 'sg245944.pdf' (google it). In chapter 11 exist command to build Emacs version 19.34: $ export $A2E=”-o from=ISO8859-1,to=IBM-1047" $ mkdir emacs $ cd emacs $ pax -rf /u/egont/emacs-19_34_os390_tar.Z $A2E $ export INSTALLDIR=’/usr/local’ $ ./configure i390-ibm-omvs --with-x=yes --with-x-toolkit=no \ --prefix=$INSTALLDIR $ make install Quoter from "11.6 Porting emacs to OS/390":  This version of emacs has been ported by MKS Software in cooperation with IBM. We don’t have any information about what has been changed and how difficult it was to port the package to OS/390. We are also not aware if MKS will port future releases or if the changes will be integrated into the mainline of the code. Please report your successful installation or any kind of problems to MKS to make them aware that emacs is used on this platform. -- Best regards!