This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Makefile bugs in gcc-3.0
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: Makefile bugs in gcc-3.0
- From: Tom Tromey <tromey at redhat dot com>
- Date: 26 Jun 2001 11:03:24 -0600
- Cc: "John B. Brown" <jbb at vcn dot com>, gcc-bugs at gcc dot gnu dot org
- References: <20010626073449.A25310@daikokuya.demon.co.uk>
- Reply-To: tromey at redhat dot com
>>>>> "Neil" == Neil Booth <neil@daikokuya.demon.co.uk> writes:
Neil> I bet you built with srcdir == objdir. In the installation
Neil> instructions, it says that this configuration is not supported.
I think it is supported (in theory) but not recommended.
The fact that nobody does this regularly means that it will be broken
a lot.
Anyway I've reproduced this problem and I'm just waiting for a bit of
spare time to fix it. Perhaps this afternoon.
Tom