This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Please help gcc wont ./configure


"Cindy Brown" <wiacomm@starband.net> writes:

> I get this error when running ./configure
> fw2:/usr/src/gcc-3.3 # ./configure
> Configuring for a i686-pc-linux-gnu host.
> Created "Makefile" in /usr/src/gcc-3.3 using "mt-frag"
> ./configure: line 8: cc: command not found
> *** The command 'cc -o conftest -g   conftest.c' failed.
> *** You must set the environment variable CC to a working compiler.
> I dont know how to set the environment variable CC to a working compiler
> I have tried to make yast remotely get new install dir from your ftp and
> that doesnt work, error messages

You need to have a compiler before you can build gcc yourself.

You apparently are running GNU/Linux.  The distro you are using will
include a binary version of the compiler, probably with the name gcc.
Install it.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]