This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Beginner GCC projects question
"Mark G. Adams" <mark.g.adams@sympatico.ca> writes:
> BTW, the link to the GNU configure and build system from
> http://gcc.gnu.org/onlinedocs/gccint/Top-Level.html#Top%20Level is
> broken. A quick google shows a couple of hits but nothing that's
> obviously official/current.
That that was the document I wrote a few years back, which can be
found at
http://www.airs.com/ian/configure/
It is out of date in detail, but correct in broad outline. Particular
changes are that the top level uses autoconf now, and autoconf changed
quite a bit with version 2.50.
A greatly expanded version of more or less the same information can be
found here:
http://sourceware.org/autobook/
This is updated, but is still out of date as of today.
Ian