Cara tenta baixar a libgd do site e compilar http://www.libgd.org/Downloads
depois de compilada roda o sarg da seguinte forma: export LD_LIBRARY_PATH=/usr/local/lib ./configure E Veja qual o resultado. Pelo config.log vc não tem a libgd instalada e ela é fundamental para o sarg gerar os gráficos png. 2010/7/29 Marcio Carniato <[email protected]> > > ak vai o config.log > > > > > This file contains any messages produced by compilers while > > running configure, to aid debugging if configure makes a mistake. > > It was created by sarg configure 2.2.7.1, which was > > generated by GNU Autoconf 2.61. Invocation command line was > > $ ./configure > > ## --------- ## > > ## Platform. ## > > ## --------- ## > > hostname = ServerSlack > > uname -m = i686 > > uname -r = 2.6.29.6-smp > > uname -s = Linux > > uname -v = #2 SMP Mon Aug 17 00:52:54 CDT 2009 > > /usr/bin/uname -p = Intel(R) Pentium(R) 4 CPU 2.40GHz > > /bin/uname -X = unknown > > /bin/arch = i686 > > /usr/bin/arch -k = unknown > > /usr/convex/getsysinfo = unknown > > /usr/bin/hostinfo = unknown > > /bin/machine = unknown > > /usr/bin/oslevel = unknown > > /bin/universe = unknown > > PATH: /usr/local/sbin > > PATH: /usr/sbin > > PATH: /sbin > > PATH: /usr/local/bin > > PATH: /usr/bin > > PATH: /bin > > PATH: /usr/games > > PATH: /usr/share/libtool/libltdl > > PATH: /usr/lib/java/bin > > PATH: /usr/lib/qt/bin > > PATH: /usr/share/texmf/bin > > > > ## ----------- ## > > ## Core tests. ## > > ## ----------- ## > > configure:1763: checking build system type > > configure:1781: result: i686-pc-linux-gnu > > configure:1803: checking host system type > > configure:1818: result: i686-pc-linux-gnu > > configure:1900: checking for gcc > > configure:1916: found /usr/bin/gcc > > configure:1927: result: gcc > > configure:2165: checking for C compiler version > > configure:2172: gcc --version >&5 > > gcc (GCC) 4.4.4 > > Copyright (C) 2010 Free Software Foundation, Inc. > > This is free software; see the source for copying conditions. There is NO > > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:2175: $? = 0 > > configure:2182: gcc -v >&5 > > Reading specs from /usr/lib/gcc/i486-slackware-linux/4.4.4/specs > > Target: i486-slackware-linux > > Configured with: ../gcc-4.4.4/configure --prefix=/usr --libdir=/usr/lib > --enable-shared --enable-bootstrap > --enable-languages=ada,c,c++,fortran,java,objc --enable-threads=posix > --enable-checking=release --with-system-zlib > --with-python-dir=/lib/python2.6/site-packages --disable-libunwind-exceptions > --enable-__cxa_atexit --enable-libssp --with-gnu-ld --verbose > --with-arch=i486 --target=i486-slackware-linux --build=i486-slackware-linux > --host=i486-slackware-linux > > Thread model: posix > > gcc version 4.4.4 (GCC) > > configure:2185: $? = 0 > > configure:2192: gcc -V >&5 > > gcc: '-V' option must have argument > > configure:2195: $? = 1 > > configure:2218: checking for C compiler default output file name > > configure:2245: gcc conftest.c >&5 > > configure:2248: $? = 0 > > configure:2286: result: a.out > > configure:2303: checking whether the C compiler works > > configure:2313: ./a.out > > configure:2316: $? = 0 > > configure:2333: result: yes > > configure:2340: checking whether we are cross compiling > > configure:2342: result: no > > configure:2345: checking for suffix of executables > > configure:2352: gcc -o conftest conftest.c >&5 > > configure:2355: $? = 0 > > configure:2379: result: > > configure:2385: checking for suffix of object files > > configure:2411: gcc -c conftest.c >&5 > > configure:2414: $? = 0 > > configure:2437: result: o > > configure:2441: checking whether we are using the GNU C compiler > > configure:2470: gcc -c conftest.c >&5 > > configure:2476: $? = 0 > > configure:2493: result: yes > > configure:2498: checking whether gcc accepts -g > > configure:2528: gcc -c -g conftest.c >&5 > > /tmp/cc6RoFWs.s: Assembler messages: > > /tmp/cc6RoFWs.s:10: Error: unknown pseudo-op: `.cfi_sections' > > configure:2534: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | /* end confdefs.h. */ > > | > > | int > > | main () > > | { > > | > > | ; > > | return 0; > > | } > > configure:2566: gcc -c conftest.c >&5 > > configure:2572: $? = 0 > > configure:2633: result: no > > configure:2650: checking for gcc option to accept ISO C89 > > configure:2724: gcc -c -O2 conftest.c >&5 > > configure:2730: $? = 0 > > configure:2753: result: none needed > > configure:2779: checking for implicit-function-declaration error flag in gcc > > configure:2798: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration conftest.c >&5 > > configure:2804: $? = 0 > > configure:2818: result: yes > > configure:2824: checking for format error flag in gcc > > configure:2842: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:2848: $? = 0 > > configure:2862: result: yes > > configure:2886: checking for dirent.h that defines DIR > > configure:2915: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:2921: $? = 0 > > configure:2937: result: yes > > configure:2950: checking for library containing opendir > > configure:2991: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:2997: $? = 0 > > configure:3025: result: none required > > configure:3124: checking how to run the C preprocessor > > configure:3164: gcc -E conftest.c > > configure:3170: $? = 0 > > configure:3201: gcc -E conftest.c > > conftest.c:9:28: error: ac_nonexistent.h: No such file or directory > > configure:3207: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | /* end confdefs.h. */ > > | #include <ac_nonexistent.h> > > configure:3240: result: gcc -E > > configure:3269: gcc -E conftest.c > > configure:3275: $? = 0 > > configure:3306: gcc -E conftest.c > > conftest.c:9:28: error: ac_nonexistent.h: No such file or directory > > configure:3312: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | /* end confdefs.h. */ > > | #include <ac_nonexistent.h> > > configure:3350: checking for grep that handles long lines and -e > > configure:3424: result: /usr/bin/grep > > configure:3429: checking for egrep > > configure:3507: result: /usr/bin/grep -E > > configure:3512: checking for ANSI C header files > > configure:3542: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:3548: $? = 0 > > configure:3647: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:3650: $? = 0 > > configure:3656: ./conftest > > configure:3659: $? = 0 > > configure:3676: result: yes > > configure:3727: checking for ld used by GCC > > configure:3791: result: /usr/i486-slackware-linux/bin/ld > > configure:3800: checking if the linker (/usr/i486-slackware-linux/bin/ld) is > GNU ld > > configure:3813: result: yes > > configure:3820: checking for shared library run path origin > > configure:3833: result: done > > configure:4341: checking for iconv > > configure:4373: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4379: $? = 0 > > configure:4449: result: yes > > configure:4452: checking for working iconv > > configure:4538: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4541: $? = 0 > > configure:4547: ./conftest > > configure:4550: $? = 0 > > configure:4568: result: yes > > configure:4598: checking for iconv declaration > > configure:4637: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4643: $? = 0 > > configure:4662: result: > > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * > *outbuf, size_t *outbytesleft); > > configure:4690: checking for sys/types.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for sys/stat.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for stdlib.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for string.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for memory.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for strings.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for inttypes.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for stdint.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4690: checking for unistd.h > > configure:4711: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4717: $? = 0 > > configure:4733: result: yes > > configure:4794: checking stdio.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking stdio.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for stdio.h > > configure:4906: result: yes > > configure:4784: checking for stdlib.h > > configure:4790: result: yes > > configure:4784: checking for string.h > > configure:4790: result: yes > > configure:4784: checking for strings.h > > configure:4790: result: yes > > configure:4794: checking sys/time.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking sys/time.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for sys/time.h > > configure:4906: result: yes > > configure:4794: checking time.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking time.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for time.h > > configure:4906: result: yes > > configure:4784: checking for unistd.h > > configure:4790: result: yes > > configure:4794: checking sys/dirent.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > conftest.c:61:24: error: sys/dirent.h: No such file or directory > > configure:4817: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | #define STDC_HEADERS 1 > > | #define HAVE_ICONV 1 > > | #define ICONV_CONST > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_STDIO_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_SYS_TIME_H 1 > > | #define HAVE_TIME_H 1 > > | #define HAVE_UNISTD_H 1 > > | /* end confdefs.h. */ > > | #include <stdio.h> > > | #ifdef HAVE_SYS_TYPES_H > > | # include <sys/types.h> > > | #endif > > | #ifdef HAVE_SYS_STAT_H > > | # include <sys/stat.h> > > | #endif > > | #ifdef STDC_HEADERS > > | # include <stdlib.h> > > | # include <stddef.h> > > | #else > > | # ifdef HAVE_STDLIB_H > > | # include <stdlib.h> > > | # endif > > | #endif > > | #ifdef HAVE_STRING_H > > | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H > > | # include <memory.h> > > | # endif > > | # include <string.h> > > | #endif > > | #ifdef HAVE_STRINGS_H > > | # include <strings.h> > > | #endif > > | #ifdef HAVE_INTTYPES_H > > | # include <inttypes.h> > > | #endif > > | #ifdef HAVE_STDINT_H > > | # include <stdint.h> > > | #endif > > | #ifdef HAVE_UNISTD_H > > | # include <unistd.h> > > | #endif > > | #include <sys/dirent.h> > > configure:4831: result: no > > configure:4835: checking sys/dirent.h presence > > configure:4850: gcc -E conftest.c > > conftest.c:28:24: error: sys/dirent.h: No such file or directory > > configure:4856: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | #define STDC_HEADERS 1 > > | #define HAVE_ICONV 1 > > | #define ICONV_CONST > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_STDIO_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_SYS_TIME_H 1 > > | #define HAVE_TIME_H 1 > > | #define HAVE_UNISTD_H 1 > > | /* end confdefs.h. */ > > | #include <sys/dirent.h> > > configure:4870: result: no > > configure:4898: checking for sys/dirent.h > > configure:4906: result: no > > configure:4794: checking dirent.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking dirent.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for dirent.h > > configure:4906: result: yes > > configure:4794: checking sys/socket.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking sys/socket.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for sys/socket.h > > configure:4906: result: yes > > configure:4794: checking netdb.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking netdb.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for netdb.h > > configure:4906: result: yes > > configure:4794: checking arpa/inet.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking arpa/inet.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for arpa/inet.h > > configure:4906: result: yes > > configure:4784: checking for sys/types.h > > configure:4790: result: yes > > configure:4794: checking netinet/in.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking netinet/in.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for netinet/in.h > > configure:4906: result: yes > > configure:4784: checking for sys/stat.h > > configure:4790: result: yes > > configure:4794: checking ctype.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking ctype.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for ctype.h > > configure:4906: result: yes > > configure:4794: checking gd.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking gd.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for gd.h > > configure:4906: result: yes > > configure:4794: checking gdfontl.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking gdfontl.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for gdfontl.h > > configure:4906: result: yes > > configure:4794: checking gdfontt.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking gdfontt.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for gdfontt.h > > configure:4906: result: yes > > configure:4794: checking gdfonts.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking gdfonts.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for gdfonts.h > > configure:4906: result: yes > > configure:4794: checking gdfontmb.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking gdfontmb.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for gdfontmb.h > > configure:4906: result: yes > > configure:4794: checking gdfontg.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking gdfontg.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for gdfontg.h > > configure:4906: result: yes > > configure:4794: checking iconv.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking iconv.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for iconv.h > > configure:4906: result: yes > > configure:4794: checking errno.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking errno.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for errno.h > > configure:4906: result: yes > > configure:4794: checking sys/resource.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking sys/resource.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for sys/resource.h > > configure:4906: result: yes > > configure:4794: checking sys/wait.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking sys/wait.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for sys/wait.h > > configure:4906: result: yes > > configure:4794: checking stdarg.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking stdarg.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for stdarg.h > > configure:4906: result: yes > > configure:4784: checking for inttypes.h > > configure:4790: result: yes > > configure:4794: checking limits.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking limits.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for limits.h > > configure:4906: result: yes > > configure:4794: checking locale.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking locale.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for locale.h > > configure:4906: result: yes > > configure:4794: checking execinfo.h usability > > configure:4811: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:4817: $? = 0 > > configure:4831: result: yes > > configure:4835: checking execinfo.h presence > > configure:4850: gcc -E conftest.c > > configure:4856: $? = 0 > > configure:4870: result: yes > > configure:4898: checking for execinfo.h > > configure:4906: result: yes > > configure:4920: checking for gdImagePng in -lgd > > configure:4955: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c -lgd >&5 > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../../i486-slackware-linux/bin/ld: > warning: libXpm.so.4, needed by > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so, not found (try > using -rpath or -rpath-link) > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../../i486-slackware-linux/bin/ld: > warning: libX11.so.6, needed by > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so, not found (try > using -rpath or -rpath-link) > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../../i486-slackware-linux/bin/ld: > warning: libfontconfig.so.1, needed by > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so, not found (try > using -rpath or -rpath-link) > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcPatternDestroy' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `XpmReadFileToXpmImage' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcFontMatch' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcPatternGetString' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcConfigSubstitute' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcDefaultSubstitute' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcPatternBuild' > > /usr/lib/gcc/i486-slackware-linux/4.4.4/../../../libgd.so: undefined > reference to `FcNameParse' > > collect2: ld returned 1 exit status > > configure:4961: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | #define STDC_HEADERS 1 > > | #define HAVE_ICONV 1 > > | #define ICONV_CONST > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_STDIO_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_SYS_TIME_H 1 > > | #define HAVE_TIME_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DIRENT_H 1 > > | #define HAVE_SYS_SOCKET_H 1 > > | #define HAVE_NETDB_H 1 > > | #define HAVE_ARPA_INET_H 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_NETINET_IN_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_CTYPE_H 1 > > | #define HAVE_GD_H 1 > > | #define HAVE_GDFONTL_H 1 > > | #define HAVE_GDFONTT_H 1 > > | #define HAVE_GDFONTS_H 1 > > | #define HAVE_GDFONTMB_H 1 > > | #define HAVE_GDFONTG_H 1 > > | #define HAVE_ICONV_H 1 > > | #define HAVE_ERRNO_H 1 > > | #define HAVE_SYS_RESOURCE_H 1 > > | #define HAVE_SYS_WAIT_H 1 > > | #define HAVE_STDARG_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_LIMITS_H 1 > > | #define HAVE_LOCALE_H 1 > > | #define HAVE_EXECINFO_H 1 > > | /* end confdefs.h. */ > > | > > | /* Override any GCC internal prototype to avoid an error. > > | Use char because int might match the return type of a GCC > > | builtin and then its argument prototype would still apply. */ > > | #ifdef __cplusplus > > | extern "C" > > | #endif > > | char gdImagePng (); > > | int > > | main () > > | { > > | return gdImagePng (); > > | ; > > | return 0; > > | } > > configure:4979: result: no > > configure:4988: checking for an ANSI C-conforming const > > configure:5063: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > conftest.c: In function 'main': > > conftest.c:80: warning: 't' is used uninitialized in this function > > conftest.c:96: warning: 'b' is used uninitialized in this function > > conftest.c:59: warning: 'cs[0]' is used uninitialized in this function > > configure:5069: $? = 0 > > configure:5084: result: yes > > configure:5094: checking whether struct tm is in sys/time.h or time.h > > configure:5124: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:5130: $? = 0 > > configure:5145: result: time.h > > configure:5163: checking for special C compiler options needed for large files > > configure:5256: result: no > > configure:5262: checking for _FILE_OFFSET_BITS value needed for large files > > configure:5297: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > conftest.c:57: warning: left shift count >= width of type > > conftest.c:57: warning: left shift count >= width of type > > conftest.c:59: error: size of array 'off_t_is_large' is negative > > configure:5303: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | #define STDC_HEADERS 1 > > | #define HAVE_ICONV 1 > > | #define ICONV_CONST > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_STDIO_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_SYS_TIME_H 1 > > | #define HAVE_TIME_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DIRENT_H 1 > > | #define HAVE_SYS_SOCKET_H 1 > > | #define HAVE_NETDB_H 1 > > | #define HAVE_ARPA_INET_H 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_NETINET_IN_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_CTYPE_H 1 > > | #define HAVE_GD_H 1 > > | #define HAVE_GDFONTL_H 1 > > | #define HAVE_GDFONTT_H 1 > > | #define HAVE_GDFONTS_H 1 > > | #define HAVE_GDFONTMB_H 1 > > | #define HAVE_GDFONTG_H 1 > > | #define HAVE_ICONV_H 1 > > | #define HAVE_ERRNO_H 1 > > | #define HAVE_SYS_RESOURCE_H 1 > > | #define HAVE_SYS_WAIT_H 1 > > | #define HAVE_STDARG_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_LIMITS_H 1 > > | #define HAVE_LOCALE_H 1 > > | #define HAVE_EXECINFO_H 1 > > | /* end confdefs.h. */ > > | #include <sys/types.h> > > | /* Check that off_t can represent 2**63 - 1 correctly. > > | We can't simply define LARGE_OFF_T to be 9223372036854775807, > > | since some C++ compilers masquerading as C compilers > > | incorrectly reject 9223372036854775807. */ > > | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) > > | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 > > | && LARGE_OFF_T % 2147483647 == 1) > > | ? 1 : -1]; > > | int > > | main () > > | { > > | > > | ; > > | return 0; > > | } > > configure:5347: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:5353: $? = 0 > > configure:5371: result: 64 > > configure:5509: checking for fopen64 > > configure:5537: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > -Werror conftest.c >&5 > > conftest.c: In function 'main': > > conftest.c:56: error: implicit declaration of function 'fopen64' > > cc1: warnings being treated as errors > > conftest.c:56: error: initialization makes pointer from integer without a cast > > configure:5543: $? = 1 > > configure: failed program was: > > | /* confdefs.h. */ > > | #define PACKAGE_NAME "sarg" > > | #define PACKAGE_TARNAME "sarg" > > | #define PACKAGE_VERSION "2.2.7.1" > > | #define PACKAGE_STRING "sarg 2.2.7.1" > > | #define PACKAGE_BUGREPORT "" > > | #define HAVE_DIRENT_H 1 > > | #define STDC_HEADERS 1 > > | #define HAVE_ICONV 1 > > | #define ICONV_CONST > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_MEMORY_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_STDINT_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_STDIO_H 1 > > | #define HAVE_STDLIB_H 1 > > | #define HAVE_STRING_H 1 > > | #define HAVE_STRINGS_H 1 > > | #define HAVE_SYS_TIME_H 1 > > | #define HAVE_TIME_H 1 > > | #define HAVE_UNISTD_H 1 > > | #define HAVE_DIRENT_H 1 > > | #define HAVE_SYS_SOCKET_H 1 > > | #define HAVE_NETDB_H 1 > > | #define HAVE_ARPA_INET_H 1 > > | #define HAVE_SYS_TYPES_H 1 > > | #define HAVE_NETINET_IN_H 1 > > | #define HAVE_SYS_STAT_H 1 > > | #define HAVE_CTYPE_H 1 > > | #define HAVE_GD_H 1 > > | #define HAVE_GDFONTL_H 1 > > | #define HAVE_GDFONTT_H 1 > > | #define HAVE_GDFONTS_H 1 > > | #define HAVE_GDFONTMB_H 1 > > | #define HAVE_GDFONTG_H 1 > > | #define HAVE_ICONV_H 1 > > | #define HAVE_ERRNO_H 1 > > | #define HAVE_SYS_RESOURCE_H 1 > > | #define HAVE_SYS_WAIT_H 1 > > | #define HAVE_STDARG_H 1 > > | #define HAVE_INTTYPES_H 1 > > | #define HAVE_LIMITS_H 1 > > | #define HAVE_LOCALE_H 1 > > | #define HAVE_EXECINFO_H 1 > > | #define _FILE_OFFSET_BITS 64 > > | /* end confdefs.h. */ > > | #include <stdio.h> > > | int > > | main () > > | { > > | FILE *f = fopen64 ("/tmp/foo","r");fclose(f); > > | ; > > | return 0; > > | } > > configure:5576: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > -Werror -D_LARGEFILE64_SOURCE conftest.c >&5 > > configure:5582: $? = 0 > > configure:5694: result: need -D_LARGEFILE64_SOURCE > > configure:5715: checking for bzero > > configure:5771: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > conftest.c:77: warning: conflicting types for built-in function 'bzero' > > configure:5777: $? = 0 > > configure:5795: result: yes > > configure:5809: checking for backtrace > > configure:5865: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:5871: $? = 0 > > configure:5889: result: yes > > configure:5903: checking for symlink > > configure:5959: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:5965: $? = 0 > > configure:5983: result: yes > > configure:5997: checking for lstat > > configure:6053: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:6059: $? = 0 > > configure:6077: result: yes > > configure:6088: checking for rlim_t > > configure:6122: gcc -c -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:6128: $? = 0 > > configure:6143: result: yes > > configure:6150: checking size of rlim_t > > configure:6476: gcc -o conftest -O2 -Wall -Wextra -Wno-sign-compare > -Wno-unused-parameter -Werror=implicit-function-declaration -Werror=format > conftest.c >&5 > > configure:6479: $? = 0 > > configure:6485: ./conftest > > configure:6488: $? = 0 > > configure:6511: result: 8 > > configure:6802: creating ./config.status > > ## ---------------------- ## > > ## Running config.status. ## > > ## ---------------------- ## > > This file was extended by sarg config.status 2.2.7.1, which was > > generated by GNU Autoconf 2.61. Invocation command line was > > CONFIG_FILES = > > CONFIG_HEADERS = > > CONFIG_LINKS = > > CONFIG_COMMANDS = > > $ ./config.status > > on ServerSlack > > config.status:588: creating Makefile > > ## ---------------- ## > > ## Cache variables. ## > > ## ---------------- ## > > ac_cv_build=i686-pc-linux-gnu > > ac_cv_c_compiler_gnu=yes > > ac_cv_c_const=yes > > ac_cv_env_CC_set= > > ac_cv_env_CC_value= > > ac_cv_env_CFLAGS_set= > > ac_cv_env_CFLAGS_value= > > ac_cv_env_CPPFLAGS_set= > > ac_cv_env_CPPFLAGS_value= > > ac_cv_env_CPP_set= > > ac_cv_env_CPP_value= > > ac_cv_env_LDFLAGS_set= > > ac_cv_env_LDFLAGS_value= > > ac_cv_env_LIBS_set= > > ac_cv_env_LIBS_value= > > ac_cv_env_build_alias_set= > > ac_cv_env_build_alias_value= > > ac_cv_env_host_alias_set= > > ac_cv_env_host_alias_value= > > ac_cv_env_target_alias_set= > > ac_cv_env_target_alias_value= > > ac_cv_func_backtrace=yes > > ac_cv_func_bzero=yes > > ac_cv_func_lstat=yes > > ac_cv_func_symlink=yes > > ac_cv_header_arpa_inet_h=yes > > ac_cv_header_ctype_h=yes > > ac_cv_header_dirent_dirent_h=yes > > ac_cv_header_dirent_h=yes > > ac_cv_header_errno_h=yes > > ac_cv_header_execinfo_h=yes > > ac_cv_header_gd_h=yes > > ac_cv_header_gdfontg_h=yes > > ac_cv_header_gdfontl_h=yes > > ac_cv_header_gdfontmb_h=yes > > ac_cv_header_gdfonts_h=yes > > ac_cv_header_gdfontt_h=yes > > ac_cv_header_iconv_h=yes > > ac_cv_header_inttypes_h=yes > > ac_cv_header_limits_h=yes > > ac_cv_header_locale_h=yes > > ac_cv_header_memory_h=yes > > ac_cv_header_netdb_h=yes > > ac_cv_header_netinet_in_h=yes > > ac_cv_header_stdarg_h=yes > > ac_cv_header_stdc=yes > > ac_cv_header_stdint_h=yes > > ac_cv_header_stdio_h=yes > > ac_cv_header_stdlib_h=yes > > ac_cv_header_string_h=yes > > ac_cv_header_strings_h=yes > > ac_cv_header_sys_dirent_h=no > > ac_cv_header_sys_resource_h=yes > > ac_cv_header_sys_socket_h=yes > > ac_cv_header_sys_stat_h=yes > > ac_cv_header_sys_time_h=yes > > ac_cv_header_sys_types_h=yes > > ac_cv_header_sys_wait_h=yes > > ac_cv_header_time_h=yes > > ac_cv_header_unistd_h=yes > > ac_cv_host=i686-pc-linux-gnu > > ac_cv_lib_gd_gdImagePng=no > > ac_cv_objext=o > > ac_cv_path_EGREP='/usr/bin/grep -E' > > ac_cv_path_GREP=/usr/bin/grep > > ac_cv_prog_CPP='gcc -E' > > ac_cv_prog_ac_ct_CC=gcc > > ac_cv_prog_cc_c89= > > ac_cv_prog_cc_g=no > > ac_cv_search_opendir='none required' > > ac_cv_sizeof_rlim_t=8 > > ac_cv_struct_tm=time.h > > ac_cv_sys_file_offset_bits=64 > > ac_cv_sys_largefile_CC=no > > ac_cv_type_rlim_t=yes > > acl_cv_hardcode_direct=no > > acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' > > acl_cv_hardcode_libdir_separator= > > acl_cv_hardcode_minus_L=no > > acl_cv_libext=a > > acl_cv_path_LD=/usr/i486-slackware-linux/bin/ld > > acl_cv_prog_gnu_ld=yes > > acl_cv_rpath=done > > acl_cv_shlibext=so > > acl_cv_wl=-Wl, > > am_cv_func_iconv=yes > > am_cv_func_iconv_works=yes > > am_cv_lib_iconv=no > > am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t > *inbytesleft, char * *outbuf, size_t *outbytesleft);' > > am_cv_proto_iconv_arg1= > > bu_cv_have_fopen64='need -D_LARGEFILE64_SOURCE' > > ## ----------------- ## > > ## Output variables. ## > > ## ----------------- ## > > CC='gcc' > > CFLAGS='-O2 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter > -Werror=implicit-function-declaration -Werror=format' > > CPP='gcc -E' > > CPPFLAGS='' > > DEFS='-DPACKAGE_NAME=\"sarg\" -DPACKAGE_TARNAME=\"sarg\" > -DPACKAGE_VERSION=\"2.2.7.1\" -DPACKAGE_STRING=\"sarg\ 2.2.7.1\" > -DPACKAGE_BUGREPORT=\"\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_ICONV=1 > -DICONV_CONST= -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 > -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 > -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 > -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_NETDB_H=1 > -DHAVE_ARPA_INET_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_NETINET_IN_H=1 > -DHAVE_SYS_STAT_H=1 -DHAVE_CTYPE_H=1 -DHAVE_GD_H=1 -DHAVE_GDFONTL_H=1 > -DHAVE_GDFONTT_H=1 -DHAVE_GDFONTS_H=1 -DHAVE_GDFONTMB_H=1 -DHAVE_GDFONTG_H=1 > -DHAVE_ICONV_H=1 -DHAVE_ERRNO_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_WAIT_H=1 > -DHAVE_STDARG_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 > -DHAVE_EXECINFO_H=1 -D_FILE_OFFSET_BITS=64 -DHAVE_FOPEN64=1 > -D_LARGEFILE64_SOURCE=1 -DHAVE_BZERO=1 -DHAVE_BACKTRACE=1 -DHAVE_SYMLINK=1 > -DHAVE_LSTAT=1 -DSIZEOF_RLIM_T=8 -DRLIM_STRING=\"%lli\"' > > ECHO_C='' > > ECHO_N='-n' > > ECHO_T='' > > EGREP='/usr/bin/grep -E' > > EXEEXT='' > > FONTDIR='${prefix}/share/sarg/fonts' > > GREP='/usr/bin/grep' > > IMAGEDIR='${prefix}/share/sarg/images' > > LANGDIR='${prefix}/share/sarg/languages' > > LDFLAGS='' > > LIBICONV='' > > LIBOBJS='' > > LIBS='' > > LTLIBICONV='' > > LTLIBOBJS='' > > OBJEXT='o' > > PACKAGE_BUGREPORT='' > > PACKAGE_NAME='sarg' > > PACKAGE_STRING='sarg 2.2.7.1' > > PACKAGE_TARNAME='sarg' > > PACKAGE_VERSION='2.2.7.1' > > PATH_SEPARATOR=':' > > SARGPHPDIR='/var/www/html' > > SHELL='/bin/sh' > > ac_ct_CC='gcc' > > bindir='${exec_prefix}/bin' > > build='i686-pc-linux-gnu' > > build_alias='' > > build_cpu='i686' > > build_os='linux-gnu' > > build_vendor='pc' > > datadir='${datarootdir}' > > datarootdir='${prefix}/share' > > docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' > > dvidir='${docdir}' > > exec_prefix='${prefix}' > > host='i686-pc-linux-gnu' > > host_alias='' > > host_cpu='i686' > > host_os='linux-gnu' > > host_vendor='pc' > > htmldir='${docdir}' > > includedir='${prefix}/include' > > infodir='${datarootdir}/info' > > libdir='${exec_prefix}/lib' > > libexecdir='${exec_prefix}/libexec' > > localedir='${datarootdir}/locale' > > localstatedir='${prefix}/var' > > mandir='${datarootdir}/man' > > oldincludedir='/usr/include' > > pdfdir='${docdir}' > > prefix='/usr/local' > > program_transform_name='s,x,x,' > > psdir='${docdir}' > > sbindir='${exec_prefix}/sbin' > > sharedstatedir='${prefix}/com' > > sysconfdir='${prefix}/etc' > > target_alias='' > > ## ----------- ## > > ## confdefs.h. ## > > ## ----------- ## > > #define PACKAGE_NAME "sarg" > > #define PACKAGE_TARNAME "sarg" > > #define PACKAGE_VERSION "2.2.7.1" > > #define PACKAGE_STRING "sarg 2.2.7.1" > > #define PACKAGE_BUGREPORT "" > > #define HAVE_DIRENT_H 1 > > #define STDC_HEADERS 1 > > #define HAVE_ICONV 1 > > #define ICONV_CONST > > #define HAVE_SYS_TYPES_H 1 > > #define HAVE_SYS_STAT_H 1 > > #define HAVE_STDLIB_H 1 > > #define HAVE_STRING_H 1 > > #define HAVE_MEMORY_H 1 > > #define HAVE_STRINGS_H 1 > > #define HAVE_INTTYPES_H 1 > > #define HAVE_STDINT_H 1 > > #define HAVE_UNISTD_H 1 > > #define HAVE_STDIO_H 1 > > #define HAVE_STDLIB_H 1 > > #define HAVE_STRING_H 1 > > #define HAVE_STRINGS_H 1 > > #define HAVE_SYS_TIME_H 1 > > #define HAVE_TIME_H 1 > > #define HAVE_UNISTD_H 1 > > #define HAVE_DIRENT_H 1 > > #define HAVE_SYS_SOCKET_H 1 > > #define HAVE_NETDB_H 1 > > #define HAVE_ARPA_INET_H 1 > > #define HAVE_SYS_TYPES_H 1 > > #define HAVE_NETINET_IN_H 1 > > #define HAVE_SYS_STAT_H 1 > > #define HAVE_CTYPE_H 1 > > #define HAVE_GD_H 1 > > #define HAVE_GDFONTL_H 1 > > #define HAVE_GDFONTT_H 1 > > #define HAVE_GDFONTS_H 1 > > #define HAVE_GDFONTMB_H 1 > > #define HAVE_GDFONTG_H 1 > > #define HAVE_ICONV_H 1 > > #define HAVE_ERRNO_H 1 > > #define HAVE_SYS_RESOURCE_H 1 > > #define HAVE_SYS_WAIT_H 1 > > #define HAVE_STDARG_H 1 > > #define HAVE_INTTYPES_H 1 > > #define HAVE_LIMITS_H 1 > > #define HAVE_LOCALE_H 1 > > #define HAVE_EXECINFO_H 1 > > #define _FILE_OFFSET_BITS 64 > > #define HAVE_FOPEN64 1 > > #define _LARGEFILE64_SOURCE 1 > > #define HAVE_BZERO 1 > > #define HAVE_BACKTRACE 1 > > #define HAVE_SYMLINK 1 > > #define HAVE_LSTAT 1 > > #define SIZEOF_RLIM_T 8 > > #define RLIM_STRING "%lli" > > configure: exit 0 > > -- > GUS-BR - Grupo de Usuários de Slackware Brasil > http://www.slackwarebrasil.org/ > http://groups.google.com/group/slack-users-br > > Antes de perguntar: > http://www.istf.com.br/perguntas/ > > Para sair da lista envie um e-mail para: > [email protected] -- http://counter.li.org/cgi-bin/certificate.cgi/495185 Tiago Dib -- GUS-BR - Grupo de Usuários de Slackware Brasil http://www.slackwarebrasil.org/ http://groups.google.com/group/slack-users-br Antes de perguntar: http://www.istf.com.br/perguntas/ Para sair da lista envie um e-mail para: [email protected]

