This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
RE: Error message running configure on Sun Solaris 8
- From: lrtaylor at micron dot com
- To: <VMcGregor at CuraGen dot com>, <gcc-help at gcc dot gnu dot org>
- Date: Thu, 1 Jul 2004 14:07:05 -0600
- Subject: RE: Error message running configure on Sun Solaris 8
In order to install GCC from sources, you need to have a compiler
installed on your system (in order to build GCC). You either don't have
one, or it is not in your path before /usr/ucb, so the configure script
is not finding it.
Thanks,
Lyle
-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On
Behalf Of McGregor, Van
Sent: Thursday, July 01, 2004 2:06 PM
To: gcc-help@gcc.gnu.org
Subject: Error message running configure on Sun Solaris 8
Help,
Never having installed gcc on a Sun box. How do I interpret the
following message? What needs to be done to configure. Thanks for your
help.
Van
Configuring for a sparc-sun-solaris2.8 host.
Created "Makefile" in /u01/gccobj using "mh-frag"
/usr/ucb/cc: language optional software package not installed
*** The command '/usr/ucb/cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.