From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dean Harper To: gcc-help@gcc.gnu.org Subject: problems installing gcc, no workin cc Date: Thu, 26 Jul 2001 09:15:00 -0000 Message-id: <3B604215.3F5A561B@rchagen.com> X-SW-Source: 2001-07/msg00295.html Hello, I'm kinda new to installing software in this fashion, (configure, make, test, install) I'm trying to install GCC compiler and I get the following error; Configuring for a sparc-sun-solaris2.6 host. Created "Makefile" in /export/home/dean/gcc-2.95.2 using "mh-frag" *** The command '/usr/bin/cc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. So I downloaded (what I thought was the binaries to GCC) and un-tarred them into my /usr directory and created a CC variable my profile set it to /usr/bin/gcc (the gcc I just untarred) and now when I run the configure for GCC I get this error; Configuring for a sparc-sun-solaris2.6 host. Created "Makefile" in /export/home/dean/gcc-2.95.2 using "mh-frag" cpp: Internal compiler error: program cpp got fatal signal 9 *** The command '/usr/bin/gcc -o conftest -g conftest.c' failed. *** You must set the environment variable CC to a working compiler. Michel Duchame replied to me earlier and said I could download the binaries from www.sunfreeware.com, I've download all files regarding GCC and all I need are some instructions on how to install it. Any and all help will be appreciated, I'm really at a standstill here. regards Dean Harper