Performing C SOURCE FILE Test ARCH_X86 failed with the following output: Change Dir: /accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_1a20b/fast" make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_1a20b.dir/build.make CMakeFiles/cmTC_1a20b.dir/build make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_1a20b.dir/src.c.o /accts/mlweber1/instance-0/output/host/bin/sparc-linux-gcc --sysroot=/accts/mlweber1/instance-0/output/host/sparc-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DARCH_X86 -DNDEBUG -o CMakeFiles/cmTC_1a20b.dir/src.c.o -c /accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp/src.c /accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp/src.c:3:2: error: #error not x86 #error not x86 ^~~~~ make[2]: *** [CMakeFiles/cmTC_1a20b.dir/src.c.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_1a20b/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' Source file was: #ifndef __i386__ #error not x86 #endif int main() {return 0;} Performing C SOURCE FILE Test ARCH_X86_64 failed with the following output: Change Dir: /accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/make" "cmTC_02cf7/fast" make[1]: Entering directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_02cf7.dir/build.make CMakeFiles/cmTC_02cf7.dir/build make[2]: Entering directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_02cf7.dir/src.c.o /accts/mlweber1/instance-0/output/host/bin/sparc-linux-gcc --sysroot=/accts/mlweber1/instance-0/output/host/sparc-buildroot-linux-uclibc/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DARCH_X86_64 -DNDEBUG -o CMakeFiles/cmTC_02cf7.dir/src.c.o -c /accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp/src.c /accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp/src.c:3:2: error: #error not x86_64 #error not x86_64 ^~~~~ make[2]: *** [CMakeFiles/cmTC_02cf7.dir/src.c.o] Error 1 make[2]: Leaving directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' make[1]: *** [cmTC_02cf7/fast] Error 2 make[1]: Leaving directory `/accts/mlweber1/instance-0/output/build/fastd-18/CMakeFiles/CMakeTmp' Source file was: #ifndef __x86_64__ #error not x86_64 #endif int main() {return 0;}