Skip to content

Instantly share code, notes, and snippets.

@ItchyPlant
Created November 30, 2018 08:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ItchyPlant/eddc1da4b2ae1e10a9ad6c47c5815262 to your computer and use it in GitHub Desktop.
Save ItchyPlant/eddc1da4b2ae1e10a9ad6c47c5815262 to your computer and use it in GitHub Desktop.
make -n
echo linking 3rdparty/libatomicops/src/libatomic_ops.a
cd 3rdparty/libatomicops && CC='gcc' CFLAGS='-Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG -D_ALL_SOURCE -D_XOPEN_SOURCE=500 -D_LINUX_SOURCE_COMPAT -DHAVE_LIBFFI -fPIC -DWORDS_BIGENDIAN -DMVM_TRACING=0 -DMVM_CGOTO=1 -DMVM_RDTSCP=0' ./configure && cd src && make && cd .. > /dev/null
checking build system type... powerpc-ibm-aix7.2.0.0
checking host system type... powerpc-ibm-aix7.2.0.0
checking target system type... powerpc-ibm-aix7.2.0.0
checking for a BSD-compatible install... /usr/linux/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/linux/bin/mkdir -p
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
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... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... gcc3
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/linux/bin/grep
checking for egrep... /usr/linux/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for PIC compiler flag... -fPIC
checking whether gcc -fPIC causes __PIC__ definition... yes
checking for gcc -Wextra... yes
checking for pthread_self in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
config.status: executing default commands
make[1]: Entering directory '/usr/src/MoarVM-2018.11/3rdparty/libatomicops/src'
make[1]: *** No rule to make target 'atomic_ops/sysdeps/loadstore/acquire_release_volatile.template', needed by 'atomic_ops/sysdeps/loadstore/acquire_release_volatile.h'. Stop.
make[1]: Leaving directory '/usr/src/MoarVM-2018.11/3rdparty/libatomicops/src'
make: *** [Makefile:701: 3rdparty/libatomicops/src/libatomic_ops.a] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment