From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: 0mt96ln02@sneakemail.com (chris) Newsgroups: gmane.emacs.help Subject: Re: How to compile Emacs 21.2 on HP-UX 11.XX? Date: 20 Feb 2003 14:30:14 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <55a590a3.0302201430.25bf630b@posting.google.com> References: NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1045780556 8688 80.91.224.249 (20 Feb 2003 22:35:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 20 Feb 2003 22:35:56 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18lzII-0002Fk-00 for ; Thu, 20 Feb 2003 23:35:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18lzHv-00086V-05 for gnu-help-gnu-emacs@m.gmane.org; Thu, 20 Feb 2003 17:35:31 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 36 Original-NNTP-Posting-Host: 200.57.69.100 Original-X-Trace: posting.google.com 1045780215 10073 127.0.0.1 (20 Feb 2003 22:30:15 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 20 Feb 2003 22:30:15 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:110451 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6953 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6953 had same problem with emacs 21.2 on HP 11.11, removed it, installed 21.2.92 instead, and everything's good now. thanks. Tapani Tarvainen wrote in message news:... > Milan Tichy writes: > > > I have problems compiling Emacs 21.2 on HP 9000/785 (HP-UX 11.11). > > > > I tryed to compile using these options > > > > CC=cc CFLAGS="-Ae +DA2.0" ./configure --prefix=/usr/sw/gnu/emacs-21.2 > > --without-gcc --with-x-toolkit=motif --with-xpm --with-jpeg --with-tiff > > --with-gif --with-png --with-x --without-xim > > > I would prefer use HP ANSI C compiler. Can anybody help please? > > This worked for me: > > PATH=/opt/gmake/bin:/usr/bin > LDFLAGS='-L/usr/contrib/X11R6/lib -L/opt/Xaw3d/lib -L/opt/jpeg/lib'\ > ' -L/opt/libpng/lib -L/opt/zlib/lib -L/opt/tiff/lib -L/opt/xpm/lib'\ > ' -L/opt/libungif/lib'\ > CPPFLAGS='-D_INCLUDE__STDC_A1_SOURCE -I/usr/contrib/X11R6/include'\ > ' -I/opt/Xaw3d/include -I/opt/jpeg/include -I/opt/libpng/include'\ > ' -I/opt/zlib/include -I/opt/tiff/include -I/opt/xpm/include'\ > ' -I/opt/libungif/include'\ > CFLAGS=+O2 ./configure --prefix=/opt/emacs-21.2 --without-xim > make > > Adjust paths to match your system. > > However, 21.2 does not work well under HP-UX 11.11: it tends to > freeze when doing auto-save. The problem has been fixed 21.2.92 > (http://alpha.gnu.org/gnu/emacs/pretest/emacs-21.2.92.tar.gz), > and it does not occur in 21.1, so I'd suggest you try either > of those (or possibly a later version).