From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Martin Jost" Newsgroups: gmane.emacs.bugs Subject: Re: Emacs make errors on HP/UX Date: Thu, 10 Mar 2005 14:24:06 +0100 Organization: Siemens Business Services Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1110462662 9920 80.91.229.2 (10 Mar 2005 13:51:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Mar 2005 13:51:02 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Mar 10 14:51:02 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D9O1Z-0004uS-FT for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 14:48:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9OGR-0005jG-2a for geb-bug-gnu-emacs@m.gmane.org; Thu, 10 Mar 2005 09:03:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D9OCH-0004LQ-50 for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 08:59:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D9OC9-0004Hd-81 for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 08:59:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D9OC8-0004G9-Tr for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 08:59:21 -0500 Original-Received: from [193.4.58.12] (helo=horus.isnic.is) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D9Nss-0005Qi-5S for bug-gnu-emacs@gnu.org; Thu, 10 Mar 2005 08:39:26 -0500 Original-Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by horus.isnic.is (8.12.9p2/8.12.9/isnic) with ESMTP id j2ADOCuC039067 for ; Thu, 10 Mar 2005 13:24:14 GMT (envelope-from news@sbs.de) Original-Received: from mail3.siemens.de (mail3.siemens.de [139.25.208.14]) by david.siemens.de (8.12.6/8.12.6) with ESMTP id j2ADOBac022491 for ; Thu, 10 Mar 2005 14:24:11 +0100 Original-Received: from news.mch.sbs.de (news.mch.sbs.de [139.25.208.17]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id j2ADOBVs009289 for ; Thu, 10 Mar 2005 14:24:11 +0100 Original-Received: (from news@localhost) by news.mch.sbs.de (8.11.7/8.11.7) id j2ADO9A07407 for gnu-emacs-bug@moderators.isc.org; Thu, 10 Mar 2005 14:24:09 +0100 (MET) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 34 Original-NNTP-Posting-Host: mhhbuhuc.ww200.siemens.net Original-X-Trace: news.mch.sbs.de 1110461048 7405 139.21.8.114 (10 Mar 2005 13:24:08 GMT) Original-X-Complaints-To: abuse@siemens.de Original-NNTP-Posting-Date: Thu, 10 Mar 2005 13:24:08 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geb-bug-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.bugs:10901 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:10901 "Lozano, Marcus" 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