all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tapani Tarvainen <tt+gn20030130T090220@it.jyu.fi>
Subject: Re: How to compile Emacs 21.2 on HP-UX 11.XX?
Date: 30 Jan 2003 09:10:34 +0200	[thread overview]
Message-ID: <n6fzrb8651.fsf@it.jyu.fi> (raw)
In-Reply-To: mailman.138.1042192579.21513.help-gnu-emacs@gnu.org

Milan Tichy <tichy@utia.cas.cz> 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).

-- 
Tapani Tarvainen

       reply	other threads:[~2003-01-30  7:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.138.1042192579.21513.help-gnu-emacs@gnu.org>
2003-01-30  7:10 ` Tapani Tarvainen [this message]
2003-02-20 22:30   ` How to compile Emacs 21.2 on HP-UX 11.XX? chris
2003-01-10  9:56 Milan Tichy

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=n6fzrb8651.fsf@it.jyu.fi \
    --to=tt+gn20030130t090220@it.jyu.fi \
    /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.