From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6594 invoked by alias); 28 Jun 2006 15:19:52 -0000 Received: (qmail 6584 invoked by uid 22791); 28 Jun 2006 15:19:51 -0000 X-Spam-Check-By: sourceware.org Received: from gate5-sandiego.nmci.navy.mil (HELO Gate5-sandiego.nmci.navy.mil) (138.163.0.37) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Jun 2006 15:19:47 +0000 Received: from nawesdnims03.nmci.navy.mil by Gate5-sandiego.nmci.navy.mil via smtpd (for sourceware.org [209.132.176.174]) with ESMTP; Wed, 28 Jun 2006 15:19:47 +0000 Received: (private information removed) Received: (private information removed) Received: (private information removed) Received: (private information removed) Received: (private information removed) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Gcc 3.4.6 Build error Date: Wed, 28 Jun 2006 15:19:00 -0000 Message-ID: <97EDE50C79AB8842828617E514853CC204E42324@NAWEMUGUEX03VA.nadsuswe.nads.navy.mil> In-Reply-To: <20060628083407.GB3148@dementia.proulx.com> From: "Mcgovern, Matthew CIV NAVAIR 521420E" To: "Bob Proulx" Cc: X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00253.txt.bz2 The only option to configure was: --prefix=3D/usr/local/gccbuild. I did a mkdir of "gccbuild", but the object directory is /usr/local/gccobj. I used the "gccbuild" directory because of the recommendation that the object directory not be in the same path as the build directory, or vice versa. The source directory is in a totally different path.=20=20 I don't know if I'm using the native HP C compiler. I don't think it is installed on this system. I'm trying to install gcc so that I can upgrade/install Apache web server (httpd 2.0). The Apache is not building and I think it's because I don't have any compilers installed on the system. The OS load was conducted using a proprietary set of tapes with proprietary software, not by installing from a factory released build, so I think they didn't install any compilers on the system. =20 I don' t know what the bundled K&R compiler or the ANSI C compiler are. As you can tell I'm not as knowledgeable as I should be, but I need to upgrade my web server for security reasons. VR, Matt -----Original Message----- From: Bob Proulx [mailto:bob@proulx.com]=20 Sent: Wednesday, June 28, 2006 1:34 To: Mcgovern, Matthew CIV NAVAIR 521420E Cc: gcc-help@gcc.gnu.org Subject: Re: Gcc 3.4.6 Build error Mcgovern, Matthew CIV NAVAIR 521420E wrote: > I am attempting to install a native gcc 3.4.6 on an HP-UX 10.20 OS. > I've successfully run configure. The srcdir is separate from objdir. > When I try to build the system I get the following error: >=20 > Cpp: libgnuintl.h line 301 error 4065 Recursion in macro=20 > "libintl_set_relocation_prefix" Exactly what were the options to configure? Are you using the native HP C compiler? Is this the bundled K&R compiler or the optionally installed ANSI C compiler? > Any suggestions on how to solve this and continue with the build? Depending upon the above answer you may need to bootstrap yourself using a previously compiled binary version of gcc. Bob