Determining if the PHYSFS_getPrefDir exist failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_099d7/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_099d7.dir/build.make CMakeFiles/cmTC_099d7.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_099d7.dir/CheckSymbolExists.c.o /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -o CMakeFiles/cmTC_099d7.dir/CheckSymbolExists.c.o -c /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c Linking C executable cmTC_099d7 /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_099d7.dir/link.txt --verbose=1 /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc --sysroot=/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DNDEBUG -rdynamic CMakeFiles/cmTC_099d7.dir/CheckSymbolExists.c.o -o cmTC_099d7 CMakeFiles/cmTC_099d7.dir/CheckSymbolExists.c.o: In function `main': CheckSymbolExists.c:(.text.startup+0x8): undefined reference to `PHYSFS_getPrefDir' collect2: error: ld returned 1 exit status gmake[2]: *** [CMakeFiles/cmTC_099d7.dir/build.make:87: cmTC_099d7] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_099d7/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' File /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c: /* */ #include int main(int argc, char** argv) { (void)argv; #ifndef PHYSFS_getPrefDir return ((int*)(&PHYSFS_getPrefDir))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test HAVE_ICONV_CONST failed with the following output: Change Dir: /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp Run Build Command:"/usr/bin/gmake" "cmTC_02f00/fast" gmake[1]: Entering directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' /usr/bin/gmake -f CMakeFiles/cmTC_02f00.dir/build.make CMakeFiles/cmTC_02f00.dir/build gmake[2]: Entering directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' Building CXX object CMakeFiles/cmTC_02f00.dir/src.cxx.o /home/naourr/work/instance-0/output/host/bin/arm-none-linux-gnueabi-g++ --sysroot=/home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DHAVE_ICONV_CONST -DNDEBUG -o CMakeFiles/cmTC_02f00.dir/src.cxx.o -c /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp/src.cxx /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp/src.cxx:4:98: error: new declaration 'double iconv(iconv_t, char**, size_t*, char**, size_t*)' double iconv(iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); ^ In file included from /home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp/src.cxx:2:0: /home/naourr/work/instance-0/output/host/arm-buildroot-linux-gnueabi/sysroot/usr/include/iconv.h:42:15: error: ambiguates old declaration 'size_t iconv(iconv_t, char**, size_t*, char**, size_t*)' extern size_t iconv (iconv_t __cd, char **__restrict __inbuf, ^ gmake[2]: *** [CMakeFiles/cmTC_02f00.dir/build.make:66: CMakeFiles/cmTC_02f00.dir/src.cxx.o] Error 1 gmake[2]: Leaving directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' gmake[1]: *** [Makefile:126: cmTC_02f00/fast] Error 2 gmake[1]: Leaving directory '/home/naourr/work/instance-0/output/build/supertux-0.5.1/CMakeFiles/CMakeTmp' Source file was: #include // this declaration will fail when there already exists a non const char** version which returns size_t double iconv(iconv_t cd, char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft); int main() { return 0; }