Actually, can you both try with my patch applied? If it still builds for you and then builds for me, the problem is also solved. And with proper path it looks better in any case.

(Remark: The compilation w/o maintainer mode was the usual Linux path, i.e. all under /usr/bin.)

Tobias

On 11/26/19 8:27 PM, Tobias Burnus wrote:
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

Reply via email to