This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:556: checking for a BSD compatible install configure:609: checking whether build environment is sane configure:666: checking whether make sets ${MAKE} configure:712: checking for working aclocal configure:725: checking for working autoconf configure:738: checking for working automake configure:751: checking for working autoheader configure:764: checking for working makeinfo configure:780: checking for gcc configure:893: checking whether the C compiler (cc -fno-common ) works configure:909: cc -o conftest -fno-common conftest.c 1>&5 configure:935: checking whether the C compiler (cc -fno-common ) is a cross-compiler configure:940: checking whether we are using GNU C configure:968: checking whether cc accepts -g configure:1011: checking for a BSD compatible install configure:1066: checking for ranlib configure:1095: checking for main in -lz configure:1138: checking for main in -lm configure:1181: checking for main in -lpng configure:1224: checking for main in -ljpeg configure:1267: checking for main in -lX11 configure:1346: checking for main in -lttf configure:1389: checking for main in -lgd configure:1435: checking if libgd generates gifs... configure:1444: cc -o conftest -fno-common conftest.c -lgd -lttf -ljpeg -lpng -lm -lz 1>&5 configure: In function `main': configure:1440: warning: assignment makes integer from pointer without a cast configure:1440: warning: passing arg 2 of `gdImageGif' makes pointer from integer without a cast ld: warning can't open dynamic library: /usr/local/lib/libgcc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) configure:1459: checking if libgd generates png... configure:1468: cc -o conftest -fno-common conftest.c -lgd -lttf -ljpeg -lpng -lm -lz 1>&5 configure: In function `main': configure:1464: warning: assignment makes integer from pointer without a cast configure:1464: warning: passing arg 2 of `gdImagePng' makes pointer from integer without a cast ld: warning can't open dynamic library: /usr/local/lib/libgcc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) configure:1483: checking if libgd generates jpg... configure:1492: cc -o conftest -fno-common conftest.c -lgd -lttf -ljpeg -lpng -lm -lz 1>&5 configure: In function `main': configure:1488: warning: assignment makes integer from pointer without a cast configure:1488: warning: passing arg 2 of `gdImageJpeg' makes pointer from integer without a cast configure:1488: error: too few arguments to function `gdImageJpeg' configure: failed program was: #line 1485 "configure" #include "confdefs.h" #include int main() { gdImagePtr im;int out; im=gdImageCreate(10,10); out = fopen("/dev/null","wb"); gdImageJpeg(im,out); ; return 0; } configure:1509: checking how to run the C preprocessor configure:1589: checking for ANSI C header files configure:1696: checking for fcntl.h configure:1696: checking for malloc.h configure:1696: checking for unistd.h configure:1696: checking for gd.h configure:1696: checking for gdfonts.h configure:1734: checking whether byte ordering is bigendian configure:1824: checking for working const configure:1899: checking for size_t configure:1933: checking for vprintf configure:2040: checking for strdup configure:2040: checking for strtod configure:2040: checking for strtol