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

--- Comment #2 from Tor <torel at simula dot no> ---
Same issue on gcc-11.1.0.  Can't pick D language on x86_64/amd64 platform.

make[2]: Leaving directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/zlib'
make[2]: Entering directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/libphobos'
make "AR_FLAGS=rc" "CC_FOR_BUILD=x86_64-linux-gnu-gcc"
"CC_FOR_TARGET=/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/xgcc
-B/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/"
"CCASFLAGS=-g -O2" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2 -D_GNU_SOURCE"
"CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2"
"GDC_FOR_TARGET=/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/gdc
-B/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/"
"GDC=/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/gdc
-B/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/
-B/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/bin/
-B/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/lib/ -isystem
/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/include -isystem
/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/sys-include   -fchecking=1"
"GDCFLAGS=-O2 -g" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install
-c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c"
"INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -O2"
"LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=make" "MAKEINFO=makeinfo
--split-size=5000000 --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET="
"SHELL=/bin/sh" "RUNTESTFLAGS=" "exec_prefix=/cm/shared/apps/gcc/11.1.0"
"infodir=/cm/shared/apps/gcc/11.1.0/share/info"
"libdir=/cm/shared/apps/gcc/11.1.0/usr/lib"
"includedir=/cm/shared/apps/gcc/11.1.0/include"
"prefix=/cm/shared/apps/gcc/11.1.0"
"tooldir=/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu"
"gdc_include_dir=/cm/shared/apps/gcc/11.1.0/usr/lib/gcc/x86_64-linux-gnu/11/include/d"
"AR=x86_64-linux-gnu-ar"
"AS=/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/as"
"LD=/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/collect-ld"
"RANLIB=x86_64-linux-gnu-ranlib"
"NM=/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/nm"
"NM_FOR_BUILD=" "NM_FOR_TARGET=x86_64-linux-gnu-nm" "DESTDIR=" "WERROR="
all-recursive
make[3]: Entering directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/libphobos'
Making all in libdruntime
make[4]: Entering directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/libphobos/libdruntime'
/bin/sh ../libtool --tag=D   --mode=compile
/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/gdc
-B/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/./gcc/
-B/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/bin/
-B/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/lib/ -isystem
/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/include -isystem
/cm/shared/apps/gcc/11.1.0/x86_64-linux-gnu/sys-include   -fchecking=1
-prefer-pic -fversion=Shared -Wall  -frelease  -ffunction-sections
-fdata-sections -fcf-protection -mshstk -fversion=CET -O2 -g  -nostdinc -I
../../../../libphobos/libdruntime -I . -c -o core/atomic.lo
../../../../libphobos/libdruntime/core/atomic.d
/bin/sh: ../libtool: No such file or directory
Makefile:2338: recipe for target 'core/atomic.lo' failed
make[4]: *** [core/atomic.lo] Error 127
make[4]: Leaving directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/libphobos/libdruntime'
Makefile:484: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/libphobos'
Makefile:411: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64/x86_64-linux-gnu/libphobos'
Makefile:23601: recipe for target 'all-target-libphobos' failed
make[1]: *** [all-target-libphobos] Error 2
make[1]: Leaving directory
'/home/torel/workspace/GCC/gcc-11_1_0-release/Build-x86_64'
Makefile:1001: recipe for target 'all' failed
make: *** [all] Error 2
torel@srl-login1:~/workspace/GCC/gcc-11_1_0-release/Build-x86_64$

Reply via email to