------- Comment #2 from joseph at codesourcery dot com 2008-02-09 19:29 ------- Subject: Re: New: make pdf has missing file in 4.3-20080208
On Sat, 9 Feb 2008, hal at oz dot net wrote: > ! I can't find file `../../gcc-4.3-20080208/gcc/../libiberty/at-file.texi'. This looks like you are configuring with a relative path to the source directory. Does configuring with an absolute path (/path/to/srcdir/configure) help? If it does, I'd be inclined to make echo "@set srcdir $(srcdir)" >> [EMAIL PROTECTED] (in the rule for gcc-vers.texi) use $(abs_srcdir) instead - see if that helps when using a relative path to the source directory. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35148