This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:618: checking for a BSD compatible install configure:671: checking whether build environment is sane configure:728: checking whether make sets ${MAKE} configure:774: checking for working aclocal-1.4 configure:787: checking for working autoconf configure:800: checking for working automake-1.4 configure:813: checking for working autoheader configure:826: checking for working makeinfo configure:858: checking for gcc configure:971: checking whether the C compiler (/home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os ) works configure:987: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1013: checking whether the C compiler (/home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os ) is a cross-compiler configure:1018: checking whether we are using GNU C configure:1027: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -E conftest.c configure:1046: checking whether /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc accepts -g configure:1092: checking how to run the C preprocessor configure:1172: checking for ANSI C header files configure:1185: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1277: checking whether /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc needs -traditional configure:1325: checking for EMX configure:1339: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure: In function 'main': configure:1334:2: error: unknown type name 'kill' configure:1334:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '!' token configure: failed program was: #line 1330 "configure" #include "confdefs.h" int main() { #ifndef __EMX__ kill me! #endif ; return 0; } configure:1357: checking for OpenWatcom configure:1371: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure: In function 'main': configure:1366:2: error: unknown type name 'kill' configure:1366:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '!' token configure: failed program was: #line 1362 "configure" #include "confdefs.h" int main() { #ifndef __WATCOMC__ kill me! #endif ; return 0; } configure:1388: checking for DJGPP configure:1402: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure: In function 'main': configure:1397:2: error: unknown type name 'kill' configure:1397:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before '!' token configure: failed program was: #line 1393 "configure" #include "confdefs.h" int main() { #ifndef __DJGPP kill me! #endif ; return 0; } configure:1424: checking for typeof configure:1437: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1457: checking for volatile configure:1472: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1494: checking for restrict configure:1514: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1501:32: error: expected ';', ',' or ')' before 'a' configure: failed program was: #line 1499 "configure" #include "confdefs.h" static void f(int * restrict a, int * restrict b) { } int main() { int a, b; f(&a, &b); return 0; ; return 0; } configure:1536: checking for __restrict configure:1556: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1578: checking for long long configure:1590: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1610: checking for pointer comparison bug configure:1656: checking for maxint conversion bug configure:1703: checking for stdlib.h configure:1715: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1742: checking for dirent.h that defines DIR configure:1755: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1780: checking for opendir in -ldir configure:1799: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -ldir 1>&5 /home/naourr/work/instance-3/output/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-ctng_e500v2-linux-gnuspe/4.7.3/../../../../powerpc-ctng_e500v2-linux-gnuspe/bin/ld: cannot find -ldir collect2: error: ld returned 1 exit status configure: failed program was: #line 1788 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char opendir(); int main() { opendir() ; return 0; } configure:1863: checking for sys/wait.h that is POSIX.1 compatible configure:1884: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:1908: checking for alloca.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for arpa/inet.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for cygwin/process.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:28: fatal error: cygwin/process.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for cygwin/version.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:28: fatal error: cygwin/version.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for fcntl.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for grp.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for ieee.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:18: fatal error: ieee.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for interix/interix.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:29: fatal error: interix/interix.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for inttypes.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for io.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:16: fatal error: io.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for langinfo.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for limits.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for linux/falloc.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for locale.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for malloc.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for math.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for net/socket.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:24: fatal error: net/socket.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for netinet/dhcp.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:26: fatal error: netinet/dhcp.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for netinet/in_system.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:31: fatal error: netinet/in_system.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for netinet/in_systm.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for netinet/ip.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for poll.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for process.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:21: fatal error: process.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for pwd.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for search.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for setjmp.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sgtty.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for stdarg.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for string.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for strings.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/cygwin.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:24: fatal error: sys/cygwin.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for sys/file.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/fmutex.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:24: fatal error: sys/fmutex.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for sys/ioctl.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/resource.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/select.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/time.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/un.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for sys/utsname.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for termios.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for time.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for umalloc.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:21: fatal error: umalloc.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for unistd.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for unixlib.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:21: fatal error: unixlib.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for utime.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1908: checking for uwin.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1914:18: fatal error: uwin.h: No such file or directory compilation terminated. configure: failed program was: #line 1913 "configure" #include "confdefs.h" #include configure:1908: checking for values.h configure:1918: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:1950: checking for working const configure:2004: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2025: checking for inline configure:2039: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2065: checking for size_t configure:2098: checking for pid_t configure:2131: checking for socklen_t configure:2149: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2170: checking for errno configure:2187: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2209: checking whether time.h and sys/time.h may both be included configure:2223: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2244: checking whether struct tm is in sys/time.h or time.h configure:2257: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2291: checking size of unsigned short configure:2331: checking size of unsigned configure:2371: checking size of unsigned long configure:2412: checking size of unsigned long long configure:2456: checking for big endian configure:2493: checking for little endian configure:2544: checking if rename can replace existing files configure:2596: checking return type of signal handlers configure:2618: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2637: checking for strftime configure:2665: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2649:6: warning: conflicting types for built-in function 'strftime' [enabled by default] configure:2733: checking for vprintf configure:2761: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2745:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] configure:2840: checking for bcmp configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2852:6: warning: conflicting types for built-in function 'bcmp' [enabled by default] configure:2840: checking for bcopy configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2852:6: warning: conflicting types for built-in function 'bcopy' [enabled by default] configure:2840: checking for bzero configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2852:6: warning: conflicting types for built-in function 'bzero' [enabled by default] configure:2840: checking for calloc configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2852:6: warning: conflicting types for built-in function 'calloc' [enabled by default] configure:2840: checking for cfmakeraw configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for chmod configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for cygwin_conv_path configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccz2iXbN.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `cygwin_conv_path' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char cygwin_conv_path(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char cygwin_conv_path(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_cygwin_conv_path) || defined (__stub___cygwin_conv_path) choke me #else cygwin_conv_path(); #endif ; return 0; } configure:2840: checking for cygwin_conv_to_full_win32_path configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccBza8RS.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `cygwin_conv_to_full_win32_path' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char cygwin_conv_to_full_win32_path(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char cygwin_conv_to_full_win32_path(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_cygwin_conv_to_full_win32_path) || defined (__stub___cygwin_conv_to_full_win32_path) choke me #else cygwin_conv_to_full_win32_path(); #endif ; return 0; } configure:2840: checking for dirfd configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for fallocate configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for getcwd configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for getgrgid configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for getpagesize configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for getpid configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for getpwuid configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for getrlimit configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for gettimeofday configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for kqueue configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccX5Tlua.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `kqueue' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char kqueue(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char kqueue(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_kqueue) || defined (__stub___kqueue) choke me #else kqueue(); #endif ; return 0; } configure:2840: checking for malloc_trim configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for mallopt configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for mkdir configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for mktime configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for nl_langinfo configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for poll configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for popen configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for posix_fallocate configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for raise configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for select configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for setlocale configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for setpgid configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for setrlimit configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for setsid configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for sigaction configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for sigblock configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for sigdelset configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for sigprocmask configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for sigsetmask configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for snprintf configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2852:6: warning: conflicting types for built-in function 'snprintf' [enabled by default] configure:2840: checking for strdup configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2852:6: warning: conflicting types for built-in function 'strdup' [enabled by default] configure:2840: checking for strptime configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for strtod configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for strtoimax configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for strtol configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for strtoll configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for strtoq configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for strtoul configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for tdelete configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for tempnam configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/cce1NZxc.o: In function `main': conftest.c:(.text.startup+0xc): warning: the use of `tempnam' is dangerous, better use `mkstemp' configure:2840: checking for tfind configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for tsearch configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for uname configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for unixpath2win configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccObqXHj.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `unixpath2win' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char unixpath2win(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char unixpath2win(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_unixpath2win) || defined (__stub___unixpath2win) choke me #else unixpath2win(); #endif ; return 0; } configure:2840: checking for utime configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for utimes configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2840: checking for uwin_path configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccQ5HJWq.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `uwin_path' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char uwin_path(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char uwin_path(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_uwin_path) || defined (__stub___uwin_path) choke me #else uwin_path(); #endif ; return 0; } configure:2840: checking for winpath2unix configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccgVjwqu.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `winpath2unix' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char winpath2unix(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char winpath2unix(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_winpath2unix) || defined (__stub___winpath2unix) choke me #else winpath2unix(); #endif ; return 0; } configure:2840: checking for _heapmin configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccmDG63w.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `_heapmin' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _heapmin(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _heapmin(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__heapmin) || defined (__stub____heapmin) choke me #else _heapmin(); #endif ; return 0; } configure:2840: checking for _ucreate configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/cciihywz.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `_ucreate' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _ucreate(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _ucreate(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__ucreate) || defined (__stub____ucreate) choke me #else _ucreate(); #endif ; return 0; } configure:2840: checking for _udefault configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccmkYvUB.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `_udefault' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _udefault(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _udefault(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__udefault) || defined (__stub____udefault) choke me #else _udefault(); #endif ; return 0; } configure:2840: checking for _udestroy configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/cc0fpJLH.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `_udestroy' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _udestroy(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _udestroy(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__udestroy) || defined (__stub____udestroy) choke me #else _udestroy(); #endif ; return 0; } configure:2840: checking for _uopen configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccWmxYeH.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `_uopen' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _uopen(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _uopen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__uopen) || defined (__stub____uopen) choke me #else _uopen(); #endif ; return 0; } configure:2840: checking for __strtoll configure:2868: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccTIio3J.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `__strtoll' collect2: error: ld returned 1 exit status configure: failed program was: #line 2845 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char __strtoll(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char __strtoll(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub___strtoll) || defined (__stub_____strtoll) choke me #else __strtoll(); #endif ; return 0; } configure:2897: checking for strlen configure:2925: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2909:6: warning: conflicting types for built-in function 'strlen' [enabled by default] configure:2950: checking for strlen configure:2962: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2986: checking for strcpy configure:3014: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:2998:6: warning: conflicting types for built-in function 'strcpy' [enabled by default] configure:3039: checking for strcpy configure:3051: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3075: checking for strchr configure:3103: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3087:6: warning: conflicting types for built-in function 'strchr' [enabled by default] configure:3128: checking for strchr configure:3140: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3164: checking for strrchr configure:3192: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3176:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] configure:3217: checking for strrchr configure:3229: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3253: checking for strcmp configure:3281: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3265:6: warning: conflicting types for built-in function 'strcmp' [enabled by default] configure:3306: checking for strcmp configure:3318: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3342: checking for strncmp configure:3370: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3354:6: warning: conflicting types for built-in function 'strncmp' [enabled by default] configure:3395: checking for strncmp configure:3407: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3431: checking for strcspn configure:3459: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3443:6: warning: conflicting types for built-in function 'strcspn' [enabled by default] configure:3484: checking for strcspn configure:3496: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3520: checking for strspn configure:3548: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3532:6: warning: conflicting types for built-in function 'strspn' [enabled by default] configure:3573: checking for strspn configure:3585: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3609: checking for strstr configure:3637: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3621:6: warning: conflicting types for built-in function 'strstr' [enabled by default] configure:3662: checking for strstr configure:3674: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3698: checking for memchr configure:3726: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3710:6: warning: conflicting types for built-in function 'memchr' [enabled by default] configure:3751: checking for memchr configure:3763: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3787: checking for memcmp configure:3815: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3799:6: warning: conflicting types for built-in function 'memcmp' [enabled by default] configure:3840: checking for memcmp configure:3852: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3876: checking for memcpy configure:3904: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3888:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] configure:3929: checking for memcpy configure:3941: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3965: checking for memmove configure:3993: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:3977:6: warning: conflicting types for built-in function 'memmove' [enabled by default] configure:4018: checking for memmove configure:4030: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4054: checking for memset configure:4082: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4066:6: warning: conflicting types for built-in function 'memset' [enabled by default] configure:4107: checking for memset configure:4119: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4143: checking for memmem configure:4171: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4196: checking for memmem configure:4209: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4233: checking for strerror configure:4261: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4286: checking for strerror configure:4298: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4320: checking for sigfillset configure:4332: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4354: checking for sigsetjmp/siglongjmp configure:4366: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4388: checking for __builtin_add_overflow configure:4400: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccrTT7Xh.o: In function `main': conftest.c:(.text.startup+0x1c): undefined reference to `__builtin_add_overflow' collect2: error: ld returned 1 exit status configure: failed program was: #line 4393 "configure" #include "confdefs.h" int main() { int a = 1, b = 2, c; return __builtin_add_overflow(a, b, &c); ; return 0; } configure:4428: checking for requested debug level configure:4451: checking if you want to use graphics configure:4461: checking if you want to enable UTF-8 terminal configure:4486: checking for clock_gettime configure:4514: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4595: checking for socket configure:4623: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4794: checking for setsockopt configure:4822: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:4893: checking for gethostbyname configure:4921: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5099: checking for getaddrinfo configure:5127: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5099: checking for freeaddrinfo configure:5127: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5099: checking for gai_strerror configure:5127: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5163: checking for inet_ntop configure:5191: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5163: checking for inet_pton configure:5191: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5163: checking for dhcp_option configure:5191: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 /tmp/ccFS6icq.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `dhcp_option' collect2: error: ld returned 1 exit status configure: failed program was: #line 5168 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char dhcp_option(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dhcp_option(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dhcp_option) || defined (__stub___dhcp_option) choke me #else dhcp_option(); #endif ; return 0; } configure:5163: checking for herror configure:5191: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5224: checking for ipv6 configure:5243: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5267: checking for sockaddr_in6.sin6_scope_id configure:5286: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c 1>&5 configure:5318: checking for event.h configure:5328: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:5318: checking for ev-event.h configure:5328: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:5324:22: fatal error: ev-event.h: No such file or directory compilation terminated. configure: failed program was: #line 5323 "configure" #include "confdefs.h" #include configure:5356: checking for event_loop in -levent configure:5375: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_base_set configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_get_version configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_get_method configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_base_free configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_base_new configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_reinit configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_base_get_method configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_config_set_flag configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5465: checking for event_get_struct_event_size configure:5493: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -levent 1>&5 configure:5521: checking for pow in -lm configure:5540: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 configure:5533:6: warning: conflicting types for built-in function 'pow' [enabled by default] configure:5613: checking for pow configure:5625: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 configure:5646: checking for powf configure:5658: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 configure:5876: checking for OS/2 threads configure:5890: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -Zmt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: error: unrecognized command line option '-Zmt' configure: failed program was: #line 5883 "configure" #include "confdefs.h" #include int main() { _beginthread(NULL, NULL, 0, NULL) ; return 0; } configure:5916: checking for atheos/threads.h configure:5926: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >/dev/null 2>conftest.out configure:5922:28: fatal error: atheos/threads.h: No such file or directory compilation terminated. configure: failed program was: #line 5921 "configure" #include "confdefs.h" #include configure:5955: checking for spawn_thread configure:5983: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 /tmp/cc1XFMKd.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `spawn_thread' collect2: error: ld returned 1 exit status configure: failed program was: #line 5960 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char spawn_thread(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char spawn_thread(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_spawn_thread) || defined (__stub___spawn_thread) choke me #else spawn_thread(); #endif ; return 0; } configure:5955: checking for resume_thread configure:5983: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 /tmp/ccFHaJBh.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `resume_thread' collect2: error: ld returned 1 exit status configure: failed program was: #line 5960 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char resume_thread(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char resume_thread(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_resume_thread) || defined (__stub___resume_thread) choke me #else resume_thread(); #endif ; return 0; } configure:6011: checking for MouOpen configure:6039: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 /tmp/ccGzunik.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `MouOpen' collect2: error: ld returned 1 exit status configure: failed program was: #line 6016 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char MouOpen(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char MouOpen(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_MouOpen) || defined (__stub___MouOpen) choke me #else MouOpen(); #endif ; return 0; } configure:6011: checking for _read_kbd configure:6039: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c -lm -levent 1>&5 /tmp/ccIxQu5m.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `_read_kbd' collect2: error: ld returned 1 exit status configure: failed program was: #line 6016 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _read_kbd(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _read_kbd(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__read_kbd) || defined (__stub____read_kbd) choke me #else _read_kbd(); #endif ; return 0; } configure:6064: checking for XFree for OS/2 configure:6303: checking for openssl configure:6310: checking OPENSSL_CFLAGS configure:6315: checking OPENSSL_LIBS configure:6347: checking for OpenSSL configure:6359: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6558: checking for openssl/x509v3.h configure:6568: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:6604: checking for RAND_add configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for RAND_egd configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for RAND_file_name configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for RAND_load_file configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for RAND_write_file configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for OPENSSL_init_ssl configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 /tmp/cc6UzxLE.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `OPENSSL_init_ssl' collect2: error: ld returned 1 exit status configure: failed program was: #line 6609 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char OPENSSL_init_ssl(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char OPENSSL_init_ssl(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_OPENSSL_init_ssl) || defined (__stub___OPENSSL_init_ssl) choke me #else OPENSSL_init_ssl(); #endif ; return 0; } configure:6604: checking for SSL_load_error_strings configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for SSL_get_ssl_method configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for SSLv2_client_method configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for SSLv3_client_method configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for TLSv1_client_method configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for TLSv1_1_client_method configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for TLSv1_2_client_method configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6604: checking for ASN1_STRING_get0_data configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 /tmp/cc6fAnNl.o: In function `main': conftest.c:(.text.startup+0xc): undefined reference to `ASN1_STRING_get0_data' collect2: error: ld returned 1 exit status configure: failed program was: #line 6609 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char ASN1_STRING_get0_data(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char ASN1_STRING_get0_data(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_ASN1_STRING_get0_data) || defined (__stub___ASN1_STRING_get0_data) choke me #else ASN1_STRING_get0_data(); #endif ; return 0; } configure:6604: checking for X509_get_ext_d2i configure:6632: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6686: checking for zlib.h configure:6696: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:6723: checking for inflate in -lz configure:6742: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6782: checking for bzlib.h configure:6792: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:6819: checking for BZ2_bzDecompress in -lbz2 configure:6838: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6879: checking for lzma.h configure:6889: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:6916: checking for lzma_auto_decoder in -llzma configure:6935: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6989: checking for OpenMP configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6999:17: fatal error: omp.h: No such file or directory compilation terminated. configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -fopenmp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6999:17: fatal error: omp.h: No such file or directory compilation terminated. configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -openmp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6999:17: fatal error: omp.h: No such file or directory compilation terminated. configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -mp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: error: unrecognized command line option '-mp' configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -xopenmp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: error: language openmp not recognized powerpc-ctng_e500v2-linux-gnuspe-gcc: error: language openmp not recognized configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -omp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:6999:17: fatal error: omp.h: No such file or directory compilation terminated. configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -qsmp=omp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: error: unrecognized command line option '-qsmp=omp' configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7017: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -mp -lstdc++ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: error: unrecognized command line option '-mp' configure: failed program was: #line 6998 "configure" #include "confdefs.h" #include int main() { int enabled = 1; int i = 1; int j = 3; #pragma omp parallel default(none) firstprivate(i) shared(j) if (enabled) { int n; i += omp_get_num_threads() + omp_get_thread_num(); #pragma omp for nowait for (n = 0; n < 10; n++) i += j / i; } ; return 0; } configure:7148: checking for svgalib configure:7160: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -lvga -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:7154:17: fatal error: vga.h: No such file or directory compilation terminated. configure: failed program was: #line 7153 "configure" #include "confdefs.h" #include int main() { vga_setmode(0) ; return 0; } configure:7191: checking for linux/fb.h configure:7201: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:7191: checking for linux/kd.h configure:7201: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:7191: checking for linux/vt.h configure:7201: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:7191: checking for sys/mman.h configure:7201: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:7507: checking for X configure:7574: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8032: checking for X11/Xlib.h configure:8042: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8032: checking for X11/X.h configure:8042: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8032: checking for X11/Xutil.h configure:8042: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8032: checking for X11/Xatom.h configure:8042: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8032: checking for X11/Xlocale.h configure:8042: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8032: checking for X11/keysymdef.h configure:8042: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8072: checking for XOpenDisplay configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XOpenDisplay(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XOpenDisplay(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XOpenDisplay) || defined (__stub___XOpenDisplay) choke me #else XOpenDisplay(); #endif ; return 0; } configure:8072: checking for XOpenIM configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XOpenIM(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XOpenIM(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XOpenIM) || defined (__stub___XOpenIM) choke me #else XOpenIM(); #endif ; return 0; } configure:8072: checking for XCloseIM configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XCloseIM(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XCloseIM(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XCloseIM) || defined (__stub___XCloseIM) choke me #else XCloseIM(); #endif ; return 0; } configure:8072: checking for XCreateIC configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XCreateIC(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XCreateIC(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XCreateIC) || defined (__stub___XCreateIC) choke me #else XCreateIC(); #endif ; return 0; } configure:8072: checking for XDestroyIC configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XDestroyIC(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XDestroyIC(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XDestroyIC) || defined (__stub___XDestroyIC) choke me #else XDestroyIC(); #endif ; return 0; } configure:8072: checking for XwcLookupString configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XwcLookupString(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XwcLookupString(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XwcLookupString) || defined (__stub___XwcLookupString) choke me #else XwcLookupString(); #endif ; return 0; } configure:8072: checking for Xutf8LookupString configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char Xutf8LookupString(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char Xutf8LookupString(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_Xutf8LookupString) || defined (__stub___Xutf8LookupString) choke me #else Xutf8LookupString(); #endif ; return 0; } configure:8072: checking for XSupportsLocale configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XSupportsLocale(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XSupportsLocale(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XSupportsLocale) || defined (__stub___XSupportsLocale) choke me #else XSupportsLocale(); #endif ; return 0; } configure:8072: checking for XmbTextListToTextProperty configure:8100: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8077 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char XmbTextListToTextProperty(); below. */ #include /* Override any gcc2 internal prototype to avoid an error. */ /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char XmbTextListToTextProperty(); int main() { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_XmbTextListToTextProperty) || defined (__stub___XmbTextListToTextProperty) choke me #else XmbTextListToTextProperty(); #endif ; return 0; } configure:8126: checking for Xsetlocale configure:8138: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/usr/lib64 -lX11 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 powerpc-ctng_e500v2-linux-gnuspe-gcc: ERROR: unsafe header/library path used in cross-compilation: '-L/usr/lib64' configure: failed program was: #line 8131 "configure" #include "confdefs.h" #include int main() { setlocale(0, NULL); return 0; ; return 0; } configure:8222: checking for windowsx.h configure:8232: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:8228:22: fatal error: windowsx.h: No such file or directory compilation terminated. configure: failed program was: #line 8227 "configure" #include "confdefs.h" #include configure:8259: checking for ReleaseDC configure:8273: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:8266:24: fatal error: windows.h: No such file or directory compilation terminated. configure: failed program was: #line 8264 "configure" #include "confdefs.h" #include #include int main() { ReleaseDC(NULL, NULL) ; return 0; } configure:8290: checking for ReleaseDC in -luser32 configure:8304: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -luser32 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:8297:25: fatal error: windows.h: No such file or directory compilation terminated. configure: failed program was: #line 8295 "configure" #include "confdefs.h" #include #include int main() { ReleaseDC(NULL, NULL) ; return 0; } configure:8320: checking for GdiFlush configure:8334: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -luser32 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:8327:24: fatal error: windows.h: No such file or directory compilation terminated. configure: failed program was: #line 8325 "configure" #include "confdefs.h" #include #include int main() { GdiFlush() ; return 0; } configure:8351: checking for GdiFlush in -lgdi32 configure:8365: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -lgdi32 -luser32 -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:8358:25: fatal error: windows.h: No such file or directory compilation terminated. configure: failed program was: #line 8356 "configure" #include "confdefs.h" #include #include int main() { GdiFlush() ; return 0; } configure:8399: checking for gui/view.h configure:8409: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.cpp >/dev/null 2>conftest.out configure:8405:22: fatal error: gui/view.h: No such file or directory compilation terminated. configure: failed program was: #line 8404 "configure" #include "confdefs.h" #include configure:8399: checking for gui/window.h configure:8409: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.cpp >/dev/null 2>conftest.out configure:8405:24: fatal error: gui/window.h: No such file or directory compilation terminated. configure: failed program was: #line 8404 "configure" #include "confdefs.h" #include configure:8399: checking for gui/desktop.h configure:8409: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.cpp >/dev/null 2>conftest.out configure:8405:25: fatal error: gui/desktop.h: No such file or directory compilation terminated. configure: failed program was: #line 8404 "configure" #include "confdefs.h" #include configure:8399: checking for gui/bitmap.h configure:8409: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.cpp >/dev/null 2>conftest.out configure:8405:24: fatal error: gui/bitmap.h: No such file or directory compilation terminated. configure: failed program was: #line 8404 "configure" #include "confdefs.h" #include configure:8399: checking for util/locker.h configure:8409: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.cpp >/dev/null 2>conftest.out configure:8405:25: fatal error: util/locker.h: No such file or directory compilation terminated. configure: failed program was: #line 8404 "configure" #include "confdefs.h" #include configure:8399: checking for util/application.h configure:8409: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.cpp >/dev/null 2>conftest.out configure:8405:30: fatal error: util/application.h: No such file or directory compilation terminated. configure: failed program was: #line 8404 "configure" #include "confdefs.h" #include configure:8940: checking for libpng >= 1.0.0 configure:8947: checking LIBPNG_CFLAGS configure:8952: checking LIBPNG_LIBS configure:9087: checking for png.h configure:9097: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:9087: checking for libpng/png.h configure:9097: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:9093:24: fatal error: libpng/png.h: No such file or directory compilation terminated. configure: failed program was: #line 9092 "configure" #include "confdefs.h" #include configure:9126: checking for png_create_info_struct configure:9154: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_set_rgb_to_gray configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_libpng_ver configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_image_width configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_image_height configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_gAMA configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_color_type configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_bit_depth configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_set_strip_alpha configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_valid configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9234: checking for png_get_sRGB configure:9262: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5 configure:9298: checking if you can include both setjmp.h and png.h configure:9311: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c 1>&5 configure:9345: checking for jpeglib.h configure:9355: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c >/dev/null 2>conftest.out configure:9382: checking for jpeg_destroy_decompress in -ljpeg configure:9401: /home/naourr/work/instance-3/output/host/bin/powerpc-ctng_e500v2-linux-gnuspe-gcc -o conftest -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -mabi=spe -mfloat-gprs=double -Wa,-me500x2 -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include/libpng16 -I/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/include conftest.c -ljpeg -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr/lib -lpng16 -lz -llzma -lbz2 -lz -L/home/naourr/work/instance-3/output/host/bin/../powerpc-buildroot-linux-gnuspe/sysroot/usr//lib -lssl -lcrypto -lm -levent 1>&5