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]

Re: GCC-2.95.1 on SGI O2


At 08:05 1/10/1999 -0700, Martin Swart wrote:
>
>When issuing the following command I get the error message below;
>
>/usr/local/gcc/gcc-2.95.1/configure
>
>
>Configuring for a mips-sgi-irix6.5 host.
>Created "Makefile" in /usr/local/gcc-2.95.1 using "mh-frag"
>/usr/local/gcc/gcc-2.95.1/configure[1462]: gcc=:  not found
>*** The command 'gcc= -o conftest -g   conftest.c' failed.
>*** You must set the environment variable CC to a working compiler.

	It looks you have accidentally set your compiler to the options that you
want to pass to it.  Or, now that I look at it again, accidentally defined
it as "gcc=".  Did you edit configure.in, or whatever the file is?  As a
last resort, do as configure suggests, and declare and export CC=gcc.

			Jeremy


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