------- Comment #4 from skunk at iskunk dot org 2008-02-16 18:42 ------- Argh... now I see what's going on here.
$ grep glibcxx_toolexeclibdir.= alphaev56-dec-osf4.0g/libstdc++-v3/src/Makefile glibcxx_toolexeclibdir = ${toolexecdir}/${gcc_version}$(MULTISUBDIR) $ grep gcc_version.:= alphaev56-dec-osf4.0g/libstdc++-v3/src/Makefile gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER) This is another manifestation of bug #35199. I'll update my patch to cover this instance of $(shell cat /path/to/BASE-VER), and any others in the tree. Sorry for the trouble, gentlemen. *** This bug has been marked as a duplicate of 35199 *** -- skunk at iskunk dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35197