https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116730
--- Comment #32 from Hime Haieto <himehaieto at gmail dot com> --- (In reply to Jonathan Wakely from comment #28) > (In reply to Hime Haieto from comment #27) > > Also, the links don't even correctly point to the sources in the first > > place, > > They do for me. > > > yet the build still completed for me with broken symlinks anyway. As > > That makes no sense. > > > for why I tried removing the manual make rule entirely a little earlier. > > The files are needed for the build, so I don't see how it can complete > without them. We certainly can't just remove those rules, because then the > files wouldn't be compiled. Them pointing to the correct place for you and not me may be because of the path kinds of issues that have been discussed so much already. I'm sure that source files are needed to compile code, though they don't always need to have copies(/links) made in the build directory (I have a huge number of build directories with zero source files for other projects), and autotools should usually be able to handle such things for you. But I do not come with intimate background on the specific build here.