This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: problem building 4.0.0
Hi Eljay,
Configuring in an external directory doesn't make any difference.
I still get the same build error.
Thanks for pointing out that objdir subdirectories aren't supported though.
I'd missed that, obviously.
-Bryan
On Mon, Apr 25, 2005 at 12:17:16PM -0500, Eljay Love-Jensen wrote:
> Hi Bryan,
>
> >- build was configured in the standard way, i.e. cd gcc-4.0.0; mkdir objdir; cd objdir; ../configure --prefix=.....
>
> That "configured in the standard way" is not supported by GCC 4.x or 3.x or 2.x.
>
> Do not configure in the same directory as the source.
>
> Do not configure in any subdirectory of the source.
>
> HTH,
> --Eljay