From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11381 invoked by alias); 30 Aug 2002 02:23:53 -0000 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 Received: (qmail 11371 invoked from network); 30 Aug 2002 02:23:51 -0000 Received: from unknown (HELO orion2.com) (165.21.21.188) by sources.redhat.com with SMTP; 30 Aug 2002 02:23:51 -0000 Received: from cohq05c.singtel.com.sg ([165.21.21.40]) by orion2.com (8.9.3+Sun/8.9.1) with SMTP id KAA05323 for ; Fri, 30 Aug 2002 10:21:12 +0800 (SGT) Received: from 10.20.1.44 by cohq05c.singtel.com.sg (InterScan E-Mail VirusWall NT); Fri, 30 Aug 2002 10:21:45 +0800 Received: by IMHQ05B with Internet Mail Service (5.5.2653.19) id ; Fri, 30 Aug 2002 10:23:22 +0800 Message-ID: <7CB8215A78BB9644B3F3ABCA7D55E68AE88D29@exhq05a5> From: Samuel Lee Kwek Ming To: "'gcc-help@gcc.gnu.org.'" Subject: RE: gcc Date: Thu, 29 Aug 2002 19:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" X-SW-Source: 2002-08/txt/msg00257.txt.bz2 Hi I am trying to install gcc C compiler onto my server and I got the error message shown below when trying to do the configure. There isn't a working compiler in the server as required by the configuration so I am not sure what the variable CC shd be set to. I was told to look for a binary version but could not locate in the gnu website. Would appreciate your assistance. Thanks. Regards Sam ============================================================================ ================== [ntms2ap]/PROD_pri/users/install # echo $objdir /PROD_pri/users/install [ntms2ap]/PROD_pri/users/install # echo $srcdir /NTMS2_PROD/production/backup/install/gcc-3.1.1 [ntms2ap]/PROD_pri/users/install # $srcdir/configure Configuring for a powerpc-ibm-aix4.3.3.0 host. *** This configuration is not supported in the following subdirectories: target-libffi target-boehm-gc target-zlib target-libjava (Any other directories should still work fine.) Created "Makefile" in /PROD_pri/users/install using "mt-frag" /NTMS2_PROD/production/backup/install/gcc-3.1.1/configure[1486]: /NTMS2_PROD/pro duction/backup/install/gcc-3.1.1/gcc: 0403-006 Execute permission denied. *** The command '/NTMS2_PROD/production/backup/install/gcc-3.1.1/gcc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. [ntms2ap]/PROD_pri/users/install # echo $CC /NTMS2_PROD/production/backup/install/gcc-3.1.1/gcc [ntms2ap]/PROD_pri/users/install # echo $PATH /usr/Tivoli/bin/aix4-r1/bin:/usr/Tivoli/bin/aix4-r1/ADE:/usr/Tivoli/bin/aix4 -r1/ AEF:/usr/Tivoli/bin/aix4-r1/kerberos:/usr/bin:/etc:/usr/sbin:/usr/ucb:/usr/b in/X 11:/sbin:/usr/sbin/cluster:/usr/local/bin:/usr/local/sbin:/usr/local/gcc:/NT MS2_ PROD/production/backup/install/gcc-3.1.1/gcc