[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gcc problem on install
From: |
Kelly Marquardt |
Subject: |
gcc problem on install |
Date: |
Fri, 09 May 2003 13:33:19 -0500 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 |
I'm trying to install a2ps under Solaris and I get the following error
when running configure...
address@hidden ./configure --prefix=$HOME
loading cache ./config.cache
checking for a BSD compatible install... /sw/pd/gnu/bin/install -c
checking whether build environment is sane... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking whether make sets ${MAKE}... yes
checking for mawk... (cached) nawk
checking for gm4... no
checking for gnum4... no
checking for m4... /usr/ccs/bin/m4
checking whether m4 supports frozen files... no
checking for a BSD compatible install... /sw/pd/gnu/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... (cached) yes
checking for perl... /usr/bin/perl
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no
configure: error: installation or configuration problem: C compiler
cannot create executables.
The config.log contains the following information:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:648: checking for a BSD compatible install
configure:705: checking whether build environment is sane
configure:775: checking for mawk
configure:775: checking for gawk
configure:775: checking for nawk
configure:808: checking whether make sets ${MAKE}
configure:915: checking for mawk
configure:952: checking for gm4
configure:952: checking for gnum4
configure:952: checking for m4
configure:986: checking whether m4 supports frozen files
configure:1010: checking for a BSD compatible install
configure:1067: checking whether ln -s works
configure:1088: checking whether make sets ${MAKE}
configure:1130: checking for perl
configure:1185: checking for gcc
configure:1310: checking whether the C compiler (gcc ) works
configure:1326: gcc -o conftest conftest.c 1>&5
<command line>:1:10: warning: "cpu" re-asserted
<command line>:1:14: warning: "machine" re-asserted
cpp: -lang-c: linker input file unused because linking not done
gcc: installation problem, cannot exec cc1: No such file or directory
configure: failed program was:
#line 1321 "configure"
#include "confdefs.h"
int main(){return(0);}
It seems like there's something wrong with how gcc is installed here,
maybe. Any help you could provide would be appreciated.
Regards,
Kelly Marquardt
--
--------------------------------------------
Kelly J. Marquardt address@hidden
Cray Inc. tel: 715.726.4055
P.O. Box 6000 fax: 715.726.4739
Chippewa Falls, WI 54729
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gcc problem on install,
Kelly Marquardt <=