all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Martin Jost" <Martin.Jost@siemens.com>
Subject: Re: Emacs make errors on HP/UX
Date: Thu, 10 Mar 2005 14:24:06 +0100	[thread overview]
Message-ID: <d0phpo$77d$1@news.mch.sbs.de> (raw)
In-Reply-To: mailman.3201.1110412450.32256.bug-gnu-emacs@gnu.org


"Lozano, Marcus" <Marcus_Lozano@MAXIMHQ.com> schrieb im Newsbeitrag news:mailman.3201.1110412450.32256.bug-gnu-emacs@gnu.org...
> [...] I am trying to build
> emacs on a machine running HP/UX 11.00
> I get the following errors below after entering the make command.
> Any thoughts of how to resolve this error?

>         cc -c  -Demacs -DHAVE_CONFIG_H   -I. -I/local0/emacs-21.3/src
> -I/usr/include/X11R6 -I/usr/include/X11R5 -I/usr/include/Motif1.2
> -I/usr/contrib/X11R6/include -I/usr/contrib/X11R5/include -g keyboard.c
> (Bundled) cc: warning 480: The -g option is available only with the C/ANSI C
> product; ignored.

This means you are using the (bundeled) C compiler.
This is only meant to recompile the kernel.
Not only does it know nothing about -g (debugging) it also isn't a ANIS-C compiler.

You will be completely out of luck building anything reasonable with this compiler.
Your options are:
- Buy the ANSI-C-Compiler from HP
  (It may already be there, installed under /opt/ansic)
- Get a gcc compiled for HP 11.00
  (Unfortunately newer gccs need a ANSI-c compiler to compile, so you are also out of luck compiling from source)

HTH

Martin

  parent reply	other threads:[~2005-03-10 13:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3201.1110412450.32256.bug-gnu-emacs@gnu.org>
2005-03-10  3:58 ` Emacs make errors on HP/UX Ulrich Hobelmann
2005-03-10 13:24 ` Martin Jost [this message]
2005-03-09 23:13 Lozano, Marcus

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='d0phpo$77d$1@news.mch.sbs.de' \
    --to=martin.jost@siemens.com \
    /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.