#368 closed defect (invalid)
Chapter 6: gcc needs autoconf to compile
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
I have come accross this same problem mentioned in Bug 186 in version 3.3. My install was from a RedHat 7.3 system.
Basically Autoconf and Lex are required which in turn require M4, and perl. Lex requires yacc and bison.
Note:
See TracTickets
for help on using tickets.
gcc only needs autoconf to compile if certain file timestamps have been messed up (usually those involving configure.{in,ac} and the other autoconf files) as I said in this mail to Timothy just now:
The best course of action for the reporter is to delete the gcc source tree and gcc-build and re-untar the package, then try configuring again. If this still doesn't work, I'd suspect either a corrupt tarball (you didn't patch up to gcc-3.1 did you, you should get a new tarball; the GNU patches have a tendency to cause problems) or some sort of nasty clock skew.
Resolving as invalid. If the reporter has further problems, email the lfs-support list where we will be happy to help them.