https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101834

--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Also, after 'make clean' you can no longer do 'make all'

c++tools$ make clean all
# --enable-maintainer-mode to rebuild
/home/jwakely/src/gcc/gcc/c++tools/configure, or make MAINTAINER=touch
# --enable-maintainer-mode to rebuild
/home/jwakely/src/gcc/gcc/c++tools/config.h.in, or make MAINTAINER=touch
rm -f g++-mapper-server
g++ -g -O2 -fno-exceptions -fno-rtti
-I/home/jwakely/src/gcc/gcc/c++tools/../libcody
-I/home/jwakely/src/gcc/gcc/c++tools/../include
-I/home/jwakely/src/gcc/gcc/c++tools/../gcc -I. -I../gcc \
  -MMD -MP -MF server.d -c -o server.o
/home/jwakely/src/gcc/gcc/c++tools/server.cc
g++ -static-libstdc++ -static-libgcc   -o g++-mapper-server server.o resolver.o
../libcody/libcody.a ../libiberty/libiberty.a 
g++-mapper-server ../gcc/g++-mapper-server
make: g++-mapper-server: No such file or directory
make: *** [Makefile:101: ../gcc/g++-mapper-server] Error 127

Reply via email to