I built a copy of gcc-4.3-20080208.tar.bz2 on a powerbook g4, OS X 10.4.11, xcode 2.5, with the only configure option being --enable-languages=c,c++,fortran. The build worked fine, but when I entered make pdf after the build was done, it was ran into trouble with gcc/doc/gcc.texi because of a missing file:
! I can't find file `../../gcc-4.3-20080208/gcc/../libiberty/at-file.texi'. @includezzz [EMAIL PROTECTED] @input #1 [EMAIL PROTECTED] l.1244 [EMAIL PROTECTED]/../libiberty/at-file.texi If I enter x, tex continues, but then this bug is encountered again on subsequent documents. I have been able to build the pdf files before on this same setup, but recently I've only done this after a full build (i.e., configure with no options, meaning that other things including java are built, and the full build takes much longer). I know I've been able to do a make pdf successfully in the past after only building c,c++,fortran, but I haven't tried this on a gcc 4.3 snapshot for a while, so I can't say for sure if the difference in the configure options contributes to the problem or not. -- Summary: make pdf has missing file in 4.3-20080208 Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: other AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: hal at oz dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148