This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: problem
- To: gerry zhiwei zang <gzang at hicam-msd dot hitachi dot com>
- Subject: Re: problem
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 29 Sep 1999 21:17:59 -0600
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <37F2B0B3.A153BACC@hicam-msd.hitachi.com>you write:
> To Whom It May Concern,
>
> I am installing gcc-2.95.1 on my sparc 20 system, which runnig Solaris7.
> When I run the cofigure command:
> ./configure --with-local-prefix=/usr/local-- --enable-shared--
> I got the following errors:
>
>
> Configuring for a sparc-sun-solaris2.7 host.
> Created "Makefile" in /home/gzang/opt/gcc-2.95.1 using "mh-frag"
> /usr/ucb/cc: language optional software package not installed
> *** The command 'cc -o conftest -g conftest.c' failed.
> *** You must set the environment variable CC to a working compiler.
>
>
> Please let me know what is the solution.
You must have a C compiler to build GCC. Your system does not have a C
compiler installed.
jeff