#186 closed defect (invalid)
Chapter 6: gcc needs autoconf to compile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | 3.0-rc2 |
Severity: | normal | Keywords: | |
Cc: |
Description
In order to compile gcc in the chrooeted environment, in chapter 6, autoconf is needed, but it is not installed yet.
Change History (2)
comment:1 by , 23 years ago
comment:2 by , 23 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
What did you do different to try to install GCC?
You only need autoconf installed if you for some reason have modified the configure.in file (to re-create the configure script).
It could happen when configure.in has a newer timestamp than configure does, but that would only happen if you do something 'special' with the directory.
Or did you use a patch to upgarde an old GCC to version 2.95.3 ?
Either way, standard LFS installations don't touch the configure.in file, so autoconf wouldn't be needed.