bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug with libpng.h while configuring espgs 7.07.1


From: Andrew Dike
Subject: bug with libpng.h while configuring espgs 7.07.1
Date: Wed, 21 Jan 2004 15:55:45 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030917

my system:

# uname -a
SunOS 5.8 Generic_108528-16 sun4u sparc SUNW,Ultra-4
gcc 2.95.3
libpng version 1.2.4

config error:

checking for local jpeg library source... no
checking for jpeg_set_defaults in -ljpeg... yes
checking for local zlib source... no
checking for deflate in -lz... yes
checking for local png library source... no
checking for png_check_sig in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking libpng/png.h usability... yes
checking libpng/png.h presence... no
configure: WARNING: libpng/png.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: libpng/png.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##

have attached config.log file.

Hope this helps

--
Regards,

Andrew Dike
IT Action Support


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 

## --------- ##
## Platform. ##
## --------- ##

hostname = it0063
uname -m = sun4u
uname -r = 5.8
uname -s = SunOS
uname -v = Generic_108528-16

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = it0063
Release = 5.8
KernelID = Generic_108528-16
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

/bin/arch              = sun4
/usr/bin/arch -k       = sun4u
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/opt/SUNWmd/sbin
PATH: /usr/local/bin
PATH: /usr/ccs/bin
PATH: /apps/forte/SUNWspro/bin
PATH: /opt/sfw/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1371: checking for gcc
configure:1387: found /opt/sfw/bin/gcc
configure:1397: result: gcc
configure:1641: checking for C compiler version
configure:1644: gcc --version </dev/null >&5
2.95.3
configure:1647: $? = 0
configure:1649: gcc -v </dev/null >&5
Reading specs from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:1652: $? = 0
configure:1654: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1657: $? = 1
configure:1681: checking for C compiler default output
configure:1684: gcc -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:1687: $? = 0
configure:1733: result: a.out
configure:1738: checking whether the C compiler works
configure:1744: ./a.out
configure:1747: $? = 0
configure:1764: result: yes
configure:1771: checking whether we are cross compiling
configure:1773: result: no
configure:1776: checking for suffix of executables
configure:1778: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c  >&5
configure:1781: $? = 0
configure:1806: result: 
configure:1812: checking for suffix of object files
configure:1834: gcc -c -I/usr/local/include  conftest.c >&5
configure:1837: $? = 0
configure:1859: result: o
configure:1863: checking whether we are using the GNU C compiler
configure:1888: gcc -c -I/usr/local/include  conftest.c >&5
configure:1891: $? = 0
configure:1894: test -s conftest.o
configure:1897: $? = 0
configure:1910: result: yes
configure:1916: checking whether gcc accepts -g
configure:1938: gcc -c -g  conftest.c >&5
configure:1941: $? = 0
configure:1944: test -s conftest.o
configure:1947: $? = 0
configure:1958: result: yes
configure:1975: checking for gcc option to accept ANSI C
configure:2036: gcc  -c -I/usr/local/include  conftest.c >&5
configure:2039: $? = 0
configure:2042: test -s conftest.o
configure:2045: $? = 0
configure:2063: result: none needed
configure:2081: gcc -c -I/usr/local/include  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2084: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2198: checking how to run the C preprocessor
configure:2234: gcc -E  conftest.c
configure:2240: $? = 0
configure:2272: gcc -E  conftest.c
configure:2271: ac_nonexistent.h: No such file or directory
configure:2278: $? = 1
configure: failed program was:
| #line 2263 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2316: result: gcc -E
configure:2341: gcc -E  conftest.c
configure:2347: $? = 0
configure:2379: gcc -E  conftest.c
configure:2378: ac_nonexistent.h: No such file or directory
configure:2385: $? = 1
configure: failed program was:
| #line 2370 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2479: checking for g++
configure:2495: found /opt/sfw/bin/g++
configure:2505: result: g++
configure:2521: checking for C++ compiler version
configure:2524: g++ --version </dev/null >&5
2.95.3
configure:2527: $? = 0
configure:2529: g++ -v </dev/null >&5
Reading specs from /opt/sfw/lib/gcc-lib/sparc-sun-solaris2.8/2.95.3/specs
gcc version 2.95.3 20010315 (release)
configure:2532: $? = 0
configure:2534: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:2537: $? = 1
configure:2540: checking whether we are using the GNU C++ compiler
configure:2565: g++ -c -I/usr/local/include  conftest.cc >&5
configure:2568: $? = 0
configure:2571: test -s conftest.o
configure:2574: $? = 0
configure:2587: result: yes
configure:2593: checking whether g++ accepts -g
configure:2615: g++ -c -g  conftest.cc >&5
configure:2618: $? = 0
configure:2621: test -s conftest.o
configure:2624: $? = 0
configure:2635: result: yes
configure:2679: g++ -c -I/usr/local/include  conftest.cc >&5
configure:2682: $? = 0
configure:2685: test -s conftest.o
configure:2688: $? = 0
configure:2715: g++ -c -I/usr/local/include  conftest.cc >&5
configure:2718: $? = 0
configure:2721: test -s conftest.o
configure:2724: $? = 0
configure:2789: checking for ranlib
configure:2805: found /usr/ccs/bin/ranlib
configure:2816: result: ranlib
configure:2843: checking supported compiler flags
configure:2867: gcc -c -I/usr/local/include -O2  conftest.c >&5
configure:2870: $? = 0
configure:2873: test -s conftest.o
configure:2876: $? = 0
configure:2909: gcc -c -I/usr/local/include -Wall  conftest.c >&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -Wstrict-prototypes  conftest.c >&5
configure:2903: warning: function declaration isn't a prototype
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -Wmissing-declarations  conftest.c 
>&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -Wmissing-prototypes  conftest.c >&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -Wcast-qual  conftest.c >&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -Wwrite-strings  conftest.c >&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -fno-builtin  conftest.c >&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2909: gcc -c -I/usr/local/include -fno-common  conftest.c >&5
configure:2912: $? = 0
configure:2915: test -s conftest.o
configure:2918: $? = 0
configure:2932: result:  ...done.
configure:2965: checking for dirent.h that defines DIR
configure:2990: gcc -c -I/usr/local/include  conftest.c >&5
configure:2993: $? = 0
configure:2996: test -s conftest.o
configure:2999: $? = 0
configure:3010: result: yes
configure:3023: checking for library containing opendir
configure:3054: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c  >&5
configure:3057: $? = 0
configure:3060: test -s conftest
configure:3063: $? = 0
configure:3122: result: none required
configure:3239: checking for egrep
configure:3249: result: egrep
configure:3254: checking for ANSI C header files
configure:3280: gcc -c -I/usr/local/include  conftest.c >&5
configure:3283: $? = 0
configure:3286: test -s conftest.o
configure:3289: $? = 0
configure:3378: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c  >&5
configure:3381: $? = 0
configure:3383: ./conftest
configure:3386: $? = 0
configure:3401: result: yes
configure:3425: checking for sys/types.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for sys/stat.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for stdlib.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for string.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for memory.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for strings.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for inttypes.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3425: checking for stdint.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3482: stdint.h: No such file or directory
configure:3445: $? = 1
configure: failed program was:
| #line 3430 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <stdint.h>
configure:3462: result: no
configure:3425: checking for unistd.h
configure:3442: gcc -c -I/usr/local/include  conftest.c >&5
configure:3445: $? = 0
configure:3448: test -s conftest.o
configure:3451: $? = 0
configure:3462: result: yes
configure:3500: checking errno.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking errno.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for errno.h
configure:3615: result: yes
configure:3500: checking fcntl.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking fcntl.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for fcntl.h
configure:3615: result: yes
configure:3500: checking limits.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking limits.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for limits.h
configure:3615: result: yes
configure:3500: checking malloc.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking malloc.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for malloc.h
configure:3615: result: yes
configure:3491: checking for memory.h
configure:3496: result: yes
configure:3491: checking for stdlib.h
configure:3496: result: yes
configure:3491: checking for string.h
configure:3496: result: yes
configure:3491: checking for strings.h
configure:3496: result: yes
configure:3500: checking sys/ioctl.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking sys/ioctl.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for sys/ioctl.h
configure:3615: result: yes
configure:3500: checking sys/param.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking sys/param.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for sys/param.h
configure:3615: result: yes
configure:3500: checking sys/time.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking sys/time.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for sys/time.h
configure:3615: result: yes
configure:3500: checking syslog.h usability
configure:3513: gcc -c -I/usr/local/include  conftest.c >&5
configure:3516: $? = 0
configure:3519: test -s conftest.o
configure:3522: $? = 0
configure:3532: result: yes
configure:3536: checking syslog.h presence
configure:3547: gcc -E  conftest.c
configure:3553: $? = 0
configure:3572: result: yes
configure:3608: checking for syslog.h
configure:3615: result: yes
configure:3491: checking for unistd.h
configure:3496: result: yes
configure:3640: checking sys/window.h usability
configure:3653: gcc -c -I/usr/local/include  conftest.c >&5
configure:3707: sys/window.h: No such file or directory
configure:3656: $? = 1
configure: failed program was:
| #line 3642 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/window.h>
configure:3672: result: no
configure:3676: checking sys/window.h presence
configure:3687: gcc -E  conftest.c
configure:3709: sys/window.h: No such file or directory
configure:3693: $? = 1
configure: failed program was:
| #line 3678 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <sys/window.h>
configure:3712: result: no
configure:3748: checking for sys/window.h
configure:3755: result: no
configure:3763: checking for an ANSI C-conforming const
configure:3831: gcc -c -I/usr/local/include  conftest.c >&5
configure:3834: $? = 0
configure:3837: test -s conftest.o
configure:3840: $? = 0
configure:3851: result: yes
configure:3861: checking for inline
configure:3883: gcc -c -I/usr/local/include  conftest.c >&5
configure:3886: $? = 0
configure:3889: test -s conftest.o
configure:3892: $? = 0
configure:3904: result: inline
configure:3919: checking for mode_t
configure:3944: gcc -c -I/usr/local/include  conftest.c >&5
configure:3947: $? = 0
configure:3950: test -s conftest.o
configure:3953: $? = 0
configure:3964: result: yes
configure:3976: checking for off_t
configure:4001: gcc -c -I/usr/local/include  conftest.c >&5
configure:4004: $? = 0
configure:4007: test -s conftest.o
configure:4010: $? = 0
configure:4021: result: yes
configure:4033: checking for size_t
configure:4058: gcc -c -I/usr/local/include  conftest.c >&5
configure:4061: $? = 0
configure:4064: test -s conftest.o
configure:4067: $? = 0
configure:4078: result: yes
configure:4090: checking for struct stat.st_blocks
configure:4114: gcc -c -I/usr/local/include  conftest.c >&5
configure:4117: $? = 0
configure:4120: test -s conftest.o
configure:4123: $? = 0
configure:4171: result: yes
configure:4189: checking whether time.h and sys/time.h may both be included
configure:4215: gcc -c -I/usr/local/include  conftest.c >&5
configure:4218: $? = 0
configure:4221: test -s conftest.o
configure:4224: $? = 0
configure:4235: result: yes
configure:4245: checking whether struct tm is in sys/time.h or time.h
configure:4269: gcc -c -I/usr/local/include  conftest.c >&5
configure:4272: $? = 0
configure:4275: test -s conftest.o
configure:4278: $? = 0
configure:4289: result: time.h
configure:4306: checking for cos in -lm
configure:4337: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c -lm   >&5
configure:4354: warning: conflicting types for built-in function `cos'
configure:4340: $? = 0
configure:4343: test -s conftest
configure:4346: $? = 0
configure:4358: result: yes
configure:4370: checking for local jpeg library source
configure:4384: result: no
configure:4386: checking for jpeg_set_defaults in -ljpeg
configure:4417: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c -ljpeg  -lm  >&5
configure:4420: $? = 0
configure:4423: test -s conftest
configure:4426: $? = 0
configure:4438: result: yes
configure:4465: checking for local zlib source
configure:4481: result: no
configure:4483: checking for deflate in -lz
configure:4514: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c -lz  -lm  >&5
configure:4517: $? = 0
configure:4520: test -s conftest
configure:4523: $? = 0
configure:4535: result: yes
configure:4557: checking for local png library source
configure:4572: result: no
configure:4574: checking for png_check_sig in -lpng
configure:4605: gcc -o conftest -I/usr/local/include  -L/usr/local/lib 
conftest.c -lpng  -lm  >&5
configure:4608: $? = 0
configure:4611: test -s conftest
configure:4614: $? = 0
configure:4626: result: yes
configure:4640: checking png.h usability
configure:4653: gcc -c -I/usr/local/include  conftest.c >&5
configure:4656: $? = 0
configure:4659: test -s conftest.o
configure:4662: $? = 0
configure:4672: result: yes
configure:4676: checking png.h presence
configure:4687: gcc -E  conftest.c
configure:4693: $? = 0
configure:4712: result: yes
configure:4748: checking for png.h
configure:4755: result: yes
configure:4777: checking libpng/png.h usability
configure:4790: gcc -c -I/usr/local/include  conftest.c >&5
configure:4793: $? = 0
configure:4796: test -s conftest.o
configure:4799: $? = 0
configure:4809: result: yes
configure:4813: checking libpng/png.h presence
configure:4824: gcc -E  conftest.c
configure:4851: libpng/png.h: No such file or directory
configure:4830: $? = 1
configure: failed program was:
| #line 4815 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| /* end confdefs.h.  */
| #include <libpng/png.h>
configure:4849: result: no
configure:4855: WARNING: libpng/png.h: accepted by the compiler, rejected by 
the preprocessor!
configure:4857: WARNING: libpng/png.h: proceeding with the preprocessor's result
configure:4885: checking for libpng/png.h
configure:4892: result: no
configure:5154: checking for cups-config
configure:5172: found /usr/bin/cups-config
configure:5184: result: /usr/bin/cups-config
configure:5220: checking for local ijs library source
configure:5223: result: yes
configure:5246: checking for gimpprint-config
configure:5279: result: no
configure:5302: checking for stp_init in -lgimpprint
configure:5333: gcc -o conftest  -I/usr/local/include  -L/usr/local/lib 
conftest.c -lgimpprint  -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz 
-lcups -lsocket -lnsl -lm  >&5
ld: fatal: library -lgimpprint: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:5336: $? = 1
configure: failed program was:
| #line 5309 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 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 stp_init ();
| int
| main ()
| {
| stp_init ();
|   ;
|   return 0;
| }
configure:5354: result: no
configure:5513: checking for glib-config
configure:5531: found /opt/sfw/bin/glib-config
configure:5543: result: /opt/sfw/bin/glib-config
configure:5550: checking for glib
configure:5553: result: yes
configure:5561: checking if Omni support can be compiled in
configure:5564: result: yes
configure:5581: checking for X
configure:5687: gcc -E  conftest.c
configure:5693: $? = 0
configure:5743: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -lXt -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups 
-lsocket -lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:5746: $? = 0
configure:5749: test -s conftest
configure:5752: $? = 0
configure:5801: result: libraries , headers 
configure:5835: checking for XOpenDisplay in -lX11
configure:5866: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -lX11  -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups 
-lsocket -lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:5869: $? = 0
configure:5872: test -s conftest
configure:5875: $? = 0
configure:5887: result: yes
configure:5899: checking for XdbeQueryExtension in -lXext
configure:5930: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -lXext  -lX11 -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz 
-lcups -lsocket -lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:5933: $? = 0
configure:5936: test -s conftest
configure:5939: $? = 0
configure:5951: result: yes
configure:5963: checking for XtAppCreateShell in -lXt
configure:5994: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -lXt  -lXext -lX11 -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm 
-lz -lcups -lsocket -lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:5997: $? = 0
configure:6000: test -s conftest
configure:6003: $? = 0
configure:6015: result: yes
configure:6045: checking for mkstemp
configure:6095: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:6098: $? = 0
configure:6101: test -s conftest
configure:6104: $? = 0
configure:6115: result: yes
configure:6127: checking for pid_t
configure:6152: gcc -c  -I/usr/local/include -I/opt/sfw/include/glib-1.2 
-I/opt/sfw/lib/glib/include  conftest.c >&5
configure:6155: $? = 0
configure:6158: test -s conftest.o
configure:6161: $? = 0
configure:6172: result: yes
configure:6190: checking for unistd.h
configure:6195: result: yes
configure:6199: checking vfork.h usability
configure:6212: gcc -c  -I/usr/local/include -I/opt/sfw/include/glib-1.2 
-I/opt/sfw/lib/glib/include  conftest.c >&5
configure:6276: vfork.h: No such file or directory
configure:6215: $? = 1
configure: failed program was:
| #line 6201 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:6231: result: no
configure:6235: checking vfork.h presence
configure:6246: gcc -E  conftest.c
configure:6278: vfork.h: No such file or directory
configure:6252: $? = 1
configure: failed program was:
| #line 6237 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:6271: result: no
configure:6307: checking for vfork.h
configure:6314: result: no
configure:6332: checking for fork
configure:6382: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:6385: $? = 0
configure:6388: test -s conftest
configure:6391: $? = 0
configure:6402: result: yes
configure:6332: checking for vfork
configure:6382: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:6385: $? = 0
configure:6388: test -s conftest
configure:6391: $? = 0
configure:6402: result: yes
configure:6413: checking for working fork
configure:6436: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:6439: $? = 0
configure:6441: ./conftest
ld.so.1: ./conftest: fatal: libgmodule-1.2.so.0: open failed: No such file or 
directory
./configure: line 1: 10228 Killed                  ./conftest$ac_exeext
configure:6444: $? = 137
configure: program exited with status 137
configure: failed program was:
| /* By Ruediger Kuhlmann. */
|       #include <sys/types.h>
|       #if HAVE_UNISTD_H
|       # include <unistd.h>
|       #endif
|       /* Some systems only have a dummy stub for fork() */
|       int main ()
|       {
|         if (fork() < 0)
|           exit (1);
|         exit (0);
|       }
configure:6458: result: no
configure:6479: checking for working vfork
configure:6613: result: yes
configure:6645: checking whether gcc needs -traditional
configure:6689: result: no
configure:6701: checking for stdlib.h
configure:6706: result: yes
configure:6838: checking for GNU libc compatible malloc
configure:6868: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:6871: $? = 0
configure:6873: ./conftest
ld.so.1: ./conftest: fatal: libgmodule-1.2.so.0: open failed: No such file or 
directory
./configure: line 1: 10275 Killed                  ./conftest$ac_exeext
configure:6876: $? = 137
configure: program exited with status 137
configure: failed program was:
| #line 6846 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h.  */
| #if STDC_HEADERS || HAVE_STDLIB_H
| # include <stdlib.h>
| #else
| char *malloc ();
| #endif
| 
| int
| main ()
| {
| exit (malloc (0) ? 0 : 1);
|   ;
|   return 0;
| }
configure:6890: result: no
configure:6913: checking for working memcmp
configure:6962: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:6965: $? = 0
configure:6967: ./conftest
ld.so.1: ./conftest: fatal: libgmodule-1.2.so.0: open failed: No such file or 
directory
./configure: line 1: 10297 Killed                  ./conftest$ac_exeext
configure:6970: $? = 137
configure: program exited with status 137
configure: failed program was:
| #line 6921 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   /* Some versions of memcmp are not 8-bit clean.  */
|   char c0 = 0x40, c1 = 0x80, c2 = 0x81;
|   if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
|     exit (1);
| 
|   /* The Next x86 OpenStep bug shows up only when comparing 16 bytes
|      or more and with at least one buffer not starting on a 4-byte boundary.
|      William Lewis provided this test program.   */
|   {
|     char foo[21];
|     char bar[21];
|     int i;
|     for (i = 0; i < 4; i++)
|       {
|         char *a = foo + i;
|         char *b = bar + i;
|         strcpy (a, "--------01111111");
|         strcpy (b, "--------10000000");
|         if (memcmp (a, b, 16) >= 0)
|           exit (1);
|       }
|     exit (0);
|   }
| 
|   ;
|   return 0;
| }
configure:6984: result: no
configure:6988: checking return type of signal handlers
configure:7020: gcc -c  -I/usr/local/include -I/opt/sfw/include/glib-1.2 
-I/opt/sfw/lib/glib/include  conftest.c >&5
configure:7023: $? = 0
configure:7026: test -s conftest.o
configure:7029: $? = 0
configure:7040: result: void
configure:7048: checking whether lstat dereferences a symlink specified with a 
trailing slash
configure:7080: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7083: $? = 0
configure:7085: ./conftest
ld.so.1: ./conftest: fatal: libgmodule-1.2.so.0: open failed: No such file or 
directory
./configure: line 1: 10335 Killed                  ./conftest$ac_exeext
configure:7088: $? = 137
configure: program exited with status 137
configure: failed program was:
| #line 7059 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|      /* Linux will dereference the symlink and fail.
|         That is better in the sense that it means we will not
|         have to compile and use the lstat wrapper.  */
|      exit (lstat ("conftest.sym/", &sbuf) ? 0 : 1);
|   ;
|   return 0;
| }
configure:7109: result: no
configure:7123: checking whether stat accepts an empty string
configure:7149: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7152: $? = 0
configure:7154: ./conftest
ld.so.1: ./conftest: fatal: libgmodule-1.2.so.0: open failed: No such file or 
directory
./configure: line 1: 10356 Killed                  ./conftest$ac_exeext
configure:7157: $? = 137
configure: program exited with status 137
configure: failed program was:
| #line 7131 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define RETSIGTYPE void
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| struct stat sbuf;
|   exit (stat ("", &sbuf) ? 1 : 0);
|   ;
|   return 0;
| }
configure:7171: result: no
configure:7186: checking for vprintf
configure:7236: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7239: $? = 0
configure:7242: test -s conftest
configure:7245: $? = 0
configure:7256: result: yes
configure:7263: checking for _doprnt
configure:7313: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7316: $? = 0
configure:7319: test -s conftest
configure:7322: $? = 0
configure:7333: result: yes
configure:7370: checking for bzero
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for dup2
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for floor
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for gettimeofday
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for memchr
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for memmove
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for memset
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7447: warning: conflicting types for built-in function `memset'
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for mkdir
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for mkfifo
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for modf
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for pow
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for putenv
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for rint
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for setenv
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
Undefined                       first referenced
 symbol                             in file
setenv                              /var/tmp/cc27Rzfp.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:7423: $? = 1
configure: failed program was:
| #line 7375 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #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_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRUCT_STAT_ST_BLOCKS 1
| #define HAVE_ST_BLOCKS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_LIBM 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBX11 1
| #define HAVE_LIBXEXT 1
| #define HAVE_LIBXT 1
| #define HAVE_MKSTEMP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 0
| #define malloc rpl_malloc
| #define RETSIGTYPE void
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_BZERO 1
| #define HAVE_DUP2 1
| #define HAVE_FLOOR 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_MEMCHR 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MKFIFO 1
| #define HAVE_MODF 1
| #define HAVE_POW 1
| #define HAVE_PUTENV 1
| #define HAVE_RINT 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char setenv (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* 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 setenv ();
| /* 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_setenv) || defined (__stub___setenv)
| choke me
| #else
| char (*f) () = setenv;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != setenv;
|   ;
|   return 0;
| }
configure:7440: result: no
configure:7370: checking for sqrt
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7454: warning: conflicting types for built-in function `sqrt'
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for strchr
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for strerror
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for strrchr
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for strspn
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7370: checking for strstr
configure:7420: gcc -o conftest  -I/usr/local/include 
-I/opt/sfw/include/glib-1.2 -I/opt/sfw/lib/glib/include  -L/usr/local/lib 
conftest.c -R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket 
-lnsl -lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++ >&5
configure:7423: $? = 0
configure:7426: test -s conftest
configure:7429: $? = 0
configure:7440: result: yes
configure:7582: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on it0063

config.status:640: creating Makefile
config.status:640: creating lib/gs_res.ps
config.status:640: creating pstoraster/pstoraster
config.status:640: creating pstoraster/pstopxl
config.status:640: creating ghostscript.list
config.status:640: creating ghostscript-cups.list

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-I/usr/local/include
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=-I/usr/local/include
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
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_exeext=
ac_cv_func__doprnt=yes
ac_cv_func_bzero=yes
ac_cv_func_dup2=yes
ac_cv_func_floor=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=no
ac_cv_func_gettimeofday=yes
ac_cv_func_lstat_dereferences_slashed_symlink=no
ac_cv_func_malloc_0_nonnull=no
ac_cv_func_memchr=yes
ac_cv_func_memcmp_working=no
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkfifo=yes
ac_cv_func_mkstemp=yes
ac_cv_func_modf=yes
ac_cv_func_pow=yes
ac_cv_func_putenv=yes
ac_cv_func_rint=yes
ac_cv_func_setenv=no
ac_cv_func_sqrt=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strrchr=yes
ac_cv_func_strspn=yes
ac_cv_func_strstr=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_have_x='have_x=yes                ac_x_includes= ac_x_libraries='
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libpng_png_h=no
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_png_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_param_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_window_h=no
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_lib_X11_XOpenDisplay=yes
ac_cv_lib_Xext_XdbeQueryExtension=yes
ac_cv_lib_Xt_XtAppCreateShell=yes
ac_cv_lib_gimpprint___stp_init=no
ac_cv_lib_jpeg_jpeg_set_defaults=yes
ac_cv_lib_m_cos=yes
ac_cv_lib_png_png_check_sig=yes
ac_cv_lib_z_deflate=yes
ac_cv_member_struct_stat_st_blocks=yes
ac_cv_objext=o
ac_cv_path_CUPSCONFIG=/usr/bin/cups-config
ac_cv_path_GLIB_CONFIG=/opt/sfw/bin/glib-config
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep=egrep
ac_cv_prog_gcc_traditional=no
ac_cv_search_opendir='none required'
ac_cv_struct_tm=time.h
ac_cv_type_mode_t=yes
ac_cv_type_off_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='gcc'
CFLAGS=' -I/usr/local/include -I/opt/sfw/include/glib-1.2 
-I/opt/sfw/lib/glib/include'
COMPILE_INITS='0'
CPP='gcc -E'
CPPFLAGS=''
CUPSCONFIG='/usr/bin/cups-config'
CUPSDEV='$(DD)cups.dev'
CUPSINCLUDE='include pstoraster/cups.mak'
CXX='g++'
CXXFLAGS='-I/usr/local/include'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_DIRENT_H=1 
-DSTDC_HEADERS=1 -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_UNISTD_H=1 -DHAVE_ERRNO_H=1 -DHAVE_FCNTL_H=1 -DHAVE_LIMITS_H=1 
-DHAVE_MALLOC_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_PARAM_H=1 
-DHAVE_SYS_TIME_H=1 -DHAVE_SYSLOG_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_ST_BLOCKS=1 -DTIME_WITH_SYS_TIME=1 
-DHAVE_LIBM=1 -DHAVE_PNG_H=1 -DHAVE_LIBX11=1 -DHAVE_LIBXEXT=1 -DHAVE_LIBXT=1 
-DHAVE_MKSTEMP=1 -DHAVE_UNISTD_H=1 -DHAVE_FORK=1 -DHAVE_VFORK=1 
-DHAVE_WORKING_VFORK=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=0 -Dmalloc=rpl_malloc 
-DRETSIGTYPE=void -DHAVE_VPRINTF=1 -DHAVE_DOPRNT=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 
-DHAVE_FLOOR=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_MEMCHR=1 -DHAVE_MEMMOVE=1 
-DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_MODF=1 -DHAVE_POW=1 
-DHAVE_PUTENV=1 -DHAVE_RINT=1 -DHAVE_SQRT=1 -DHAVE_STRCHR=1 -DHAVE_STRERROR=1 
-DHAVE_STRRCHR=1 -DHAVE_STRSPN=1 -DHAVE_STRSTR=1 '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='egrep'
EXEEXT=''
FILES='$(DD)bbox.dev $(DD)bff.dev $(DD)bit.dev $(DD)bitcmyk.dev $(DD)bitrgb.dev 
$(DD)bmp16.dev $(DD)bmp16m.dev $(DD)bmp256.dev $(DD)bmp32b.dev $(DD)bmpa16.dev 
$(DD)bmpa16m.dev $(DD)bmpa256.dev $(DD)bmpa32b.dev $(DD)bmpamono.dev 
$(DD)bmpasep1.dev $(DD)bmpasep8.dev $(DD)bmpgray.dev $(DD)bmpmono.dev 
$(DD)bmpsep1.dev $(DD)bmpsep8.dev $(DD)ccr.dev $(DD)cfax.dev $(DD)cgm24.dev 
$(DD)cgm8.dev $(DD)cgmmono.dev $(DD)cif.dev $(DD)dfaxhigh.dev $(DD)dfaxlow.dev 
$(DD)epswrite.dev $(DD)fax.dev $(DD)faxg3.dev $(DD)faxg32d.dev $(DD)faxg4.dev 
$(DD)inferno.dev $(DD)jpeg.dev $(DD)jpeggray.dev $(DD)mag16.dev $(DD)mag256.dev 
$(DD)mgr4.dev $(DD)mgr8.dev $(DD)mgrgray2.dev $(DD)mgrgray4.dev 
$(DD)mgrgray8.dev $(DD)mgrmono.dev $(DD)miff24.dev $(DD)pbm.dev $(DD)pbmraw.dev 
$(DD)pcx16.dev $(DD)pcx24b.dev $(DD)pcx256.dev $(DD)pcx2up.dev $(DD)pcxcmyk.dev 
$(DD)pcxgray.dev $(DD)pcxmono.dev $(DD)pdfwrite.dev $(DD)pgm.dev 
$(DD)pgmraw.dev $(DD)pgnm.dev $(DD)pgnmraw.dev $(DD)pkm.dev $(DD)pkmraw.dev 
$(DD)pksm.dev $(DD)pksmraw.dev $(DD)plan9bm.dev $(DD)png16.dev $(DD)png16m.dev 
$(DD)png256.dev $(DD)pngalpha.dev $(DD)pnggray.dev $(DD)pngmono.dev 
$(DD)pnm.dev $(DD)pnmraw.dev $(DD)ppm.dev $(DD)ppmraw.dev $(DD)psdf.dev 
$(DD)psgray.dev $(DD)psmono.dev $(DD)psrgb.dev $(DD)pswrite.dev $(DD)sgirgb.dev 
$(DD)sunhmono.dev $(DD)sxlcrt.dev $(DD)tfax.dev $(DD)tiff12nc.dev 
$(DD)tiff24nc.dev $(DD)tiffcrle.dev $(DD)tiffg3.dev $(DD)tiffg32d.dev 
$(DD)tiffg4.dev $(DD)tifflzw.dev $(DD)tiffpack.dev $(DD)tiffs.dev '
GCFLAGS=' -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes 
-Wcast-qual -Wwrite-strings -fno-builtin -fno-common'
GIMPPRINTCONFIG=''
GLIB_CONFIG='/opt/sfw/bin/glib-config'
GS='gs'
HAVE_MKSTEMP='-DHAVE_MKSTEMP'
IJSDEVS='$(DD)ijs.dev'
IJSDIR='ijs'
LDFLAGS='-L/usr/local/lib'
LIBJPEGDIR='src'
LIBOBJS=' malloc$U.o memcmp$U.o lstat$U.o'
LIBPNGDIR='src'
LIBS='-R/usr/lib -lcupsimage -ltiff -ljpeg -lpng -lm -lz -lcups -lsocket -lnsl 
-lm  -L/opt/sfw/lib -lgmodule -lglib -ldl -lstdc++'
LTLIBOBJS=' malloc$U.lo memcmp$U.lo lstat$U.lo'
OBJEXT='o'
OMNIDEVS='$(DD)omni.dev'
OPT_CFLAGS=' -O2'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PRINTERS='$(DD)alc2000.dev $(DD)alc4000.dev $(DD)alc8500.dev $(DD)alc8600.dev 
$(DD)ap3250.dev $(DD)appledmp.dev $(DD)atx23.dev $(DD)atx24.dev $(DD)atx38.dev 
$(DD)bj10e.dev $(DD)bj10v.dev $(DD)bj10vh.dev $(DD)bj200.dev $(DD)bjc600.dev 
$(DD)bjc800.dev $(DD)bjc880j.dev $(DD)bjccmyk.dev $(DD)bjccolor.dev 
$(DD)bjcgray.dev $(DD)bjcmono.dev $(DD)cdeskjet.dev $(DD)cdj1600.dev 
$(DD)cdj500.dev $(DD)cdj550.dev $(DD)cdj670.dev $(DD)cdj850.dev $(DD)cdj880.dev 
$(DD)cdj890.dev $(DD)cdj970.dev $(DD)cdjcolor.dev $(DD)cdjmono.dev 
$(DD)chp2200.dev $(DD)cljet5.dev $(DD)cljet5c.dev $(DD)cljet5pr.dev 
$(DD)coslw2p.dev $(DD)coslwxl.dev $(DD)cp50.dev $(DD)declj250.dev 
$(DD)deskjet.dev $(DD)dj505j.dev $(DD)djet500.dev $(DD)djet500c.dev 
$(DD)djet820c.dev $(DD)dl2100.dev $(DD)dmprt.dev $(DD)dnj650c.dev 
$(DD)epl2050.dev $(DD)epl2050p.dev $(DD)epl2120.dev $(DD)epl5800.dev 
$(DD)epl5900.dev $(DD)epl6100.dev $(DD)eps9high.dev $(DD)eps9mid.dev 
$(DD)epson.dev $(DD)epsonc.dev $(DD)escp.dev $(DD)escpage.dev $(DD)escpc.dev 
$(DD)fmlbp.dev $(DD)fmpr.dev $(DD)fs600.dev $(DD)gdi.dev $(DD)hl1240.dev 
$(DD)hl1250.dev $(DD)hl7x0.dev $(DD)hpdj1120c.dev $(DD)hpdj310.dev 
$(DD)hpdj320.dev $(DD)hpdj340.dev $(DD)hpdj400.dev $(DD)hpdj500.dev 
$(DD)hpdj500c.dev $(DD)hpdj510.dev $(DD)hpdj520.dev $(DD)hpdj540.dev 
$(DD)hpdj550c.dev $(DD)hpdj560c.dev $(DD)hpdj600.dev $(DD)hpdj660c.dev 
$(DD)hpdj670c.dev $(DD)hpdj680c.dev $(DD)hpdj690c.dev $(DD)hpdj850c.dev 
$(DD)hpdj855c.dev $(DD)hpdj870c.dev $(DD)hpdj890c.dev $(DD)hpdjplus.dev 
$(DD)hpdjportable.dev $(DD)ibmpro.dev $(DD)imagen.dev $(DD)iwhi.dev 
$(DD)iwlo.dev $(DD)iwlq.dev $(DD)jetp3852.dev $(DD)jj100.dev $(DD)la50.dev 
$(DD)la70.dev $(DD)la75.dev $(DD)la75plus.dev $(DD)laserjet.dev $(DD)lbp310.dev 
$(DD)lbp320.dev $(DD)lbp8.dev $(DD)lex2050.dev $(DD)lex3200.dev 
$(DD)lex5700.dev $(DD)lex7000.dev $(DD)lips2p.dev $(DD)lips3.dev $(DD)lips4.dev 
$(DD)lips4v.dev $(DD)lj250.dev $(DD)lj3100sw.dev $(DD)lj4dith.dev 
$(DD)lj4dithp.dev $(DD)lj5gray.dev $(DD)lj5mono.dev $(DD)ljet2p.dev 
$(DD)ljet3.dev $(DD)ljet3d.dev $(DD)ljet4.dev $(DD)ljet4d.dev $(DD)ljet4pjl.dev 
$(DD)ljetplus.dev $(DD)ln03.dev $(DD)lp1800.dev $(DD)lp1900.dev $(DD)lp2000.dev 
$(DD)lp2200.dev $(DD)lp2563.dev $(DD)lp3000c.dev $(DD)lp7700.dev 
$(DD)lp8000.dev $(DD)lp8000c.dev $(DD)lp8100.dev $(DD)lp8200c.dev 
$(DD)lp8300c.dev $(DD)lp8300f.dev $(DD)lp8400f.dev $(DD)lp8500c.dev 
$(DD)lp8600.dev $(DD)lp8600f.dev $(DD)lp8700.dev $(DD)lp8800c.dev 
$(DD)lp8900.dev $(DD)lp9300.dev $(DD)lp9400.dev $(DD)lp9600.dev 
$(DD)lp9600s.dev $(DD)lq850.dev $(DD)lx5000.dev $(DD)lxm3200.dev 
$(DD)lxm5700m.dev $(DD)m8510.dev $(DD)md1xMono.dev $(DD)md2k.dev 
$(DD)md50Eco.dev $(DD)md50Mono.dev $(DD)md5k.dev $(DD)mj500c.dev 
$(DD)mj6000c.dev $(DD)mj700v2c.dev $(DD)mj8000c.dev $(DD)ml600.dev 
$(DD)necp6.dev $(DD)npdl.dev $(DD)oce9050.dev $(DD)oki182.dev $(DD)oki4w.dev 
$(DD)okiibm.dev $(DD)paintjet.dev $(DD)pcl3.dev $(DD)photoex.dev 
$(DD)picty180.dev $(DD)pj.dev $(DD)pjetxl.dev $(DD)pjxl.dev $(DD)pjxl300.dev 
$(DD)pr1000.dev $(DD)pr1000_4.dev $(DD)pr150.dev $(DD)pr201.dev 
$(DD)pxlcolor.dev $(DD)pxlmono.dev $(DD)r4081.dev $(DD)rpdl.dev 
$(DD)samsunggdi.dev $(DD)sj48.dev $(DD)st800.dev $(DD)stcolor.dev 
$(DD)t4693d2.dev $(DD)t4693d4.dev $(DD)t4693d8.dev $(DD)tek4696.dev 
$(DD)uniprint.dev $(DD)xes.dev '
RANLIB='ranlib'
SHARE_LIBJPEG='1'
SHARE_LIBPNG='1'
SHARE_ZLIB='1'
SHELL='/bin/bash'
STPDEVS=''
STPLIB='gimpprint'
XLDFLAGS=''
X_CFLAGS=''
X_DEVS='$(DD)x11.dev $(DD)x11alpha.dev $(DD)x11cmyk.dev $(DD)x11mono.dev 
$(DD)x11_.dev $(DD)x11alt_.dev $(DD)x11cmyk2.dev $(DD)x11cmyk4.dev 
$(DD)x11cmyk8.dev $(DD)x11rg16x.dev $(DD)x11rg32x.dev $(DD)x11gray2.dev 
$(DD)x11gray4.dev'
X_LIBS='-lXt -lXext -lX11'
ZLIBDIR='src'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build_alias=''
cups_datadir='/usr/share/cups'
cups_serverbin='/usr/lib/cups'
cups_serverroot='/etc/cups'
datadir='/usr/local/share'
exec_prefix='${prefix}'
fontpath='/usr/local/share/fonts/default/ghostscript:/usr/local/share/fonts/default/Type1:/usr/local/share/fonts/default/TrueType:/usr/lib/DPS/outline/base:/usr/openwin/lib/X11/fonts/Type1:/usr/openwin/lib/X11/fonts/TrueType'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_BZERO 1
#define HAVE_DIRENT_H 1
#define HAVE_DOPRNT 1
#define HAVE_DUP2 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOOR 1
#define HAVE_FORK 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIBX11 1
#define HAVE_LIBXEXT 1
#define HAVE_LIBXT 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC 0
#define HAVE_MALLOC_H 1
#define HAVE_MEMCHR 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_MKFIFO 1
#define HAVE_MKSTEMP 1
#define HAVE_MODF 1
#define HAVE_PNG_H 1
#define HAVE_POW 1
#define HAVE_PUTENV 1
#define HAVE_RINT 1
#define HAVE_SQRT 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRRCHR 1
#define HAVE_STRSPN 1
#define HAVE_STRSTR 1
#define HAVE_STRUCT_STAT_ST_BLOCKS 1
#define HAVE_ST_BLOCKS 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VFORK 1
#define HAVE_VPRINTF 1
#define HAVE_WORKING_VFORK 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define malloc rpl_malloc

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]