On 11/26/19 8:13 PM, Iain Sandoe wrote:
Right, It’s not been broken at all AFAICT - I build it daily on Darwin
(often several times) and
frequently on Linux - as does anyone building —enable-languages=all
Ideas are welcome. I first did:
.../configure --prefix=/home/tburnus/projects/gcc-trunk
--enable-maintainer-mode --enable-languages=c,c++,fortran,lto,default
--prefix=…
make -j12
with PATH=$pathToAutoTools/bin:$HOME with autoconf-2.69 and
automake-1.15.1 installed there. And that failed with:
*** No rule to make target '…/libobjc/../cet.m4', needed by
'…/libobjc/aclocal.m4'. Stop.
Note the wrong path – the file is in ../libobjc/../config/cet.m4.
Afterwards, I tried without --enable-maintainer-mode – and got exactly
the same error.
In any case, the directory in libobj/Makefile.in is wrong.
Cheers,
Tobias
see, for example
https://gcc.gnu.org/ml/gcc-testresults/2019-11/msg01480.html
there must be some other explanation ;)
Suggestions?
cheers
Iain