all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Porting emacs
Date: Sun, 20 Feb 2011 13:31:55 +0000	[thread overview]
Message-ID: <ijr54k$6ik$1@dough.gmane.org> (raw)
In-Reply-To: <324A05DF192096449779C769E91F108307BC6AE6@nwt-s-mbx2.rocketsoftware.com>

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!




  parent reply	other threads:[~2011-02-20 13:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 12:15 Porting emacs Boris Moskalev
2011-02-20 13:10 ` Oleksandr Gavenko
2011-02-20 13:31 ` Oleksandr Gavenko [this message]
     [not found] <mailman.8.1298155303.7110.help-gnu-emacs@gnu.org>
2011-02-19 23:23 ` despen
2011-02-19 23:27 ` despen
2011-02-20 13:15   ` Oleksandr Gavenko
     [not found]   ` <mailman.3.1298208011.970.help-gnu-emacs@gnu.org>
2011-02-20 15:56     ` despen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ijr54k$6ik$1@dough.gmane.org' \
    --to=gavenkoa@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.