This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Confused about build proceedure srcdir vs objdir


Harry Putnam <reader@newsguy.com> writes:

> I'm not sure what an `objdir' refers to or what under gcc-3.0.2 is
> considered `srcdir'.  Or how one knows when they are outside the
> `tree'.  I don't see the familiar `src' subdirectory.

'scrdir' and its subdirectories contain the contents of the tarball,
'objdir' is the root of the directory hierarchy in which the build
takes place.

At the beginning, you have to create objdir manually, and invoke the
configure script in srcdir.


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