This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/35148] make pdf has missing file in 4.3-20080208



------- 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)" >> $@T

(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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]