Hello Team, I am trying to build GNU Make 4.4.1 on zOS. My environment details:
1. zOS: $ uname -r OS/390 XXXXXX 28.00 04 3931 2. Compiler: $ ibm-clang --version IBM Open XL C/C++ 1.1 for z/OS, (5650-ZOS), clang version 14.0.0 I am hitting the following error: $ ./configure MAKE=gmake CXX=ibm-clang++ CC=ibm-clang CPPFLAGS=-m64 -DNSIG=42 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE -D_OPEN_SYS_FILE_EXT=1 -D_AE_BIMODAL=1 -D_ENHANCED_ASCII_EXT=0xFFFFFFF -DZOSLIB_OVERRIDE_CLIB=1 CFLAGS=-std=gnu11 -mnocsect -m64 -I/u/data002/pkarthi/MAKE-441/zoslib-zopen2/include LDFLAGS=-L/u/data002/pkarthi/MAKE-441/zoslib-zopen2/lib LIBS=-lzoslib trap: ./configure 2326: FSUM7327 signal number 13 not conventional checking for a BSD-compatible install... ./build-aux/install-sh -c checking whether build environment is sane... yes checking for a race-free mkdir -p... ./build-aux/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether gmake sets $(MAKE)... yes checking whether gmake supports nested variables... yes checking whether gmake supports the include directive... yes (GNU style) checking for gcc... ibm-clang checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... configure: error: in `/u/data002/pkarthi/MAKE-441/make-4.4.1': configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details Is this platform supported? Please share your inputs. Thanks, Prem