Xref: utzoo comp.mail.elm:4087 comp.unix.aix:4938 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!jarthur!uunet!math.fu-berlin.de!unidui!hm292hu From: hm292hu@unidui.uni-duisburg.de (Fred Hucht) Newsgroups: comp.mail.elm,comp.unix.aix Subject: Re: Installing elm 2.3.11 on RS6000 Keywords: mail elm rs6000 aix install Message-ID: <1991May07.160541.9370@unidui.uni-duisburg.de> Date: 7 May 91 16:05:41 GMT References: <1991May06.180106.5620@unidui.uni-duisburg.de> Organization: Rechenzentrum Uni-Duisburg Lines: 39 In <1991May06.180106.5620@unidui.uni-duisburg.de> hm292hu@unidui.uni-duisburg.de (Fred Hucht) writes: >Well, the subject line says it all. Has anyone compiled the elm package on >the fast and buggy RS6000(/320) ? >Please e-mail to >fred@hal9000.uni-duisburg.de >Thankx... >Fred Hucht, Physics Departement, University of Duisburg, Germany OK, here is the solution: 1) Create a new compiler-stanza for bsdcc in /etc/xlc.cfg as described in /usr/lpp/bos/bsdport and link /bin/xlc to /bin/bsdcc. 2) Run the elm Configure-script. Tell him to use bsdcc instead of cc at the point "...cc options... [cc] ? " At the end of Configure do a shell-escape and change termlib to -lcurses. End the shell-escape and complete Configure. 3) make it. Some warnings occure, but I ignored them. I think thats all. Thanks to the following people for the hints: woan@cactus.org (Ronald S. Woan) wolf@grasp1.univ-lyon1.fr (Christophe Wolfhugel) Rune Riisnaes who added: > To make elm read the X window size I added > #if AIX > #define TIOCGWINSZ > #include /* non-standard, for TIOCGWINSZ */ > #endif > to src/curses.c Fred Hucht, Physics Departement, University of Duisburg, Germany