From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2685 invoked by alias); 16 Jun 2007 22:39:02 -0000 Received: (qmail 2666 invoked by uid 22791); 16 Jun 2007 22:39:01 -0000 X-Spam-Check-By: sourceware.org Received: from smtp120.sbc.mail.sp1.yahoo.com (HELO smtp120.sbc.mail.sp1.yahoo.com) (69.147.64.93) by sourceware.org (qpsmtpd/0.31) with SMTP; Sat, 16 Jun 2007 22:38:59 +0000 Received: (qmail 49215 invoked from network); 16 Jun 2007 22:38:57 -0000 Received: from unknown (HELO ?68.124.183.80?) (timothyprince@sbcglobal.net@68.124.183.80 with plain) by smtp120.sbc.mail.sp1.yahoo.com with SMTP; 16 Jun 2007 22:38:57 -0000 X-YMail-OSG: URJhWZkVM1m3HzwBfHVvNXKeEmjslXIV_wRkapIOMPDRWsi0 Message-ID: <46746681.4090301@myrealbox.com> Date: Sat, 16 Jun 2007 23:09:00 -0000 From: Tim Prince Reply-To: tprince@computer.org User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: Gabriel E Rovira Palm CC: gcc-help@gcc.gnu.org Subject: Re: Building gcc error References: <4674491f.1a01360a.3b01.ffffca88@mx.google.com> In-Reply-To: <4674491f.1a01360a.3b01.ffffca88@mx.google.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-06/txt/msg00246.txt.bz2 Gabriel E Rovira Palm wrote: > I need help on the below error. > > I am getting the following error during the building of gcc "Make: > line 1252 syntax error". I looked at the Makefile and everything seems > fine. I am trying to build the native and I use the following command > for the configuration "/usr/local/bin/gcc3/configure > -prefix=/opt/gcc/gcc- 3.2.2 -program-sufix=-3.2 -with-as=/usr/ccs/bin > -enable-nls" and the configure goes well, is when I execute the "make > bootstrap" I get the above error. > > Should I get the make form GNU to build the GCC or can I use the make > from tht eOS > > HP-UX 11.11 > Although I haven't built for HPUX for a long time, it always used to be necessary to use gnu make. However, putting so many errors in the configure command could still kill it. Better to leave out options rather than misspell them.