help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting emacs


From: Oleksandr Gavenko
Subject: Re: Porting emacs
Date: Sun, 20 Feb 2011 13:31:55 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6

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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]