public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Another question: Configuration options
@ 2001-11-12 15:58 kabir.patel
  2001-11-13  1:45 ` Claudio Bley
  0 siblings, 1 reply; 2+ messages in thread
From: kabir.patel @ 2001-11-12 15:58 UTC (permalink / raw)
  To: gcc-help





When I just type in ./configure without specifying any additional options it
come back with an error message like the following:

*** The command ' -o conftest    conftest.c' failed.
*** You must set the environment variable CC to a working compiler.

Could somebody tell me how to resolve this?

Thanks

Kabir

*******************Internet Email Confidentiality Footer*******************


Privileged/Confidential Information may be contained in this message.  If you
are not the addressee indicated in this message (or responsible for delivery of
the message to such person), you may not copy or deliver this message to anyone.
In such case, you should destroy this message and kindly notify the sender by
reply email. Please advise immediately if you or your employer does not consent
to Internet email for messages of this kind.  Opinions, conclusions and other
information in this message that do not relate to the official business of my
firm shall be understood as neither given nor endorsed by it.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Another question: Configuration options
  2001-11-12 15:58 Another question: Configuration options kabir.patel
@ 2001-11-13  1:45 ` Claudio Bley
  0 siblings, 0 replies; 2+ messages in thread
From: Claudio Bley @ 2001-11-13  1:45 UTC (permalink / raw)
  To: kabir.patel; +Cc: gcc-help

>>>>> "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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-21 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-12 15:58 Another question: Configuration options kabir.patel
2001-11-13  1:45 ` Claudio Bley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).