This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Re: configure: error: building in source directory is not supported in this release
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: fsshl at snuhbuhguh dot zzn dot com (fsshl plinlin)
- Cc: Darwin-documentation at lists dot apple dot com, gcc at gcc dot gnu dot org
- Date: Mon, 15 May 2006 14:29:43 -0400 (EDT)
- Subject: Re: Re: configure: error: building in source directory is not supported in this release
>
>
> Union-Souths-Computer:~/developer UnionSouth$ ../gcc-5250/configure
> creating cache ./config.cache
> checking host system type... powerpc-apple-darwin7.9.0
> checking target system type... powerpc-apple-darwin7.9.0
> checking build system type... powerpc-apple-darwin7.9.0
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether ln works... yes
> checking whether ln -s works... yes
> checking for gcc... no
> checking for cc... no
> configure: error: no acceptable cc found in $PATH
> ---------------------------------------------------------------
>
> I had cctools in my /developer folder, but I do not know how to
> generate cc from it?
Look at config.log and see why it fails.
-- Pinski