From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9366 invoked by alias); 5 Jan 2002 06:04:31 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 9320 invoked by uid 61); 5 Jan 2002 06:04:29 -0000 Date: Fri, 04 Jan 2002 22:04:00 -0000 Message-ID: <20020105060429.9319.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, java-prs@gcc.gnu.org, nobody@gcc.gnu.org, rdailey@usgs.gov, rodrigc@gcc.gnu.org From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, java-prs@gcc.gnu.org, nobody@gcc.gnu.org, rdailey@usgs.gov, rodrigc@gcc.gnu.org, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: java/5196: make fail: Must be a separator on rules line 654. (HP Itanium System, HP-UX 11.20) X-SW-Source: 2002-01/txt/msg00222.txt.bz2 List-Id: Synopsis: make fail: Must be a separator on rules line 654. (HP Itanium System, HP-UX 11.20) State-Changed-From-To: open->feedback State-Changed-By: rodrigc State-Changed-When: Fri Jan 4 22:04:28 2002 State-Changed-Why: The makefile error you got was in the fastjar directory. This is not a critical part of gcc. If you do not want the java compiler, you can use the --enable-languages flag to configure to only enable the languages you want, see: http://gcc.gnu.org/install/configure.html The other workaround you could try would be to: (1) Use GNU make to build gcc. (2) Set the CONFIG_SHELL environment variable to /bin/ksh before building gcc. Do any of those workarounds help? http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5196