This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.57. Invocation command line was $ ./configure --prefix=/usr/local i386-unknown-gnu ## --------- ## ## Platform. ## ## --------- ## hostname = darwintel uname -m = x86 uname -r = 8.0.1 uname -s = Darwin uname -v = Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = Mach kernel version: Darwin Kernel Version 8.0.1: Fri Apr 29 12:18:40 PDT 2005; root:xnu-792.obj/RELEASE_I386 Kernel configured for up to 4 processors. 4 processors are physically available. Processor type: pentpro (Intel Pentium Pro) Processors active: 0 1 2 3 Primary memory available: 1023.00 megabytes Default processor set: 87 tasks, 142 threads, 4 processors Load average: 0.62, Mach factor: 3.36 /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /var/root/usr/local/bin PATH: /var/root/usr/bin PATH: /var/root/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /Users/proclus/usr/local/bin PATH: /Users/proclus/usr/bin PATH: /Users/proclus/usr/X11R6/bin PATH: /Users/proclus/gnu-darwin-func/admin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /sbin PATH: /usr/sbin PATH: /bin PATH: /sbin PATH: /usr/bin PATH: /usr/sbin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1311: checking for a BSD-compatible install configure:1365: result: /usr/bin/install -c -o root -g wheel configure:1376: checking whether build environment is sane configure:1419: result: yes configure:1452: checking for gawk configure:1468: found /usr/local/bin/gawk configure:1478: result: gawk configure:1488: checking whether make sets $(MAKE) configure:1508: result: yes configure:1681: checking for i386-unknown-gnu-gcc configure:1707: result: cc configure:1989: checking for C compiler version configure:1992: cc --version &5 cc (GCC) 3.3 20030304 (Apple Computer, Inc. build 1809) Copyright (C) 2002 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:1995: $? = 0 configure:1997: cc -v &5 Reading specs from /usr/libexec/gcc/darwin/i386/3.3/specs Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1809) configure:2000: $? = 0 configure:2002: cc -V &5 cc: `-V' option must have argument configure:2005: $? = 1 configure:2029: checking for C compiler default output configure:2032: cc -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2035: $? = 0 configure:2081: result: a.out configure:2086: checking whether the C compiler works configure:2092: ./a.out configure:2095: $? = 0 configure:2112: result: yes configure:2119: checking whether we are cross compiling configure:2121: result: no configure:2124: checking for suffix of executables configure:2126: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c >&5 configure:2129: $? = 0 configure:2154: result: configure:2160: checking for suffix of object files configure:2182: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2185: $? = 0 configure:2207: result: configure:2211: checking whether we are using the GNU C compiler configure:2236: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2239: $? = 0 configure:2242: test -s conftest. configure:2245: $? = 1 configure: failed program was: | #line 2216 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | | int | main () | { | #ifndef __GNUC__ | choke me | #endif | | ; | return 0; | } configure:2258: result: no configure:2264: checking whether cc accepts -g configure:2286: cc -c -g -I/usr/local/include conftest.c >&5 configure:2289: $? = 0 configure:2292: test -s conftest. configure:2295: $? = 1 configure: failed program was: | #line 2269 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:2306: result: no configure:2323: checking for cc option to accept ANSI C configure:2384: cc -c -fno-common -I/usr/local/include conftest.c >&5 configure:2387: $? = 0 configure:2390: test -s conftest. configure:2393: $? = 1 configure: failed program was: | #line 2330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2384: cc -qlanglvl=ansi -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-qlanglvl=ansi' configure:2387: $? = 0 configure:2390: test -s conftest. configure:2393: $? = 1 configure: failed program was: | #line 2330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2384: cc -std1 -c -fno-common -I/usr/local/include conftest.c >&5 cc1: error: unrecognized option `-std1' configure:2387: $? = 1 configure: failed program was: | #line 2330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2384: cc -Ae -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2387: $? = 1 configure: failed program was: | #line 2330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2384: cc -Aa -D_HPUX_SOURCE -c -fno-common -I/usr/local/include conftest.c >&5 :6:2: missing '(' after predicate configure:2387: $? = 1 configure: failed program was: | #line 2330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2384: cc -Xc -D__EXTENSIONS__ -c -fno-common -I/usr/local/include conftest.c >&5 cc: unrecognized option `-Xc' configure:2387: $? = 0 configure:2390: test -s conftest. configure:2393: $? = 1 configure: failed program was: | #line 2330 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | /* end confdefs.h. */ | #include | #include | #include | #include | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ | struct buf { int x; }; | FILE * (*rcsopen) (struct buf *, struct stat *, int); | static char *e (p, i) | char **p; | int i; | { | return p[i]; | } | static char *f (char * (*g) (char **, int), char **p, ...) | { | char *s; | va_list v; | va_start (v,p); | s = g (p, va_arg (v,int)); | va_end (v); | return s; | } | int test (int i, double x); | struct s1 {int (*f) (int a);}; | struct s2 {int (*f) (double a);}; | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int); | int argc; | char **argv; | int | main () | { | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]; | ; | return 0; | } configure:2411: result: none needed configure:2429: cc -c -fno-common -I/usr/local/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2432: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2552: checking for style of include used by make configure:2580: result: GNU configure:2608: checking dependency style of cc configure:2676: result: gcc3 configure:2699: checking build system type configure:2717: result: i386-unknown-gnu configure:2725: checking host system type configure:2739: result: i386-unknown-gnu configure:2828: checking for png_read_info in -lpng configure:2859: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lpng >&5 configure:2862: $? = 0 configure:2865: test -s conftest configure:2868: $? = 0 configure:2880: result: yes configure:2892: checking for TIFFClose in -ltiff configure:2923: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -ltiff -lpng >&5 configure:2926: $? = 0 configure:2929: test -s conftest configure:2932: $? = 0 configure:2944: result: yes configure:2956: checking for gzclose in -lz configure:2987: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lz -ltiff -lpng >&5 configure:2990: $? = 0 configure:2993: test -s conftest configure:2996: $? = 0 configure:3008: result: yes configure:3021: checking for PDF_boot in -lpdf configure:3052: cc -o conftest -fno-common -I/usr/local/include -L/usr/local/lib conftest.c -lpdf -lz -ltiff -lpng >&5 ld: can't locate file for: -lpdf configure:3055: $? = 1 configure: failed program was: | #line 3028 "configure" | /* confdefs.h. */ | | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE "ipdf" | #define VERSION "1.0.0" | #define SYSTEM_CONFIG "/etc/ipdf.conf" | #define DEFAULT_REPARENT 0 | #define HAVE_LIBPNG 1 | #define HAVE_LIBTIFF 1 | #define HAVE_LIBZ 1 | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char PDF_boot (); | int | main () | { | PDF_boot (); | ; | return 0; | } configure:3073: result: no configure:3083: error: Could not find libpdf. Get it at www.pdflib.com ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-unknown-gnu ac_cv_build_alias=i386-unknown-gnu ac_cv_c_compiler_gnu=no ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value=-fno-common ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=-L/usr/local/lib ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-unknown-gnu ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=i386-unknown-gnu ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=i386-unknown-gnu ac_cv_exeext= ac_cv_host=i386-unknown-gnu ac_cv_host_alias=i386-unknown-gnu ac_cv_lib_pdf_PDF_boot=no ac_cv_lib_png_png_read_info=yes ac_cv_lib_tiff_TIFFClose=yes ac_cv_lib_z_gzclose=yes ac_cv_objext= ac_cv_prog_AWK=gawk ac_cv_prog_CC=cc ac_cv_prog_cc_g=no ac_cv_prog_cc_stdc=no ac_cv_prog_make_make_set=yes am_cv_CC_dependencies_compiler_type=gcc3 lt_cv_sys_max_cmd_len= ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/missing --run aclocal-1.7' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/missing --run tar' AUTOCONF='${SHELL} /mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/missing --run autoconf' AUTOHEADER='${SHELL} /mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/missing --run autoheader' AUTOMAKE='${SHELL} /mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/missing --run automake-1.7' AWK='gawk' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS='-fno-common' CPP='' CPPFLAGS='-I/usr/local/include' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='-L/usr/local/lib' LIBOBJS='' LIBS='-lz -ltiff -lpng ' LTLIBOBJS='' MAKEINFO='${SHELL} /mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/missing --run makeinfo' OBJEXT='' PACKAGE='ipdf' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' SET_MAKE='' SHELL='/bin/sh' STRIP='' USE_LOCAL_RX_FALSE='' USE_LOCAL_RX_TRUE='#' VERSION='1.0.0' ac_ct_CC='' ac_ct_STRIP='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='i386-unknown-gnu' build_alias='i386-unknown-gnu' build_cpu='i386' build_os='gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='NONE' host='i386-unknown-gnu' host_alias='i386-unknown-gnu' host_cpu='i386' host_os='gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/mnt/gmirror/ports/textproc/ipdf/work/ipdf-1.0.0/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-unknown-gnu' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEFAULT_REPARENT 0 #define HAVE_LIBPNG 1 #define HAVE_LIBTIFF 1 #define HAVE_LIBZ 1 #define PACKAGE "ipdf" #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define SYSTEM_CONFIG "/etc/ipdf.conf" #define VERSION "1.0.0" configure: exit 1