This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Another question: Configuration options
- From: Claudio Bley <bley at cs dot uni-magdeburg dot de>
- To: kabir dot patel at uk dot andersen dot com
- Cc: gcc-help at gcc dot gnu dot org
- Date: Wed, 21 Nov 2001 17:08:41 +0100
- Subject: Re: Another question: Configuration options
- References: <80256B0B.005409A9.00@lonhm0003.arthurandersen.com>
>>>>> "kabir" == kabir patel <kabir.patel@uk.andersen.com> writes:
kabir> When I just type in ./configure without specifying any
kabir> additional options it come back with an error message like
kabir> the following:
kabir> *** The command ' -o conftest conftest.c' failed. *** You
kabir> must set the environment variable CC to a working compiler.
kabir> Could somebody tell me how to resolve this?
kabir> Thanks
kabir> Kabir
You need a C compiler in order to compile gcc. Just set the enviroment
variable CC to a working compiler. Read the INSTALL file.
CC=kcc ./configure
as an example in Bash.
Claudio