This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new build scheme naming


> Of course, the executables aren't in the same directory you type 'make'
> in right now; they're in subdirectories.

If you're debugging gcc, the current directory is the gcc
subdirectory.  You type "make cc1" and it builds cc1 right there, and
you can "gdb cc1" and it works.  You're also in the right directory to
"make clean" or "nm" or a whole list of other debugging techniques.
If you do "./configure; make" then that's the same directory for
grepping the sources or running etags.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]