Re: No acceptable C compiler was found in $PATH
From: William Allison (wallison1_at_sc.rr.com.remove)
Date: 12/21/04
- Next message: Hans Nowak: "Re: Boo who? (was Re: newbie question)"
- Previous message: Doug Holton: "Re: atmosphere on c.l.py (WAS: How about "pure virtual methods"?)"
- In reply to: banaticus: "No acceptable C compiler was found in $PATH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 21 Dec 2004 00:18:26 GMT
On Mon, 20 Dec 2004 03:58:20 +0000, banaticus wrote:
>
> What does this error message mean? What can I do to fix it?
>
> Here'e the command that I just tried running, and the messages that
> I received. I just barely unpacked python.
>
> linux:/Python-2.4 # ./configure
> checking MACHDEP... linux2
> checking EXTRAPLATDIR...
> checking for --without-gcc... no
> checking for --with-cxx=<compiler>... no
> checking for c++... no
> checking for g++... no
> checking for gcc... no
> checking for CC... no
> checking for cxx... no
> checking for cc++... no
> checking for cl... no
> checking for gcc... no
> checking for cc... no
> checking for cc... no
> checking for cl... no
> configure: error: no acceptable C compiler found in $PATH
> See `config.log' for more details.
> linux:/Python-2.4 #
Looks like you don't have gcc installed. You should try "gcc -v" at
the console. If it comes back as "command not found" or something
similar, that's your problem.
- Next message: Hans Nowak: "Re: Boo who? (was Re: newbie question)"
- Previous message: Doug Holton: "Re: atmosphere on c.l.py (WAS: How about "pure virtual methods"?)"
- In reply to: banaticus: "No acceptable C compiler was found in $PATH"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|