This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: new build scheme naming
- From: Nathanael Nerode <neroden at doctormoo dot dyndns dot org>
- To: DJ Delorie <dj at delorie dot com>
- Cc: binutils at sources dot redhat dot com, gcc at gcc dot gnu dot org
- Date: Mon, 8 Jul 2002 08:24:18 -0400
- Subject: Re: new build scheme naming
- References: <20020706222518.GA15338@doctormoo.dyndns.org> <200207072035.g67KZfS12382@envy.delorie.com>
On Sun, Jul 07, 2002 at 04:35:41PM -0400, DJ Delorie wrote:
>
> This will make debugging harder, because the executables to be
> debugged won't be in the same directory you type "make" in. Perhaps
> the executables could be linked or copied to the new area, instead of
> being created there?
Hmm. I will look into this; it's a subtle issue.
Of course, the executables aren't in the same directory you type 'make'
in right now; they're in subdirectories.
--Nathanael