bug-autoconf
[Top][All Lists]
Advanced

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

gimp autoconf bug on Solaris 9


From: Harrison Picot
Subject: gimp autoconf bug on Solaris 9
Date: Sat, 09 Aug 2003 17:04:22 -0400
User-agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0

Hi:

I am not sure what you need but I am just following what seems
to be the instructions.  The system is currently running Gimp 2.1,
provided by Sun, and I am attempting to get 2.5 compiled on Solaris
9, with an older 32 bit Sun C compiler.

here is the short version, no Make file was produced.

checking for suffix of object files... o
checking whether we are using the GNU C compiler... no
checking whether cc accepts -g... yes
checking for cc option to accept ANSI C... none needed
checking build system type... sparc-sun-solaris2.9
checking host system type... sparc-sun-solaris2.9
checking for non-GNU ld... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no


checking X11/Xmu/WinUtil.h presence... yes
configure: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled
configure: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite headers? configure: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for X11/Xmu/WinUtil.h... yes
checking for aa_printf in -laa... no
configure: WARNING: *** AA plug-in will not be built (AA library not found) ***
checking for TIFFReadScanline in -ltiff... yes

The config.log is attached.

--
Thanks,

Harrison
===================================================================
P. Harrison Picot II                          address@hidden
Enterprise Systems Engineer                            703.754-8891
Oracle DBA                                http://www.alcyontech.com
Alcyon Technologies                               Haymarket, VA USA
                   "Oracle on Sun means business"
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 = macie
uname -m = sun4u
uname -r = 5.9
uname -s = SunOS
uname -v = Generic_112233-07

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = macie
Release = 5.9
KernelID = Generic_112233-07
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: .
PATH: /opt2/frame/6/bin
PATH: /usr/dt/bin
PATH: /usr/openwin/bin
PATH: /u01/app/oracle/product/9.2.0/bin
PATH: /opt/sfw/bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/local/bin
PATH: /usr/sfw/bin
PATH: /opt/SUNWspro/bin
PATH: /usr/ccs/bin
PATH: /opt2/SUNWns6
PATH: /opt2/Acrobat4/bin
PATH: /opt2/frame/6/bin
PATH: /opt/SUNWppro/bin
PATH: /opt/VRTSvmsa/bin
PATH: /home/hpicot/bin
PATH: .


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

configure:1524: checking for a BSD-compatible install
configure:1578: result: ./install-sh -c
configure:1589: checking whether build environment is sane
configure:1632: result: yes
configure:1647: checking whether make sets $(MAKE)
configure:1667: result: yes
configure:1690: checking for working aclocal-1.4
configure:1701: result: missing
configure:1705: checking for working autoconf
configure:1716: result: missing
configure:1720: checking for working automake-1.4
configure:1731: result: missing
configure:1735: checking for working autoheader
configure:1746: result: missing
configure:1750: checking for working makeinfo
configure:1757: result: found
configure:1819: checking for gcc
configure:1848: result: no
configure:1899: checking for cc
configure:1915: found /opt/SUNWspro/bin/cc
configure:1925: result: cc
configure:2089: checking for C compiler version
configure:2092: cc --version </dev/null >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2095: $? = 1
configure:2097: cc -v </dev/null >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2100: $? = 1
configure:2102: cc -V </dev/null >&5
cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2
usage: cc [ options] files.  Use 'cc -flags' for details
configure:2105: $? = 1
configure:2129: checking for C compiler default output
configure:2132: cc    conftest.c  >&5
configure:2135: $? = 0
configure:2181: result: a.out
configure:2186: checking whether the C compiler works
configure:2192: ./a.out
configure:2195: $? = 0
configure:2212: result: yes
configure:2219: checking whether we are cross compiling
configure:2221: result: no
configure:2224: checking for suffix of executables
configure:2226: cc -o conftest    conftest.c  >&5
configure:2229: $? = 0
configure:2254: result: 
configure:2260: checking for suffix of object files
configure:2282: cc -c   conftest.c >&5
configure:2285: $? = 0
configure:2307: result: o
configure:2311: checking whether we are using the GNU C compiler
configure:2336: cc -c   conftest.c >&5
"configure", line 2329: undefined symbol: choke
"configure", line 2329: syntax error before or at: me
cc: acomp failed for conftest.c
configure:2339: $? = 2
configure: failed program was:
| #line 2316 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2358: result: no
configure:2364: checking whether cc accepts -g
configure:2386: cc -c -g  conftest.c >&5
configure:2389: $? = 0
configure:2392: test -s conftest.o
configure:2395: $? = 0
configure:2406: result: yes
configure:2423: checking for cc option to accept ANSI C
configure:2484: cc  -c -g  conftest.c >&5
"configure", line 2471: warning: statement not reached
configure:2487: $? = 0
configure:2490: test -s conftest.o
configure:2493: $? = 0
configure:2511: result: none needed
configure:2529: cc -c -g  conftest.c >&5
"conftest.c", line 2: undefined or not a type: choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 4: undefined or not a type: me
cc: acomp failed for conftest.c
configure:2532: $? = 2
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2714: checking build system type
configure:2732: result: sparc-sun-solaris2.9
configure:2740: checking host system type
configure:2754: result: sparc-sun-solaris2.9
configure:2817: checking for non-GNU ld
configure:2847: result: /usr/ccs/bin/ld
configure:2856: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:2868: result: no
configure:2873: checking for /usr/ccs/bin/ld option to reload object files
configure:2880: result: -r
configure:2885: checking for BSD-compatible nm
configure:2921: result: /usr/ccs/bin/nm -p
configure:2924: checking for a sed that does not truncate output
configure:3006: result: /usr/bin/sed
configure:3009: checking whether ln -s works
configure:3013: result: yes
configure:3020: checking how to recognise dependent libraries
configure:3201: result: pass_all
configure:3214: checking command to parse /usr/ccs/bin/nm -p output
configure:3298: cc -c -g  conftest.c >&5
configure:3301: $? = 0
configure:3305: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[      
]\([BDT][BDT]*\)[       ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' 
\> conftest.nm
configure:3308: $? = 0
configure:3360: cc -o conftest -g   conftest.c conftstm.o >&5
configure:3363: $? = 0
configure:3407: result: ok
configure:3416: checking how to run the C preprocessor
configure:3452: cc -E  conftest.c
configure:3458: $? = 0
configure:3490: cc -E  conftest.c
"configure", line 3489: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3496: $? = 2
configure: failed program was:
| #line 3481 "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:3534: result: cc -E
configure:3559: cc -E  conftest.c
configure:3565: $? = 0
configure:3597: cc -E  conftest.c
"configure", line 3596: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:3603: $? = 2
configure: failed program was:
| #line 3588 "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:3646: checking for egrep
configure:3656: result: egrep
configure:3661: checking for ANSI C header files
configure:3687: cc -c -g  conftest.c >&5
configure:3690: $? = 0
configure:3693: test -s conftest.o
configure:3696: $? = 0
configure:3785: cc -o conftest -g   conftest.c  >&5
configure:3788: $? = 0
configure:3790: ./conftest
configure:3793: $? = 0
configure:3808: result: yes
configure:3832: checking for sys/types.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for sys/stat.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for stdlib.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for string.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for memory.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for strings.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for inttypes.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3832: checking for stdint.h
configure:3849: cc -c -g  conftest.c >&5
"configure", line 3888: cannot find include file: <stdint.h>
cc: acomp failed for conftest.c
configure:3852: $? = 2
configure: failed program was:
| #line 3837 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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:3869: result: no
configure:3832: checking for unistd.h
configure:3849: cc -c -g  conftest.c >&5
configure:3852: $? = 0
configure:3855: test -s conftest.o
configure:3858: $? = 0
configure:3869: result: yes
configure:3895: checking dlfcn.h usability
configure:3908: cc -c -g  conftest.c >&5
configure:3911: $? = 0
configure:3914: test -s conftest.o
configure:3917: $? = 0
configure:3927: result: yes
configure:3931: checking dlfcn.h presence
configure:3942: cc -E  conftest.c
configure:3948: $? = 0
configure:3967: result: yes
configure:4003: checking for dlfcn.h
configure:4010: result: yes
configure:4208: checking for ranlib
configure:4224: found /usr/ccs/bin/ranlib
configure:4235: result: ranlib
configure:4288: checking for strip
configure:4304: found /usr/ccs/bin/strip
configure:4315: result: strip
configure:4525: checking for objdir
configure:4536: result: .libs
configure:4553: checking for cc option to produce PIC
configure:4699: result: -KPIC
configure:4703: checking if cc PIC flag -KPIC works
configure:4727: cc -c -g -KPIC -DPIC  conftest.c >&5
configure:4730: $? = 0
configure:4733: test -s conftest.o
configure:4736: $? = 0
configure:4774: result: yes
configure:4790: checking if cc static flag -Bstatic works
configure:4815: cc -o conftest -g   -Bstatic conftest.c  >&5
configure:4818: $? = 0
configure:4821: test -s conftest
configure:4824: $? = 0
configure:4840: result: yes
configure:4852: checking if cc supports -c -o file.o
configure:4875: cc -c -g -o out/conftest2.o  conftest.c >&5
configure:4896: result: yes
configure:4901: checking if cc supports -c -o file.lo
configure:4929: cc -c -g -c -o conftest.lo  conftest.c >&5
cc: illegal suffix of output filename
configure:4932: $? = 1
configure: failed program was:
| #line 4912 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| int some_variable = 0;
|   ;
|   return 0;
| }
configure:4960: result: no
configure:5051: checking whether the linker (/usr/ccs/bin/ld) supports shared 
libraries
configure:5746: result: yes
configure:5751: checking how to hardcode library paths into programs
configure:5775: result: immediate
configure:5780: checking whether stripping libraries is possible
configure:5788: result: no
configure:5796: checking dynamic linker characteristics
configure:6216: result: solaris2.9 ld.so
configure:6221: checking if libtool supports shared libraries
configure:6223: result: yes
configure:6226: checking whether to build shared libraries
configure:6247: result: yes
configure:6250: checking whether to build static libraries
configure:6254: result: yes
configure:7543: checking whether to enable maintainer-specific portions of 
Makefiles
configure:7552: result: no
configure:7569: checking for some Win32 platform
configure:7579: result: no
configure:7591: checking for native Win32
configure:7603: result: no
configure:7665: checking for strerror in -lcposix
configure:7696: cc -o conftest -g   conftest.c -lcposix   >&5
ld: fatal: library -lcposix: not found
ld: fatal: File processing errors. No output written to conftest
configure:7699: $? = 1
configure: failed program was:
| #line 7672 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_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 strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:7717: result: no
configure:7728: checking for cc option to accept ANSI C
configure:7791: cc  -c -g  conftest.c >&5
"configure", line 7798: warning: statement not reached
configure:7794: $? = 0
configure:7797: test -s conftest.o
configure:7800: $? = 0
configure:7815: result: none needed
configure:7838: checking for a BSD-compatible install
configure:7892: result: ./install-sh -c
configure:7903: checking whether ln -s works
configure:7907: result: yes
configure:7914: checking whether make sets $(MAKE)
configure:7934: result: yes
configure:7948: checking how to run the C preprocessor
configure:8066: result: cc -E
configure:8091: cc -E  conftest.c
configure:8097: $? = 0
configure:8129: cc -E  conftest.c
"configure", line 8138: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:8135: $? = 2
configure: failed program was:
| #line 8120 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10409: checking whether we are using the GNU C Library 2.1 or newer
"configure", line 10433: cannot find include file: <features.h>
cc: acomp failed for conftest.c
configure:10441: result: no
configure:10472: checking argz.h usability
configure:10485: cc -c -g  conftest.c >&5
"configure", line 10526: cannot find include file: <argz.h>
cc: acomp failed for conftest.c
configure:10488: $? = 2
configure: failed program was:
| #line 10474 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_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 <argz.h>
configure:10504: result: no
configure:10508: checking argz.h presence
configure:10519: cc -E  conftest.c
"configure", line 10528: cannot find include file: <argz.h>
cc: acomp failed for conftest.c
configure:10525: $? = 2
configure: failed program was:
| #line 10510 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <argz.h>
configure:10544: result: no
configure:10580: checking for argz.h
configure:10587: result: no
configure:10472: checking limits.h usability
configure:10485: cc -c -g  conftest.c >&5
configure:10488: $? = 0
configure:10491: test -s conftest.o
configure:10494: $? = 0
configure:10504: result: yes
configure:10508: checking limits.h presence
configure:10519: cc -E  conftest.c
configure:10525: $? = 0
configure:10544: result: yes
configure:10580: checking for limits.h
configure:10587: result: yes
configure:10472: checking locale.h usability
configure:10485: cc -c -g  conftest.c >&5
configure:10488: $? = 0
configure:10491: test -s conftest.o
configure:10494: $? = 0
configure:10504: result: yes
configure:10508: checking locale.h presence
configure:10519: cc -E  conftest.c
configure:10525: $? = 0
configure:10544: result: yes
configure:10580: checking for locale.h
configure:10587: result: yes
configure:10472: checking nl_types.h usability
configure:10485: cc -c -g  conftest.c >&5
configure:10488: $? = 0
configure:10491: test -s conftest.o
configure:10494: $? = 0
configure:10504: result: yes
configure:10508: checking nl_types.h presence
configure:10519: cc -E  conftest.c
configure:10525: $? = 0
configure:10544: result: yes
configure:10580: checking for nl_types.h
configure:10587: result: yes
configure:10472: checking malloc.h usability
configure:10485: cc -c -g  conftest.c >&5
configure:10488: $? = 0
configure:10491: test -s conftest.o
configure:10494: $? = 0
configure:10504: result: yes
configure:10508: checking malloc.h presence
configure:10519: cc -E  conftest.c
configure:10525: $? = 0
configure:10544: result: yes
configure:10580: checking for malloc.h
configure:10587: result: yes
configure:10472: checking stddef.h usability
configure:10485: cc -c -g  conftest.c >&5
configure:10488: $? = 0
configure:10491: test -s conftest.o
configure:10494: $? = 0
configure:10504: result: yes
configure:10508: checking stddef.h presence
configure:10519: cc -E  conftest.c
configure:10525: $? = 0
configure:10544: result: yes
configure:10580: checking for stddef.h
configure:10587: result: yes
configure:10463: checking for stdlib.h
configure:10468: result: yes
configure:10463: checking for string.h
configure:10468: result: yes
configure:10463: checking for unistd.h
configure:10468: result: yes
configure:10472: checking sys/param.h usability
configure:10485: cc -c -g  conftest.c >&5
configure:10488: $? = 0
configure:10491: test -s conftest.o
configure:10494: $? = 0
configure:10504: result: yes
configure:10508: checking sys/param.h presence
configure:10519: cc -E  conftest.c
configure:10525: $? = 0
configure:10544: result: yes
configure:10580: checking for sys/param.h
configure:10587: result: yes
configure:10626: checking for feof_unlocked
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10692: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
feof_unlocked                       conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char feof_unlocked (); 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 feof_unlocked ();
| /* 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_feof_unlocked) || defined (__stub___feof_unlocked)
| choke me
| #else
| char (*f) () = feof_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != feof_unlocked;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10626: checking for fgets_unlocked
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10692: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
fgets_unlocked                      conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char fgets_unlocked (); 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 fgets_unlocked ();
| /* 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_fgets_unlocked) || defined (__stub___fgets_unlocked)
| choke me
| #else
| char (*f) () = fgets_unlocked;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != fgets_unlocked;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10626: checking for getcwd
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10692: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for getegid
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10693: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for geteuid
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10694: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for getgid
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10695: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for getuid
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10696: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for mempcpy
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10697: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
mempcpy                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char mempcpy (); 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 mempcpy ();
| /* 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_mempcpy) || defined (__stub___mempcpy)
| choke me
| #else
| char (*f) () = mempcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != mempcpy;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10626: checking for munmap
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10697: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for putenv
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10698: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for setenv
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10699: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
setenv                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 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:10696: result: no
configure:10626: checking for setlocale
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10699: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for stpcpy
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10700: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
stpcpy                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char stpcpy (); 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 stpcpy ();
| /* 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_stpcpy) || defined (__stub___stpcpy)
| choke me
| #else
| char (*f) () = stpcpy;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != stpcpy;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10626: checking for strchr
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10700: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for strcasecmp
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10701: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for strdup
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10702: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for strtoul
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10703: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for tsearch
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10704: warning: statement not reached
configure:10679: $? = 0
configure:10682: test -s conftest
configure:10685: $? = 0
configure:10696: result: yes
configure:10626: checking for __argz_count
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10705: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
__argz_count                        conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_count (); 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 __argz_count ();
| /* 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___argz_count) || defined (__stub_____argz_count)
| choke me
| #else
| char (*f) () = __argz_count;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __argz_count;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10626: checking for __argz_stringify
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10705: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
__argz_stringify                    conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_stringify (); 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 __argz_stringify ();
| /* 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___argz_stringify) || defined (__stub_____argz_stringify)
| choke me
| #else
| char (*f) () = __argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __argz_stringify;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10626: checking for __argz_next
configure:10676: cc -o conftest -g   conftest.c  >&5
"configure", line 10705: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
__argz_next                         conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:10679: $? = 1
configure: failed program was:
| #line 10631 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char __argz_next (); 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 __argz_next ();
| /* 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___argz_next) || defined (__stub_____argz_next)
| choke me
| #else
| char (*f) () = __argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != __argz_next;
|   ;
|   return 0;
| }
configure:10696: result: no
configure:10721: checking for iconv
configure:10749: cc -o conftest -g   conftest.c  >&5
configure:10752: $? = 0
configure:10755: test -s conftest
configure:10758: $? = 0
configure:10813: result: yes
configure:10821: checking for iconv declaration
configure:10856: cc -c -g  conftest.c >&5
"configure", line 10876: identifier redeclared: iconv
        current : function(pointer to struct _iconv_info {}, pointer to pointer 
to char, pointer to uint, pointer to pointer to char, pointer ...
        previous: function(pointer to struct _iconv_info {}, pointer to pointer 
to const char, pointer to uint, pointer to pointer to char, po... : 
"/usr/include/iconv.h", line 20
cc: acomp failed for conftest.c
configure:10859: $? = 2
configure: failed program was:
| #line 10827 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| #include <iconv.h>
| extern
| #ifdef __cplusplus
| "C"
| #endif
| #if defined(__STDC__) || defined(__cplusplus)
| size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, 
size_t *outbytesleft);
| #else
| size_t iconv();
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:10880: result: 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:10896: checking for nl_langinfo and CODESET
configure:10918: cc -o conftest -g   conftest.c  >&5
configure:10921: $? = 0
configure:10924: test -s conftest
configure:10927: $? = 0
configure:10939: result: yes
configure:10950: checking for LC_MESSAGES
configure:10972: cc -o conftest -g   conftest.c  >&5
"configure", line 11004: warning: statement not reached
configure:10975: $? = 0
configure:10978: test -s conftest
configure:10981: $? = 0
configure:10992: result: yes
configure:11002: checking whether NLS is requested
configure:11011: result: yes
configure:11025: checking whether included gettext is requested
configure:11035: result: no
configure:11055: checking libintl.h usability
configure:11068: cc -c -g  conftest.c >&5
configure:11071: $? = 0
configure:11074: test -s conftest.o
configure:11077: $? = 0
configure:11087: result: yes
configure:11091: checking libintl.h presence
configure:11102: cc -E  conftest.c
configure:11108: $? = 0
configure:11127: result: yes
configure:11163: checking for libintl.h
configure:11170: result: yes
configure:11175: checking for GNU gettext in libc
configure:11199: cc -o conftest -g   conftest.c  >&5
"configure", line 11233: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
_nl_msg_cat_cntr                    conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:11202: $? = 1
configure: failed program was:
| #line 11180 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr
|   ;
|   return 0;
| }
configure:11219: result: no
configure:11223: checking for GNU gettext in libintl
configure:11249: cc -o conftest -g   conftest.c  -lintl  >&5
"configure", line 11283: warning: statement not reached
Undefined                       first referenced
 symbol                             in file
_nl_msg_cat_cntr                    conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:11252: $? = 1
configure: failed program was:
| #line 11230 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <libintl.h>
| extern int _nl_msg_cat_cntr;
| int
| main ()
| {
| bindtextdomain ("", "");
| return (int) gettext ("") + _nl_msg_cat_cntr
|   ;
|   return 0;
| }
configure:11270: result: no
configure:11505: checking for msgfmt
configure:11532: result: /opt/sfw/bin/msgfmt
configure:11541: checking for gmsgfmt
configure:11572: result: /opt/sfw/bin/msgfmt
configure:11581: checking for xgettext
configure:11608: result: /opt/sfw/bin/xgettext
configure:11657: checking for bison
configure:11686: result: no
configure:11744: checking for catalogs to be installed
configure:11764: result:  ca cs da de el en_GB es fi fr ga gl hu hr it ja ko lt 
nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW
configure:12031: checking for gtk-config
configure:12049: found /usr/sfw/bin/gtk-config
configure:12062: result: /usr/sfw/bin/gtk-config
configure:12070: checking for GTK - version >= 1.2.8
configure:12177: cc -o conftest -g -I/usr/sfw/include/gtk-1.2 
-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include   conftest.c 
-L/usr/sfw/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -R/usr/sfw/lib 
-lgmodule -lglib -ldl -lXext -lX11 -lsocket -lnsl -lm  >&5
configure:12180: $? = 0
configure:12182: ./conftest
configure:12185: $? = 0
configure:12203: result: yes
configure:12390: checking math.h usability
configure:12403: cc -c -g  conftest.c >&5
configure:12406: $? = 0
configure:12409: test -s conftest.o
configure:12412: $? = 0
configure:12422: result: yes
configure:12426: checking math.h presence
configure:12437: cc -E  conftest.c
configure:12443: $? = 0
configure:12462: result: yes
configure:12498: checking for math.h
configure:12505: result: yes
configure:12390: checking ieeefp.h usability
configure:12403: cc -c -g  conftest.c >&5
configure:12406: $? = 0
configure:12409: test -s conftest.o
configure:12412: $? = 0
configure:12422: result: yes
configure:12426: checking ieeefp.h presence
configure:12437: cc -E  conftest.c
configure:12443: $? = 0
configure:12462: result: yes
configure:12498: checking for ieeefp.h
configure:12505: result: yes
configure:12519: checking for extra flags to get ANSI library prototypes
configure:12538: cc -o conftest -g   conftest.c  -lm >&5
configure:12541: $? = 0
configure:12543: ./conftest
configure:12546: $? = 0
configure:12548: result: none needed
configure:12607: checking for finite
configure:12657: cc -o conftest -g   conftest.c  -lm >&5
"configure", line 12693: warning: statement not reached
configure:12660: $? = 0
configure:12663: test -s conftest
configure:12666: $? = 0
configure:12677: result: yes
configure:12783: checking for extra flags for POSIX compliance
configure:12802: cc -c -g  conftest.c >&5
configure:12805: $? = 0
configure:12808: test -s conftest.o
configure:12811: $? = 0
configure:12813: result: none needed
configure:12874: checking for XmuClientWindow in -lXmu
configure:12905: cc -o conftest -g  -I/usr/sfw/include/gtk-1.2 
-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include  -L/usr/sfw/lib 
-L/usr/openwin/lib -R/usr/openwin/lib  conftest.c -lXmu -lXt -lSM -lICE  
-L/usr/sfw/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -R/usr/sfw/lib 
-lgmodule -lglib -ldl -lXext -lX11 -lsocket -lnsl -lm >&5
configure:12908: $? = 0
configure:12911: test -s conftest
configure:12914: $? = 0
configure:12926: result: yes
configure:12939: checking X11/Xmu/WinUtil.h usability
configure:12952: cc -c -g  -I/usr/sfw/include/gtk-1.2 
-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include conftest.c >&5
"/usr/include/X11/Xutil.h", line 117: syntax error before or at: Bool
"/usr/include/X11/Xutil.h", line 117: cannot recover from previous errors
cc: acomp failed for conftest.c
configure:12955: $? = 2
configure: failed program was:
| #line 12941 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_MATH_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_FINITE 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 <X11/Xmu/WinUtil.h>
configure:12971: result: no
configure:12975: checking X11/Xmu/WinUtil.h presence
configure:12986: cc -E  -I/usr/sfw/include/gtk-1.2 -I/usr/sfw/include/glib-1.2 
-I/usr/sfw/lib/glib/include conftest.c
configure:12992: $? = 0
configure:13011: result: yes
configure:13031: WARNING: X11/Xmu/WinUtil.h: present but cannot be compiled
configure:13033: WARNING: X11/Xmu/WinUtil.h: check for missing prerequisite 
headers?
configure:13035: WARNING: X11/Xmu/WinUtil.h: proceeding with the preprocessor's 
result
configure:13047: checking for X11/Xmu/WinUtil.h
configure:13054: result: yes
configure:13273: checking for aa_printf in -laa
configure:13304: cc -o conftest -g  -I/usr/sfw/include/gtk-1.2 
-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include  -L/usr/sfw/lib 
-L/usr/openwin/lib -R/usr/openwin/lib  conftest.c -laa   -L/usr/sfw/lib 
-L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -R/usr/sfw/lib -lgmodule 
-lglib -ldl -lXext -lX11 -lsocket -lnsl -lm >&5
ld: fatal: library -laa: not found
ld: fatal: File processing errors. No output written to conftest
configure:13307: $? = 1
configure: failed program was:
| #line 13280 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_MATH_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_FINITE 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 aa_printf ();
| int
| main ()
| {
| aa_printf ();
|   ;
|   return 0;
| }
configure:13325: result: no
configure:13466: WARNING: *** AA plug-in will not be built (AA library not 
found) ***
configure:13479: checking for TIFFReadScanline in -ltiff
configure:13510: cc -o conftest -g  -I/usr/sfw/include/gtk-1.2 
-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include  -L/usr/sfw/lib 
-L/usr/openwin/lib -R/usr/openwin/lib  conftest.c -ltiff -lm  -L/usr/sfw/lib 
-L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -R/usr/sfw/lib -lgmodule 
-lglib -ldl -lXext -lX11 -lsocket -lnsl -lm >&5
configure:13513: $? = 0
configure:13516: test -s conftest
configure:13519: $? = 0
configure:13531: result: yes
configure:13544: checking tiffio.h usability
configure:13557: cc -c -g  -I/usr/sfw/include/gtk-1.2 
-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include conftest.c >&5
"configure", line 13628: cannot find include file: <tiffio.h>
cc: acomp failed for conftest.c
configure:13560: $? = 2
configure: failed program was:
| #line 13546 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_MATH_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_FINITE 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 <tiffio.h>
configure:13576: result: no
configure:13580: checking tiffio.h presence
configure:13591: cc -E  -I/usr/sfw/include/gtk-1.2 -I/usr/sfw/include/glib-1.2 
-I/usr/sfw/lib/glib/include conftest.c
"configure", line 13630: cannot find include file: <tiffio.h>
cc: acomp failed for conftest.c
configure:13597: $? = 2
configure: failed program was:
| #line 13582 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #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_DLFCN_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETCWD 1
| #define HAVE_GETEGID 1
| #define HAVE_GETEUID 1
| #define HAVE_GETGID 1
| #define HAVE_GETUID 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_SETLOCALE 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOUL 1
| #define HAVE_TSEARCH 1
| #define HAVE_ICONV 1
| #define ICONV_CONST const
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_LC_MESSAGES 1
| #define ENABLE_NLS 1
| #define HAVE_MATH_H 1
| #define HAVE_IEEEFP_H 1
| #define HAVE_FINITE 1
| /* end confdefs.h.  */
| #include <tiffio.h>
configure:13616: result: no
configure:13652: checking for tiffio.h
configure:13659: result: no
configure:13666: WARNING: *** TIFF plug-in will not be built (TIFF header files 
not found) ***
configure:14071: error:
*** Checks for TIFF libary failed. You can build without it by passing
*** --without-libtiff to configure but you won't be able to use TIFFs then.

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

ac_cv_build=sparc-sun-solaris2.9
ac_cv_build_alias=sparc-sun-solaris2.9
ac_cv_c_compiler_gnu=no
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_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___argz_count=no
ac_cv_func___argz_next=no
ac_cv_func___argz_stringify=no
ac_cv_func_feof_unlocked=no
ac_cv_func_fgets_unlocked=no
ac_cv_func_finite=yes
ac_cv_func_getcwd=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_getgid=yes
ac_cv_func_getuid=yes
ac_cv_func_mempcpy=no
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_setenv=no
ac_cv_func_setlocale=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strdup=yes
ac_cv_func_strtoul=yes
ac_cv_func_tsearch=yes
ac_cv_gnu_library_2_1=no
ac_cv_header_X11_Xmu_WinUtil_h=yes
ac_cv_header_argz_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_ieeefp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_tiffio_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=sparc-sun-solaris2.9
ac_cv_host_alias=sparc-sun-solaris2.9
ac_cv_lib_Xmu_XmuClientWindow=yes
ac_cv_lib_aa_aa_printf=no
ac_cv_lib_cposix_strerror=no
ac_cv_lib_tiff_TIFFReadScanline=yes
ac_cv_objext=o
ac_cv_path_GMSGFMT=/opt/sfw/bin/msgfmt
ac_cv_path_GTK_CONFIG=/usr/sfw/bin/gtk-config
ac_cv_path_MSGFMT=/opt/sfw/bin/msgfmt
ac_cv_path_XGETTEXT=/opt/sfw/bin/xgettext
ac_cv_prog_CPP=$'cc -E'
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep=egrep
ac_cv_prog_make_make_set=yes
am_cv_func_iconv=yes
am_cv_langinfo_codeset=yes
am_cv_lib_iconv=no
am_cv_prog_cc_stdc=
am_cv_proto_iconv=$'extern size_t iconv (iconv_t cd, const char * *inbuf, 
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=const
am_cv_val_LC_MESSAGES=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd=$'$MAGIC_CMD'
lt_cv_file_magic_test_file=/lib/libc.so
lt_cv_global_symbol_to_c_name_address=$'sed -n -e \'s/^: \\([^ ]*\\) $/  
{\\"\\1\\", (lt_ptr) 0},/p\' -e \'s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)$/  
{"\\2", (lt_ptr) \\&\\2},/p\''
lt_cv_global_symbol_to_cdecl=$'sed -n -e \'s/^. .* \\(.*\\)$/extern char 
\\1;/p\''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_NM=$'/usr/ccs/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=$' -KPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-Bstatic
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe=$'sed -n -e \'s/^.*[ \t]\\([BDT][BDT]*\\)[ \t][ 
\t]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)$/\\1 \\2\\3 \\3/p\''
nls_cv_force_use_gnu_gettext=no
nls_cv_header_intl=
nls_cv_header_libgt=
nls_cv_use_gnu_gettext=yes

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

AA=''
ACLOCAL='/tmp/gimp/gimp-1.2.5/missing aclocal-1.4 '
ALLOCA=''
AUTOCONF='/tmp/gimp/gimp-1.2.5/missing autoconf'
AUTOHEADER='/tmp/gimp/gimp-1.2.5/missing autoheader'
AUTOMAKE='/tmp/gimp/gimp-1.2.5/missing automake-1.4'
BUILD_INCLUDED_LIBINTL='yes'
CATALOGS=' ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo fi.gmo fr.gmo 
ga.gmo gl.gmo hu.gmo hr.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo nn.gmo no.gmo 
pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sv.gmo tr.gmo uk.gmo 
zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='cc'
CFLAGS='-g'
CPP='cc -E'
CPPFLAGS=' -I/usr/sfw/include/gtk-1.2 -I/usr/sfw/include/glib-1.2 
-I/usr/sfw/lib/glib/include'
DATADIRNAME='share'
DEFAULT_BINARY_FALSE=''
DEFAULT_BINARY_TRUE=''
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='egrep'
EMACS=''
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE=''
EXEEXT=''
EXTENSIVE_TESTS=''
GAP_DECODE_MPEG=''
GENCAT='gencat'
GIMP=''
GIMPDOCS=''
GIMPINSTALL=''
GIMPTOOL=''
GIMP_CFLAGS=''
GIMP_CFLAGS_NOUI=''
GIMP_CONTRIBUTORS=''
GIMP_LIBS=''
GIMP_LIBS_NOUI=''
GIMP_MAJOR_VERSION='1'
GIMP_MICRO_VERSION='5'
GIMP_MINOR_VERSION='2'
GIMP_MODULES=''
GIMP_MP_FLAGS=''
GIMP_MP_LIBS=''
GIMP_PERL=''
GIMP_PERL_PO=''
GIMP_PLUGINS=''
GIMP_REMOTE='gimp-remote-1.2'
GIMP_THREAD_FLAGS=''
GIMP_THREAD_LIBS=''
GIMP_VERSION='1.2.5'
GLIBC21='no'
GLIB_CFLAGS='-I/usr/sfw/include/glib-1.2 -I/usr/sfw/lib/glib/include'
GLIB_LIBS='-L/usr/sfw/lib -lglib'
GMOFILES=' ca.gmo cs.gmo da.gmo de.gmo el.gmo en_GB.gmo es.gmo fi.gmo fr.gmo 
ga.gmo gl.gmo hu.gmo hr.gmo it.gmo ja.gmo ko.gmo lt.gmo nl.gmo nn.gmo no.gmo 
pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sv.gmo tr.gmo uk.gmo 
zh_CN.gmo zh_TW.gmo'
GMSGFMT='/opt/sfw/bin/msgfmt'
GNOME_CONFIG=''
GTKDOC=''
GTKXMHTML_CFLAGS=''
GTKXMHTML_LIBS=''
GTK_CFLAGS='-I/usr/sfw/include/gtk-1.2 -I/usr/sfw/include/glib-1.2 
-I/usr/sfw/lib/glib/include'
GTK_CONFIG='/usr/sfw/bin/gtk-config'
GTK_LIBS='-L/usr/sfw/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk 
-R/usr/sfw/lib -lgmodule -lglib -ldl -lXext -lX11 -lsocket -lnsl -lm'
HAVE_GTK_DOC=''
HAVE_GTK_DOC_FALSE=''
HAVE_GTK_DOC_TRUE=''
HELPBROWSER=''
HTML_DIR=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTOBJEXT='.mo'
INTLBISON=':'
INTLDEPS=''
INTLLIBS='$(top_builddir)/intl/libintl.a '
INTLOBJS='$(GETTOBJS)'
INTL_LIBTOOL_SUFFIX_PREFIX=''
IN_GIMP=''
JPEG=''
LDFLAGS=' -L/usr/sfw/lib -L/usr/openwin/lib -R/usr/openwin/lib '
LIBAA=''
LIBICONV=''
LIBJPEG=''
LIBMPEG=''
LIBOBJS=''
LIBPNG=''
LIBS=' -L/usr/sfw/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk 
-R/usr/sfw/lib -lgmodule -lglib -ldl -lXext -lX11 -lsocket -lnsl -lm'
LIBTIFF=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBUCB=''
LIBXMU='-lXmu -lXt -lSM -lICE'
LIBXPM=''
LIBZ=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='0'
LT_CURRENT='0'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='1.2'
LT_REVISION='5'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MPEG=''
MSGFMT='/opt/sfw/bin/msgfmt'
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='gimp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATHSEP=':'
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
PNG=''
POFILES=' ca.po cs.po da.po de.po el.po en_GB.po es.po fi.po fr.po ga.po gl.po 
hu.po hr.po it.po ja.po ko.po lt.po nl.po nn.po no.po pl.po pt.po pt_BR.po 
ro.po ru.po sk.po sl.po sv.po tr.po uk.po zh_CN.po zh_TW.po'
POSUB='po'
PRINT=''
PRINT_CFLAGS=''
PRINT_CONFIG=''
PRINT_LIBS=''
PSP=''
RANLIB='ranlib'
SENDMAIL=''
SET_MAKE=''
SHELL='/bin/bash'
STATICLIBS_FALSE=''
STATICLIBS_TRUE=''
STRIP='strip'
TIFF=''
USE_INCLUDED_LIBINTL='yes'
USE_NLS='yes'
VERSION='1.2.5'
WEBBROWSER='webbrowser'
WITH_AUTHORSGEN_FALSE=''
WITH_AUTHORSGEN_TRUE=''
WITH_PDBGEN_FALSE=''
WITH_PDBGEN_TRUE=''
XGETTEXT='/opt/sfw/bin/xgettext'
XJT=''
XPM=''
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
brushdata=''
build='sparc-sun-solaris2.9'
build_alias=''
build_cpu='sparc'
build_os='solaris2.9'
build_vendor='sun'
datadir='${prefix}/share'
exec_prefix='NONE'
gimpdatadir=''
gimpdir='.gimp-1.2'
gimpplugindir=''
gimpsysconfdir=''
gradientdata=''
host='sparc-sun-solaris2.9'
host_alias=''
host_cpu='sparc'
host_os='solaris2.9'
host_vendor='sun'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir=''
localstatedir='${prefix}/var'
mandir='${prefix}/man'
ms_librarian=''
oldincludedir='/usr/include'
palettedata=''
patterndata=''
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define ENABLE_NLS 1
#define HAVE_DLFCN_H 1
#define HAVE_FINITE 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_ICONV 1
#define HAVE_IEEEFP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MATH_H 1
#define HAVE_MEMORY_H 1
#define HAVE_MUNMAP 1
#define HAVE_NL_TYPES_H 1
#define HAVE_PUTENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TSEARCH 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define ICONV_CONST const
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1

configure: exit 1

reply via email to

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