From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15206 invoked by alias); 12 May 2008 13:20:59 -0000 Received: (qmail 15198 invoked by uid 22791); 12 May 2008 13:20:58 -0000 X-Spam-Check-By: sourceware.org Received: from fk-out-0910.google.com (HELO fk-out-0910.google.com) (209.85.128.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 12 May 2008 13:20:40 +0000 Received: by fk-out-0910.google.com with SMTP id 19so1855826fkr.8 for ; Mon, 12 May 2008 06:20:37 -0700 (PDT) Received: by 10.86.87.13 with SMTP id k13mr14282863fgb.1.1210598437413; Mon, 12 May 2008 06:20:37 -0700 (PDT) Received: by 10.86.23.12 with HTTP; Mon, 12 May 2008 06:20:37 -0700 (PDT) Message-ID: <704e465c0805120620oa0019a2gb7ecc98217db1d40@mail.gmail.com> Date: Mon, 12 May 2008 14:02:00 -0000 From: "Praveen K M" To: gcc-help@gcc.gnu.org Subject: Help needed building gcc-2.95.3 on HPUX 11.31 IA MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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: 2008-05/txt/msg00111.txt.bz2 Hello All, I am trying to configure gcc-2.95.3 on HPUX 11.31 (on IA). This is the command i am issuing: ../gcc-2.95.3/configure --prefix=/tmp/GCC/test --with-as=/usr/ccs/bin/as --with-ld=/usr/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared I am getting the following output: Config.guess failed to determine the host type. You need to specify one. Usage: configure [OPTIONS] [HOST] Options: [defaults in brackets] --prefix=MYDIR install into MYDIR [/usr/local] --exec-prefix=MYDIR install host-dependent files into MYDIR [/usr/local] --help print this message [normal config] --build=BUILD configure for building on BUILD [BUILD=HOST] --host=HOST configure for HOST [determined via config.guess] --norecursion configure this directory only [recurse] --program-prefix=FOO prepend FOO to installed program names [""] --program-suffix=FOO append FOO to installed program names [""] --program-transform-name=P transform installed names by sed pattern P [""] --site=SITE configure with site-specific makefile for SITE --srcdir=DIR find the sources in DIR [. or ..] --target=TARGET configure for TARGET [TARGET=HOST] --tmpdir=TMPDIR create temporary files in TMPDIR [/tmp] --nfp configure for software floating point [hard float] --with-FOO, --with-FOO=BAR package FOO is available (parameter BAR) --without-FOO package FOO is NOT available --enable-FOO, --enable-FOO=BAR include feature FOO (parameter BAR) --disable-FOO do not include feature FOO Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc. My Question is 1. Can we build gcc 2.95.3 on HPUX 11.31 IA...? if yes, then 2. How should I specify (format) the host part in the configure command..? Thanks in advance.. -Praveen