Linking against iconv in a non-standard dir



Hi gtk-list,

I am trying to build glib-2.14.6 against libiconv in an odd directory. (Solaris10, sparc). configure runs fine, but the build fails with

ld: fatal: library -liconv: not found

I've tried all kinds of combinations of LDFLAGS and CPPFLAGS, but can't get ld to find iconv. (It does exist where I've told ld to look.) I'm kinda flailing around looking for the right flags now.

config.log is attached.

script I use to run ./configure:

#!/usr/bin/sh

SOFTDIST_DIR="/usr/dist/share"
OS=`uname -r`
ARCH="sun4"

PACKAGE="glib"
VERSION="2.14.6"

PREFIX="${SOFTDIST_DIR}/${PACKAGE},v${VERSION}"

LIBICONV_DIR="${SOFTDIST_DIR}/libiconv,v1.9.2"
GETTEXT_DIR="${SOFTDIST_DIR}/gettext,v0.17"

LD_LIBRARY_PATH="${LIBICONV_DIR}/${OS}-lib.${ARCH}:${GETTEXT_DIR}/${OS}-lib.${ARCH}"; export LD_LIBRARY_PATH

LDFLAGS="-L ${LIBICONV_DIR}/${OS}-lib.${ARCH} -L ${GETTEXT_DIR}/${OS}-lib.${ARCH} -R ${LD_LIBRARY_PATH}"; export LDFLAGS

CPPFLAGS="-I ${LIBICONV_DIR}/${OS}-include.${ARCH} -I ${GETTEXT_DIR}/${OS}-include.${ARCH}"; export CPPFLAGS

PKG_CONFIG="${SOFTDIST_DIR}/pkg-config,v0.23/${OS}-bin.${ARCH}/pkg-config"; export PKG_CONFIG

#PKG_CONFIG_PATH=

#CC=cc; export CC
#CXX=CC; export CXX

CFLAGS="-mcpu=v9"; export CFLAGS

./configure --prefix=${PREFIX} \
            --bindir=${PREFIX}/${OS}-bin.${ARCH} \
            --libdir=${PREFIX}/${OS}-lib.${ARCH} \
            --includedir=${PREFIX}/${OS}-include.${ARCH} \
            --mandir=${PREFIX}/doc/man \
            --with-libiconv=gnu

And the failure:

gcc -shared -Wl,-M -Wl,.libs/libglib-2.0.so.0.1400.6.exp -Wl,-h -Wl,libglib-2.0.so.0 -o .libs/libglib-2.0.so.0.1400.6 .libs/garray.o .libs/gasyncqueue.o .libs/gatomic.o .libs/gbacktrace.o .libs/gbase64.o .libs/gbookmarkfile.o .libs/gcache.o .libs/gcompletion.o .libs/gconvert.o .libs/gdataset.o .libs/gdate.o .libs/gdir.o .libs/gerror.o .libs/gfileutils.o .libs/ghash.o .libs/ghook.o .libs/giochannel.o .libs/gkeyfile.o .libs/glist.o .libs/gmain.o .libs/gmappedfile.o .libs/gmarkup.o .libs/gmem.o .libs/gmessages.o .libs/gnode.o .libs/goption.o .libs/gpattern.o .libs/gprimes.o .libs/gqsort.o .libs/gqueue.o .libs/grel.o .libs/grand.o .libs/gregex.o .libs/gscanner.o .libs/gsequence.o .libs/gshell.o .libs/gslice.o .libs/gslist.o .libs/gstdio.o .libs/gstrfuncs.o .libs/gstring.o .libs/gthread.o .libs/gthreadpool.o .libs/gtimer.o .libs/gtree.o .libs/guniprop.o .libs/gutf8.o .libs/gunibreak.o .libs/gunicollate.o .libs/gunidecomp.o .libs/gutils.o .libs/gprintf.o .libs/giounix.o .libs/gspawn.o -Wl,-z -Wl,allextract libcharset/.libs/libcharset.a pcre/.libs/libpcre.a -Wl,-z -Wl,defaultextract -R/usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 -L/home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/glib -L/home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/glib/libcharset -liconv -L/home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/glib/pcre -lintl -lc -mcpu=v9

ld: fatal: library -liconv: not found


0 ccs-v440-01:2.0 build/glib-2.14.6 % ls /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4
charset.alias        libcharset.so.1      libiconv.so.2
libcharset.a         libcharset.so.1.0.0  libiconv.so.2.2.0
libcharset.la        libiconv.la          libiconv_plug.so
libcharset.so        libiconv.so


--Dean - Unscrambler of eggs
--
Take your time, take your chances
[2045.2, 273.7] Apparent Rennerian
-----------------------------------------------------------------------------
It matters not how strait the gate / How charged with punishment the scroll
I am the master of my fate / I am the captain of my soul.  -- Invictus --
                                                       -- William E Henley --
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by glib configure 2.14.6, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix=/usr/dist/share/glib,v2.14.6 --bindir=/usr/dist/share/glib,v2.14.6/5.10-bin.sun4 --libdir=/usr/dist/share/glib,v2.14.6/5.10-lib.sun4 --includedir=/usr/dist/share/glib,v2.14.6/5.10-include.sun4 --mandir=/usr/dist/share/glib,v2.14.6/doc/man --with-libiconv=gnu

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

hostname = ccs-v440-01
uname -m = sun4u
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_127111-07

/usr/bin/uname -p = sparc
/bin/uname -X     = System = SunOS
Node = ccs-v440-01
Release = 5.10
KernelID = Generic_127111-07
Machine = sun4u
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 4

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

PATH: /home/brundage/bin
PATH: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/perl5/bin
PATH: /usr/dt/bin
PATH: /usr/X/bin
PATH: /usr/openwin/bin
PATH: /usr/sfw/bin
PATH: /usr/sfw/sbin
PATH: /usr/ccs/bin
PATH: /usr/proc/bin
PATH: /usr/lib
PATH: /opt/ITSunRay/bin
PATH: /opt/SUNWut/bin
PATH: /opt/SUNWut/sbin
PATH: /usr/sadm/admin/bin
PATH: /opt/SUNWjass/bin
PATH: /import/pkg/isv/bin
PATH: /import/pkg/gnome/bin
PATH: /usr/dist/exe
PATH: /usr/dist/share/socks/bin
PATH: /usr/dist/share/socks/5bin.sun4
PATH: /usr/dist/local/exe
PATH: /usr/dist/share/sunstudio_sparc/SUNWspro/bin
PATH: /usr/ucb


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

configure:2129: checking for a BSD-compatible install
configure:2185: result: ./install-sh -c
configure:2196: checking whether build environment is sane
configure:2239: result: yes
configure:2272: checking for gawk
configure:2302: result: no
configure:2272: checking for mawk
configure:2302: result: no
configure:2272: checking for nawk
configure:2288: found /bin/nawk
configure:2299: result: nawk
configure:2310: checking whether make sets $(MAKE)
configure:2331: result: yes
configure:2560: checking whether to enable maintainer-specific portions of Makefiles
configure:2569: result: no
configure:2591: checking build system type
configure:2609: result: sparc-sun-solaris2.10
configure:2631: checking host system type
configure:2646: result: sparc-sun-solaris2.10
configure:2669: checking for the BeOS
configure:2679: result: no
configure:2683: checking for Win32
configure:2711: result: no
configure:2715: checking for Mac OS X Carbon support
configure:2729: checking for style of include used by make
configure:2757: result: GNU
configure:2830: checking for gcc
configure:2846: found /usr/sfw/bin/gcc
configure:2857: result: gcc
configure:3095: checking for C compiler version
configure:3102: gcc --version >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3105: $? = 0
configure:3112: gcc -v >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:3115: $? = 0
configure:3122: gcc -V >&5
gcc: `-V' option must have argument
configure:3125: $? = 1
configure:3148: checking for C compiler default output file name
configure:3175: gcc -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  >&5
configure:3178: $? = 0
configure:3216: result: a.out
configure:3233: checking whether the C compiler works
configure:3243: ./a.out
configure:3246: $? = 0
configure:3263: result: yes
configure:3270: checking whether we are cross compiling
configure:3272: result: no
configure:3275: checking for suffix of executables
configure:3282: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  >&5
configure:3285: $? = 0
configure:3309: result: 
configure:3315: checking for suffix of object files
configure:3341: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:3344: $? = 0
configure:3367: result: o
configure:3371: checking whether we are using the GNU C compiler
configure:3400: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:3406: $? = 0
configure:3423: result: yes
configure:3428: checking whether gcc accepts -g
configure:3458: gcc -c -g -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:3464: $? = 0
configure:3563: result: yes
configure:3580: checking for gcc option to accept ISO C89
configure:3654: gcc  -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:3660: $? = 0
configure:3683: result: none needed
configure:3703: checking dependency style of gcc
configure:3786: result: gcc3
configure:3809: checking how to run the C preprocessor
configure:3849: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:3855: $? = 0
configure:3886: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3892: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3925: result: gcc -E
configure:3954: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:3960: $? = 0
configure:3991: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
conftest.c:13:28: ac_nonexistent.h: No such file or directory
configure:3997: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4051: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
conftest.c:14:27: Carbon/Carbon.h: No such file or directory
conftest.c:15:39: CoreServices/CoreServices.h: No such file or directory
configure:4057: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| /* end confdefs.h.  */
| 
| #include <Carbon/Carbon.h>
| #include <CoreServices/CoreServices.h>
| 
configure:4072: result: no
configure:4538: checking whether to enable garbage collector friendliness
configure:4549: result: no
configure:4553: checking whether to disable memory pools
configure:4556: result: no
configure:4630: checking for gcc
configure:4657: result: gcc
configure:4895: checking for C compiler version
configure:4902: gcc --version >&5
gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4905: $? = 0
configure:4912: gcc -v >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:4915: $? = 0
configure:4922: gcc -V >&5
gcc: `-V' option must have argument
configure:4925: $? = 1
configure:4928: checking whether we are using the GNU C compiler
configure:4980: result: yes
configure:4985: checking whether gcc accepts -g
configure:5120: result: yes
configure:5137: checking for gcc option to accept ISO C89
configure:5240: result: none needed
configure:5260: checking dependency style of gcc
configure:5343: result: gcc3
configure:5365: checking for c++
configure:5381: found /usr/sfw/bin/c++
configure:5392: result: c++
configure:5527: checking for C++ compiler version
configure:5534: c++ --version >&5
c++ (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5537: $? = 0
configure:5544: c++ -v >&5
Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs
Configured with: /gates/sfw10/builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
configure:5547: $? = 0
configure:5554: c++ -V >&5
c++: `-V' option must have argument
configure:5557: $? = 1
configure:5560: checking whether we are using the GNU C++ compiler
configure:5589: c++ -c  -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp >&5
configure:5595: $? = 0
configure:5612: result: yes
configure:5617: checking whether c++ accepts -g
configure:5647: c++ -c -g -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp >&5
configure:5653: $? = 0
configure:5752: result: yes
configure:5777: checking dependency style of c++
configure:5860: result: gcc3
configure:5899: c++ -c -g -O2 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp >&5
configure:5905: $? = 0
configure:5939: checking for gcc option to accept ANSI C
configure:6007: gcc  -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:6013: $? = 0
configure:6033: result: none needed
configure:6057: checking for a BSD-compatible install
configure:6113: result: ./install-sh -c
configure:6132: checking for special C compiler options needed for large files
configure:6225: result: no
configure:6231: checking for _FILE_OFFSET_BITS value needed for large files
configure:6266: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c:19: warning: left shift count >= width of type
conftest.c:19: warning: left shift count >= width of type
conftest.c:21: error: size of array `off_t_is_large' is negative
configure:6272: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| /* end confdefs.h.  */
| #include <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
| 		       && LARGE_OFF_T % 2147483647 == 1)
| 		      ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6316: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:6322: $? = 0
configure:6340: result: 64
configure:6481: checking for pkg-config
configure:6512: result: /usr/dist/share/pkg-config,v0.23/5.10-bin.sun4/pkg-config
configure:6602: checking for gawk
configure:6629: result: nawk
configure:6644: checking for perl5
configure:6660: found /usr/dist/exe/perl5
configure:6671: result: perl5
configure:6685: checking for indent
configure:6701: found /usr/dist/share/sunstudio_sparc/SUNWspro/bin/indent
configure:6712: result: indent
configure:6734: checking for perl5
configure:6752: found /usr/dist/exe/perl5
configure:6764: result: /usr/dist/exe/perl5
configure:7102: checking for libiconv_open in -liconv
configure:7137: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -liconv   >&5
configure:7143: $? = 0
configure:7161: result: yes
configure:7243: checking for grep that handles long lines and -e
configure:7317: result: /usr/sfw/bin/ggrep
configure:7322: checking for egrep
configure:7400: result: /usr/sfw/bin/ggrep -E
configure:7406: checking whether we are using the GNU C Library 2.1 or newer
conftest.c:15:22: features.h: No such file or directory
configure:7437: result: no
configure:7451: checking Whether to cache iconv descriptors
configure:7477: result: yes
configure:7483: checking for ANSI C header files
configure:7513: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7519: $? = 0
configure:7618: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  >&5
configure:7621: $? = 0
configure:7627: ./conftest
configure:7630: $? = 0
configure:7647: result: yes
configure:7671: checking for sys/types.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for sys/stat.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for stdlib.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for string.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for memory.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for strings.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for inttypes.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for stdint.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7671: checking for unistd.h
configure:7692: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7698: $? = 0
configure:7714: result: yes
configure:7742: checking locale.h usability
configure:7759: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7765: $? = 0
configure:7779: result: yes
configure:7783: checking locale.h presence
configure:7798: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:7804: $? = 0
configure:7818: result: yes
configure:7851: checking for locale.h
configure:7859: result: yes
configure:7873: checking for LC_MESSAGES
configure:7899: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  >&5
configure:7905: $? = 0
configure:7922: result: yes
configure:7951: checking libintl.h usability
configure:7968: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:7974: $? = 0
configure:7988: result: yes
configure:7992: checking libintl.h presence
configure:8007: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:8013: $? = 0
configure:8027: result: yes
configure:8060: checking for libintl.h
configure:8067: result: yes
configure:8078: checking for ngettext in libc
configure:8106: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  >&5
Undefined			first referenced
 symbol  			    in file
libintl_ngettext                    /home/brundage/tmp/ccm2F17j.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:8112: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| 
| #include <libintl.h>
| 
| int
| main ()
| {
| return !ngettext ("","", 1)
|   ;
|   return 0;
| }
configure:8130: result: no
configure:8294: checking for bindtextdomain in -lintl
configure:8329: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:8335: $? = 0
configure:8353: result: yes
configure:8356: checking for ngettext in -lintl
configure:8391: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:8397: $? = 0
configure:8415: result: yes
configure:8418: checking for dgettext in -lintl
configure:8453: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:34: warning: conflicting types for built-in function 'dgettext'
configure:8459: $? = 0
configure:8477: result: yes
configure:8642: checking for bind_textdomain_codeset
configure:8698: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  -lintl  >&5
configure:8704: $? = 0
configure:8722: result: yes
configure:8762: checking for msgfmt
configure:8789: result: /bin/msgfmt
configure:8802: checking for dcgettext
configure:8858: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  -lintl  >&5
conftest.c:52: warning: conflicting types for built-in function 'dcgettext'
configure:8864: $? = 0
configure:8882: result: yes
configure:8893: checking if msgfmt accepts -c
configure:8908: $MSGFMT -c -o /dev/null conftest.foo
Usage: msgfmt [-D dir | --directory=dir] [-f | --use-fuzzy]
               [-g] [-o outfile | --output-file=outfile]
               [-s] [--strict] [-v] [--verbose] files ...
configure:8911: $? = 2
configure:8915: result: no
configure: failed input was:
| 
| msgid ""
| msgstr ""
| "Content-Type: text/plain; charset=UTF-8\n"
| "Project-Id-Version: test 1.0\n"
| "PO-Revision-Date: 2007-02-15 12:01+0100\n"
| "Last-Translator: test <foo bar xx>\n"
| "Language-Team: C <LL li org>\n"
| "MIME-Version: 1.0\n"
| "Content-Transfer-Encoding: 8bit\n"
| 
configure:8923: checking for gmsgfmt
configure:8941: found /usr/lib/gmsgfmt
configure:8954: result: /usr/lib/gmsgfmt
configure:8964: checking for xgettext
configure:8991: result: /bin/xgettext
configure:9020: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  -lintl  >&5
configure:9026: $? = 0
configure:9162: result: found xgettext program is not GNU xgettext; ignore it
configure:9195: checking for catalogs to be installed
configure:9220: result:  am ar as az be be latin bg bn bn_IN bs ca cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ka kn ko ku lt lv mg mk ml mn ms nb ne nl nn oc or pa pl pt pt_BR ro ru rw sk sl sq sr sr Latn sr ije sv ta te th tl tr tt uk vi wa xh yi zh_CN zh_HK zh_TW
configure:9397: checking for a sed that does not truncate output
configure:9453: result: /bin/sed
configure:9467: checking for ld used by gcc
configure:9534: result: /usr/ccs/bin/ld
configure:9543: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:9558: result: no
configure:9563: checking for /usr/ccs/bin/ld option to reload object files
configure:9570: result: -r
configure:9588: checking for BSD-compatible nm
configure:9637: result: /usr/ccs/bin/nm -p
configure:9641: checking whether ln -s works
configure:9645: result: yes
configure:9652: checking how to recognize dependent libraries
configure:9838: result: pass_all
configure:10050: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:10053: $? = 0
configure:10378: checking dlfcn.h usability
configure:10395: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:10401: $? = 0
configure:10415: result: yes
configure:10419: checking dlfcn.h presence
configure:10434: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:10440: $? = 0
configure:10454: result: yes
configure:10487: checking for dlfcn.h
configure:10495: result: yes
configure:10518: checking how to run the C++ preprocessor
configure:10554: c++ -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp
configure:10560: $? = 0
configure:10591: c++ -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp
conftest.cpp:35:28: ac_nonexistent.h: No such file or directory
configure:10597: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10630: result: c++ -E
configure:10659: c++ -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp
configure:10665: $? = 0
configure:10696: c++ -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp
conftest.cpp:35:28: ac_nonexistent.h: No such file or directory
configure:10702: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:10794: checking for g77
configure:10824: result: no
configure:10794: checking for xlf
configure:10824: result: no
configure:10794: checking for f77
configure:10810: found /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f77
configure:10821: result: f77
configure:10851: checking for Fortran 77 compiler version
configure:10858: f77 --version >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none --version
f90: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:10861: $? = 0
configure:10868: f77 -v >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -v
###     command line files and options (expanded):
### -f77=%all -ftrap=%none -v 
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:10871: $? = 0
configure:10878: f77 -V >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -V
f90: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18
Usage: f90 [ options ] files.  Use 'f90 -flags' for details
configure:10881: $? = 0
configure:10889: checking whether we are using the GNU Fortran 77 compiler
configure:10908: f77 -c  conftest.F >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -c conftest.F
/tmp/fpp.64654.0.f:
 MAIN main:

       choke me
               ^
"conftest.F", Line = 3, Column = 16: ERROR: Unknown statement.  Expected assignment statement but found "EOS" instead of "=" or "=>".

f90comp: 6 SOURCE LINES
f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI
configure:10914: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:10931: result: no
configure:10937: checking whether f77 accepts -g
configure:10954: f77 -c -g conftest.f >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -c -g conftest.f
conftest.f:
 MAIN main:
configure:10960: $? = 0
configure:10976: result: yes
configure:11006: checking the maximum length of command line arguments
configure:11118: result: 786240
configure:11130: checking command to parse /usr/ccs/bin/nm -p output from gcc object
configure:11235: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:11238: $? = 0
configure:11242: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BDRT][BDRT]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:11245: $? = 0
configure:11297: gcc -o conftest -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c conftstm.o >&5
configure:11300: $? = 0
configure:11338: result: ok
configure:11342: checking for objdir
configure:11357: result: .libs
configure:11449: checking for ar
configure:11465: found /usr/ccs/bin/ar
configure:11476: result: ar
configure:11545: checking for ranlib
configure:11561: found /usr/ccs/bin/ranlib
configure:11572: result: ranlib
configure:11641: checking for strip
configure:11657: found /usr/ccs/bin/strip
configure:11668: result: strip
configure:11954: checking if gcc supports -fno-rtti -fno-exceptions
configure:11972: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:11976: $? = 0
configure:11989: result: no
configure:12004: checking for gcc option to produce PIC
configure:12236: result: -fPIC
configure:12244: checking if gcc PIC flag -fPIC works
configure:12262: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -fPIC -DPIC conftest.c >&5
configure:12266: $? = 0
configure:12279: result: yes
configure:12307: checking if gcc static flag -static works
configure:12335: result: no
configure:12345: checking if gcc supports -c -o file.o
configure:12366: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -o out/conftest2.o conftest.c >&5
configure:12370: $? = 0
configure:12392: result: yes
configure:12418: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries
configure:13398: result: yes
configure:13419: checking whether -lc should be explicitly linked in
configure:13424: gcc -c -mcpu=v9 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:13427: $? = 0
configure:13442: gcc -shared -Wl,-h -Wl,conftest -o conftest conftest.o  -v 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:13445: $? = 1
configure:13457: result: yes
configure:13465: checking dynamic linker characteristics
configure:14069: result: solaris2.10 ld.so
configure:14078: checking how to hardcode library paths into programs
configure:14103: result: immediate
configure:14117: checking whether stripping libraries is possible
configure:14139: result: no
configure:14924: checking if libtool supports shared libraries
configure:14926: result: yes
configure:14929: checking whether to build shared libraries
configure:14950: result: yes
configure:14953: checking whether to build static libraries
configure:14957: result: no
configure:15050: creating libtool
configure:15638: checking for ld used by c++
configure:15705: result: /usr/ccs/bin/ld
configure:15714: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:15729: result: no
configure:15780: checking whether the c++ linker (/usr/ccs/bin/ld) supports shared libraries
configure:16754: result: yes
configure:16772: c++ -c -g -O2 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp >&5
configure:16775: $? = 0
configure:16927: checking for c++ option to produce PIC
configure:17211: result: -fPIC
configure:17219: checking if c++ PIC flag -fPIC works
configure:17237: c++ -c -g -O2 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -fPIC -DPIC conftest.cpp >&5
configure:17241: $? = 0
configure:17254: result: yes
configure:17282: checking if c++ static flag -static works
configure:17310: result: no
configure:17320: checking if c++ supports -c -o file.o
configure:17341: c++ -c -g -O2 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -o out/conftest2.o conftest.cpp >&5
configure:17345: $? = 0
configure:17367: result: yes
configure:17393: checking whether the c++ linker (/usr/ccs/bin/ld) supports shared libraries
configure:17418: result: yes
configure:17485: checking dynamic linker characteristics
configure:18037: result: solaris2.10 ld.so
configure:18046: checking how to hardcode library paths into programs
configure:18071: result: immediate
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -c -g conftest.f
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -o conftest -g -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.f -lintl
configure:18605: checking if libtool supports shared libraries
configure:18607: result: yes
configure:18610: checking whether to build shared libraries
configure:18630: result: yes
configure:18633: checking whether to build static libraries
configure:18637: result: no
configure:18647: checking for f77 option to produce PIC
configure:18879: result: -fPIC
configure:18887: checking if f77 PIC flag -fPIC works
configure:18905: f77 -c -g -fPIC conftest.f >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -c -g -fPIC conftest.f
f90: Warning: Option -fPIC passed to ld, if ld is invoked, ignored otherwise
conftest.f:
	t:
configure:18909: $? = 0
configure:18922: result: no
configure:18950: checking if f77 static flag -static works
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -o conftest -g -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 -static conftest.f -lintl
configure:18978: result: no
configure:18988: checking if f77 supports -c -o file.o
configure:19009: f77 -c -g -o out/conftest2.o conftest.f >&5
NOTICE: Invoking /usr/dist/share/sunstudio_sparc/SUNWspro/bin/f90 -f77 -ftrap=%none -c -g -o out/conftest2.o conftest.f
conftest.f:
	t:
configure:19013: $? = 0
configure:19035: result: yes
configure:19061: checking whether the f77 linker (/usr/ccs/bin/ld) supports shared libraries
configure:20021: result: yes
configure:20088: checking dynamic linker characteristics
configure:20640: result: solaris2.10 ld.so
configure:20649: checking how to hardcode library paths into programs
configure:20674: result: immediate
configure:24255: checking for extra flags to get ANSI library prototypes
configure:24281: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   -lm >&5
configure:24284: $? = 0
configure:24290: ./conftest
configure:24293: $? = 0
configure:24295: result: none needed
configure:24369: checking for extra flags for POSIX compliance
configure:24392: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:39: warning: unused variable `dir'
configure:24398: $? = 0
configure:24403: result: none needed
configure:24462: checking for ANSI C header files
configure:24626: result: yes
configure:24642: checking for vprintf
configure:24698: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:59: warning: conflicting types for built-in function 'vprintf'
configure:24704: $? = 0
configure:24722: result: yes
configure:24729: checking for _doprnt
configure:24785: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:24791: $? = 0
configure:24808: result: yes
configure:24828: checking for stdlib.h
configure:24834: result: yes
configure:24828: checking for unistd.h
configure:24834: result: yes
configure:24972: checking for getpagesize
configure:25028: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25034: $? = 0
configure:25052: result: yes
configure:25062: checking for working mmap
configure:25209: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25212: $? = 0
configure:25218: ./conftest
configure:25221: $? = 0
configure:25237: result: yes
configure:25250: checking for working alloca.h
configure:25277: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25283: $? = 0
configure:25300: result: yes
configure:25310: checking for alloca
configure:25357: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25363: $? = 0
configure:25380: result: yes
configure:25611: checking for posix_memalign
configure:25667: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
posix_memalign                      /home/brundage/tmp/ccILcoAx.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:25673: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| /* Define posix_memalign to an innocuous variant, in case <limits.h> declares posix_memalign.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define posix_memalign innocuous_posix_memalign
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char posix_memalign (); 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
| 
| #undef posix_memalign
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char posix_memalign ();
| /* 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_posix_memalign || defined __stub___posix_memalign
| choke me
| #endif
| 
| int
| main ()
| {
| return posix_memalign ();
|   ;
|   return 0;
| }
configure:25691: result: no
configure:25705: checking for memalign
configure:25761: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25767: $? = 0
configure:25785: result: yes
configure:25799: checking for valloc
configure:25855: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25861: $? = 0
configure:25879: result: yes
configure:25895: checking for atexit
configure:25951: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:25957: $? = 0
configure:25975: result: yes
configure:25895: checking for on_exit
configure:25951: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
on_exit                             /home/brundage/tmp/ccO4DyUi.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:25957: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h.  */
| /* Define on_exit to an innocuous variant, in case <limits.h> declares on_exit.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define on_exit innocuous_on_exit
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char on_exit (); 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
| 
| #undef on_exit
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char on_exit ();
| /* 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_on_exit || defined __stub___on_exit
| choke me
| #endif
| 
| int
| main ()
| {
| return on_exit ();
|   ;
|   return 0;
| }
configure:25975: result: no
configure:25990: checking for timegm
configure:26046: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
timegm                              /home/brundage/tmp/cccbrzfc.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:26052: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| /* end confdefs.h.  */
| /* Define timegm to an innocuous variant, in case <limits.h> declares timegm.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define timegm innocuous_timegm
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char timegm (); 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
| 
| #undef timegm
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timegm ();
| /* 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_timegm || defined __stub___timegm
| choke me
| #endif
| 
| int
| main ()
| {
| return timegm ();
|   ;
|   return 0;
| }
configure:26070: result: no
configure:26081: checking for char
configure:26111: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:26117: $? = 0
configure:26132: result: yes
configure:26139: checking size of char
configure:26441: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:26444: $? = 0
configure:26450: ./conftest
configure:26453: $? = 0
configure:26476: result: 1
configure:26486: checking for short
configure:26516: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:26522: $? = 0
configure:26537: result: yes
configure:26544: checking size of short
configure:26846: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:26849: $? = 0
configure:26855: ./conftest
configure:26858: $? = 0
configure:26881: result: 2
configure:26891: checking for long
configure:26921: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:26927: $? = 0
configure:26942: result: yes
configure:26949: checking size of long
configure:27251: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:27254: $? = 0
configure:27260: ./conftest
configure:27263: $? = 0
configure:27286: result: 4
configure:27296: checking for int
configure:27326: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:27332: $? = 0
configure:27347: result: yes
configure:27354: checking size of int
configure:27656: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:27659: $? = 0
configure:27665: ./conftest
configure:27668: $? = 0
configure:27691: result: 4
configure:27701: checking for void *
configure:27731: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:27737: $? = 0
configure:27752: result: yes
configure:27759: checking size of void *
configure:28061: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:28064: $? = 0
configure:28070: ./conftest
configure:28073: $? = 0
configure:28096: result: 4
configure:28106: checking for long long
configure:28136: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:28142: $? = 0
configure:28157: result: yes
configure:28164: checking size of long long
configure:28466: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:28469: $? = 0
configure:28475: ./conftest
configure:28478: $? = 0
configure:28501: result: 8
configure:28511: checking for __int64
configure:28541: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c:86: error: syntax error before "ac__type_new_"
conftest.c:86: warning: type defaults to `int' in declaration of `ac__type_new_'
conftest.c:86: warning: data definition has no type or storage class
conftest.c: In function `main':
conftest.c:90: error: syntax error before ')' token
configure:28547: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| typedef __int64 ac__type_new_;
| int
| main ()
| {
| if ((ac__type_new_ *) 0)
|   return 0;
| if (sizeof (ac__type_new_))
|   return 0;
|   ;
|   return 0;
| }
configure:28562: result: no
configure:28569: checking size of __int64
configure:28871: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:86: error: syntax error before "ac__type_sizeof_"
conftest.c:86: warning: type defaults to `int' in declaration of `ac__type_sizeof_'
conftest.c:86: warning: data definition has no type or storage class
configure:28874: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
|    typedef __int64 ac__type_sizeof_;
| static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
| static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (ac__type_sizeof_))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%ld\n", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (ac__type_sizeof_))))
| 	return 1;
|       fprintf (f, "%lu\n", i);
|     }
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:28906: result: 0
configure:28933: checking for format to printf and scanf a guint64
configure:28966: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `main':
conftest.c:61: warning: implicit declaration of function `exit'
configure:28969: $? = 0
configure:28975: ./conftest
configure:28978: $? = 0
configure:28996: result: %llu
configure:29034: checking for an ANSI C-conforming const
configure:29109: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29115: $? = 0
configure:29130: result: yes
configure:29142: checking if malloc() and friends prototypes are gmem.h compatible
configure:29177: gcc -c -mcpu=v9 -Wall -Werror -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29183: $? = 0
configure:29203: result: yes
configure:29207: checking for growing stack pointer
configure:29239: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:29242: $? = 0
configure:29248: ./conftest
configure:29251: $? = 0
configure:29270: result: no
configure:29273: checking for __inline
configure:29291: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29297: $? = 0
configure:29315: result: yes
configure:29324: checking for __inline__
configure:29342: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29348: $? = 0
configure:29366: result: yes
configure:29375: checking for inline
configure:29394: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29400: $? = 0
configure:29418: result: yes
configure:29429: checking if inline functions in headers work
configure:29463: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `main':
conftest.c:23: warning: unused variable `i'
conftest.c:24: warning: control reaches end of non-void function
configure:29469: $? = 0
configure:29485: result: yes
configure:29488: checking for working do while(0) macros
configure:29519: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:67: warning: 'main' is normally a non-static function
configure:29525: $? = 0
configure:29541: result: yes
configure:29552: checking for ISO C99 varargs macros in C
configure:29579: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29585: $? = 0
configure:29599: result: yes
configure:29602: checking for ISO C99 varargs macros in C++
configure:29638: c++ -c -g -O2 -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.cpp >&5
configure:29644: $? = 0
configure:29665: result: yes
configure:29668: checking for GNUC varargs macros
configure:29695: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:29701: $? = 0
configure:29715: result: yes
configure:29719: checking for GNUC visibility attribute
configure:29756: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
conftest.c: In function `f_hidden':
conftest.c:5: warning: visibility attribute not supported in this configuration; ignored
conftest.c: In function `f_internal':
conftest.c:10: warning: visibility attribute not supported in this configuration; ignored
conftest.c: In function `f_protected':
conftest.c:15: warning: visibility attribute not supported in this configuration; ignored
configure:29762: $? = 0
configure:29765: (if test -s conftest.err; then false ; else true; fi)
configure:29768: $? = 1
configure: failed program was:

void
__attribute__ ((visibility ("hidden")))
     f_hidden (void)
{
}
void
__attribute__ ((visibility ("internal")))
     f_internal (void)
{
}
void
__attribute__ ((visibility ("protected")))
     f_protected (void)
{
}
void
__attribute__ ((visibility ("default")))
     f_default (void)
{
}
int main (int argc, char **argv)
{
	f_hidden();
	f_internal();
	f_protected();
	f_default();
	return 0;
}

configure:29778: result: no
configure:29791: checking whether using Sun Studio C compiler
configure:29818: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c:62:43: error: this is not Sun Studio.: No such file or directory
configure:29824: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| /* end confdefs.h.  */
| #if defined(__SUNPRO_C) || (__SUNPRO_C >= 0x550)
| #else
| # include "error: this is not Sun Studio."
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:29838: result: no
configure:29852: checking whether byte ordering is bigendian
configure:29885: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:67: error: `bogus' undeclared (first use in this function)
conftest.c:67: error: (Each undeclared identifier is reported only once
conftest.c:67: error: for each function it appears in.)
conftest.c:67: error: syntax error before "endian"
configure:29891: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN 	&& BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
|  bogus endian macros
| #endif
| 
|   ;
|   return 0;
| }
configure:30038: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:30041: $? = 0
configure:30047: ./conftest
configure:30050: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
|   /* Are we little or big endian?  From Harbison&Steele.  */
|   union
|   {
|     long int l;
|     char c[sizeof (long int)];
|   } u;
|   u.l = 1;
|   return u.c[sizeof (long int) - 1] == 1;
| 
|   ;
|   return 0;
| }
configure:30069: result: yes
configure:30111: checking dirent.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking dirent.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for dirent.h
configure:30228: result: yes
configure:30111: checking float.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking float.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for float.h
configure:30228: result: yes
configure:30111: checking limits.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking limits.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for limits.h
configure:30228: result: yes
configure:30111: checking pwd.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking pwd.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for pwd.h
configure:30228: result: yes
configure:30111: checking sys/param.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking sys/param.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for sys/param.h
configure:30228: result: yes
configure:30111: checking sys/poll.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking sys/poll.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for sys/poll.h
configure:30228: result: yes
configure:30111: checking sys/resource.h usability
configure:30128: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30134: $? = 0
configure:30148: result: yes
configure:30152: checking sys/resource.h presence
configure:30167: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30173: $? = 0
configure:30187: result: yes
configure:30220: checking for sys/resource.h
configure:30228: result: yes
configure:30260: checking sys/time.h usability
configure:30277: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30283: $? = 0
configure:30297: result: yes
configure:30301: checking sys/time.h presence
configure:30316: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30322: $? = 0
configure:30336: result: yes
configure:30369: checking for sys/time.h
configure:30377: result: yes
configure:30260: checking sys/times.h usability
configure:30277: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30283: $? = 0
configure:30297: result: yes
configure:30301: checking sys/times.h presence
configure:30316: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30322: $? = 0
configure:30336: result: yes
configure:30369: checking for sys/times.h
configure:30377: result: yes
configure:30260: checking sys/wait.h usability
configure:30277: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30283: $? = 0
configure:30297: result: yes
configure:30301: checking sys/wait.h presence
configure:30316: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30322: $? = 0
configure:30336: result: yes
configure:30369: checking for sys/wait.h
configure:30377: result: yes
configure:30250: checking for unistd.h
configure:30256: result: yes
configure:30260: checking values.h usability
configure:30277: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30283: $? = 0
configure:30297: result: yes
configure:30301: checking values.h presence
configure:30316: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30322: $? = 0
configure:30336: result: yes
configure:30369: checking for values.h
configure:30377: result: yes
configure:30409: checking sys/select.h usability
configure:30426: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30432: $? = 0
configure:30446: result: yes
configure:30450: checking sys/select.h presence
configure:30465: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30471: $? = 0
configure:30485: result: yes
configure:30518: checking for sys/select.h
configure:30526: result: yes
configure:30399: checking for sys/types.h
configure:30405: result: yes
configure:30399: checking for stdint.h
configure:30405: result: yes
configure:30409: checking sched.h usability
configure:30426: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30432: $? = 0
configure:30446: result: yes
configure:30450: checking sched.h presence
configure:30465: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30471: $? = 0
configure:30485: result: yes
configure:30518: checking for sched.h
configure:30526: result: yes
configure:30409: checking malloc.h usability
configure:30426: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30432: $? = 0
configure:30446: result: yes
configure:30450: checking malloc.h presence
configure:30465: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30471: $? = 0
configure:30485: result: yes
configure:30518: checking for malloc.h
configure:30526: result: yes
configure:30557: checking langinfo.h usability
configure:30574: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30580: $? = 0
configure:30594: result: yes
configure:30598: checking langinfo.h presence
configure:30613: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30619: $? = 0
configure:30633: result: yes
configure:30666: checking for langinfo.h
configure:30674: result: yes
configure:30691: checking for nl_langinfo
configure:30747: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:30753: $? = 0
configure:30771: result: yes
configure:30782: checking for nl_langinfo and CODESET
configure:30808: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `main':
conftest.c:84: warning: unused variable `cs'
configure:30814: $? = 0
configure:30832: result: yes
configure:30843: checking whether we are using the GNU C Library 2.1 or newer
configure:30874: result: no
configure:30897: checking stddef.h usability
configure:30914: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:30920: $? = 0
configure:30934: result: yes
configure:30938: checking stddef.h presence
configure:30953: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:30959: $? = 0
configure:30973: result: yes
configure:31006: checking for stddef.h
configure:31014: result: yes
configure:30887: checking for stdlib.h
configure:30893: result: yes
configure:30887: checking for string.h
configure:30893: result: yes
configure:31031: checking for setlocale
configure:31087: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31093: $? = 0
configure:31111: result: yes
configure:31123: checking for size_t
configure:31153: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:31159: $? = 0
configure:31174: result: yes
configure:31181: checking size of size_t
configure:31483: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31486: $? = 0
configure:31492: ./conftest
configure:31495: $? = 0
configure:31518: result: 4
configure:31529: checking for the appropriate definition for size_t
configure:31567: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
configure:31573: $? = 0
configure:31576: (if test -s conftest.err; then false ; else true; fi)
configure:31579: $? = 0
configure:31628: result: unsigned int
configure:31652: checking for lstat
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for strerror
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for strsignal
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for memmove
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:112: warning: conflicting types for built-in function 'memmove'
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for vsnprintf
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:113: warning: conflicting types for built-in function 'vsnprintf'
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for stpcpy
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:114: warning: conflicting types for built-in function 'stpcpy'
Undefined			first referenced
 symbol  			    in file
stpcpy                              /home/brundage/tmp/ccoHx365.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:31714: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| /* Define stpcpy to an innocuous variant, in case <limits.h> declares stpcpy.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define stpcpy innocuous_stpcpy
| 
| /* 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
| 
| #undef stpcpy
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char 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
| #endif
| 
| int
| main ()
| {
| return stpcpy ();
|   ;
|   return 0;
| }
configure:31732: result: no
configure:31652: checking for strcasecmp
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for strncasecmp
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for poll
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for getcwd
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for vasprintf
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
vasprintf                           /home/brundage/tmp/ccsSMEpj.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:31714: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| /* end confdefs.h.  */
| /* Define vasprintf to an innocuous variant, in case <limits.h> declares vasprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define vasprintf innocuous_vasprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char vasprintf (); 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
| 
| #undef vasprintf
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char vasprintf ();
| /* 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_vasprintf || defined __stub___vasprintf
| choke me
| #endif
| 
| int
| main ()
| {
| return vasprintf ();
|   ;
|   return 0;
| }
configure:31732: result: no
configure:31652: checking for setenv
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for unsetenv
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for getc_unlocked
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for readlink
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for symlink
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31652: checking for fdwalk
configure:31708: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:31714: $? = 0
configure:31732: result: yes
configure:31748: checking for nanosleep
configure:31804: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
nanosleep                           /home/brundage/tmp/ccc3ztkX.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:31810: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| /* end confdefs.h.  */
| /* Define nanosleep to an innocuous variant, in case <limits.h> declares nanosleep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nanosleep innocuous_nanosleep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nanosleep (); 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
| 
| #undef nanosleep
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nanosleep ();
| /* 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_nanosleep || defined __stub___nanosleep
| choke me
| #endif
| 
| int
| main ()
| {
| return nanosleep ();
|   ;
|   return 0;
| }
configure:31828: result: no
configure:31748: checking for nsleep
configure:31804: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
nsleep                              /home/brundage/tmp/ccgk3ERK.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:31810: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| /* end confdefs.h.  */
| /* Define nsleep to an innocuous variant, in case <limits.h> declares nsleep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nsleep innocuous_nsleep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nsleep (); 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
| 
| #undef nsleep
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nsleep ();
| /* 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_nsleep || defined __stub___nsleep
| choke me
| #endif
| 
| int
| main ()
| {
| return nsleep ();
|   ;
|   return 0;
| }
configure:31828: result: no
configure:31854: checking crt_externs.h usability
configure:31871: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c:134:25: crt_externs.h: No such file or directory
configure:31877: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <crt_externs.h>
configure:31891: result: no
configure:31895: checking crt_externs.h presence
configure:31910: gcc -E -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c
conftest.c:101:25: crt_externs.h: No such file or directory
configure:31916: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| /* end confdefs.h.  */
| #include <crt_externs.h>
configure:31930: result: no
configure:31963: checking for crt_externs.h
configure:31971: result: no
configure:31988: checking for _NSGetEnviron
configure:32044: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
_NSGetEnviron                       /home/brundage/tmp/cckFCI5d.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:32050: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| /* end confdefs.h.  */
| /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _NSGetEnviron innocuous__NSGetEnviron
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _NSGetEnviron (); 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
| 
| #undef _NSGetEnviron
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _NSGetEnviron ();
| /* 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__NSGetEnviron || defined __stub____NSGetEnviron
| choke me
| #endif
| 
| int
| main ()
| {
| return _NSGetEnviron ();
|   ;
|   return 0;
| }
configure:32068: result: no
configure:32079: checking for C99 vsnprintf
configure:32136: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `doit':
conftest.c:116: warning: implicit declaration of function `exit'
configure:32139: $? = 0
configure:32145: ./conftest
configure:32148: $? = 0
configure:32164: result: yes
configure:32174: checking whether printf supports positional parameters
configure:32207: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `main':
conftest.c:110: warning: implicit declaration of function `strcmp'
conftest.c:111: warning: implicit declaration of function `exit'
configure:32210: $? = 0
configure:32216: ./conftest
configure:32219: $? = 0
configure:32235: result: yes
configure:32312: checking for signed
configure:32338: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:108: warning: unused variable `x'
configure:32344: $? = 0
configure:32359: result: yes
configure:32370: checking for long long
configure:32420: result: yes
configure:32431: checking for long double
configure:32487: result: yes
configure:32498: checking for wchar_t
configure:32525: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:32531: $? = 0
configure:32546: result: yes
configure:32557: checking for wint_t
configure:32584: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:32590: $? = 0
configure:32605: result: yes
configure:32615: checking for size_t
configure:32666: result: yes
configure:32678: checking for ptrdiff_t
configure:32708: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
configure:32714: $? = 0
configure:32729: result: yes
configure:32741: checking for inttypes.h
configure:32768: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:114: warning: unused variable `i'
configure:32774: $? = 0
configure:32789: result: yes
configure:32800: checking for stdint.h
configure:32827: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:115: warning: unused variable `i'
configure:32833: $? = 0
configure:32848: result: yes
configure:32884: checking for snprintf
configure:32940: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:135: warning: conflicting types for built-in function 'snprintf'
configure:32946: $? = 0
configure:32964: result: yes
configure:32884: checking for wcslen
configure:32940: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:32946: $? = 0
configure:32964: result: yes
configure:32974: checking for C99 snprintf
configure:33029: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `doit':
conftest.c:127: warning: implicit declaration of function `exit'
conftest.c:121: warning: unused variable `args'
configure:33032: $? = 0
configure:33038: ./conftest
configure:33041: $? = 0
configure:33057: result: yes
configure:33159: checking for sys_errlist
configure:33186: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33192: $? = 0
configure:33208: result: yes
configure:33219: checking for sys_siglist
configure:33245: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `main':
conftest.c:121: warning: implicit declaration of function `exit'
conftest.c:121: warning: passing arg 1 of `exit' makes integer from pointer without a cast
Undefined			first referenced
 symbol  			    in file
sys_siglist                         /home/brundage/tmp/ccccols0.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:33251: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
| extern char *sys_siglist[];
| exit (sys_siglist[0]);
| 
|   ;
|   return 0;
| }
configure:33267: result: no
configure:33278: checking for sys_siglist declaration
configure:33303: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:121: warning: implicit declaration of function `strlen'
conftest.c:121: error: `sys_siglist' undeclared (first use in this function)
conftest.c:121: error: (Each undeclared identifier is reported only once
conftest.c:121: error: for each function it appears in.)
configure:33309: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| #define NO_SYS_SIGLIST 1
| /* end confdefs.h.  */
| #include <signal.h>
| int
| main ()
| {
| 
| strlen (sys_siglist[0]);
| 
|   ;
|   return 0;
| }
configure:33323: result: no
configure:33334: checking for fd_set
configure:33357: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:121: warning: unused variable `readMask'
conftest.c:121: warning: unused variable `writeMask'
configure:33363: $? = 0
configure:33378: result: yes, found in sys/types.h
configure:33416: checking whether realloc (NULL,) will work
configure:33442: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33445: $? = 0
configure:33451: ./conftest
configure:33454: $? = 0
configure:33471: result: yes
configure:33481: checking for nl_langinfo (CODESET)
configure:33508: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 conftest.c >&5
conftest.c: In function `main':
conftest.c:122: warning: unused variable `codeset'
configure:33514: $? = 0
configure:33529: result: yes
configure:33539: checking for a compliant posix_memalign() implementation
configure:33626: result: no
configure:33632: checking for OpenBSD strlcpy/strlcat
configure:33663: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33666: $? = 0
configure:33672: ./conftest
configure:33675: $? = 0
configure:33691: result: yes
configure:33702: checking for an implementation of va_copy()
configure:33730: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33736: $? = 0
configure:33754: result: yes
configure:33756: checking for an implementation of __va_copy()
configure:33784: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33790: $? = 0
configure:33808: result: yes
configure:33826: checking whether va_lists can be copied by value
configure:33862: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33865: $? = 0
configure:33871: ./conftest
configure:33874: $? = 0
configure:33891: result: yes
configure:33925: checking for dlopen
configure:33981: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:33987: $? = 0
configure:34004: result: yes
configure:34007: checking for dlsym
configure:34063: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:34069: $? = 0
configure:34086: result: yes
configure:34461: checking for RTLD_GLOBAL brokenness
configure:34500: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4  conftest.c  -lintl   >&5
configure:34503: $? = 0
configure:34509: ./conftest
configure:34512: $? = 0
configure:34531: result: no
configure:34538: checking for preceeding underscore in symbols
configure:34574: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4  conftest.c  -lintl   >&5
configure:34577: $? = 0
configure:34583: ./conftest
configure:34586: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| #define NO_SYS_SIGLIST 1
| #define NO_SYS_SIGLIST_DECL 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define HAVE_STRLCPY 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| #include <dlfcn.h>
|                 int glib_underscore_test (void) { return 42; }
| 		int main() {
| 		  void *f1 = (void*)0, *f2 = (void*)0, *handle;
| 		  handle = dlopen ((void*)0, 0);
| 		  if (handle) {
| 		    f1 = dlsym (handle, "glib_underscore_test");
| 		    f2 = dlsym (handle, "_glib_underscore_test");
| 		  } return (!f2 || f1);
| 		}
configure:34604: result: no
configure:34619: checking for dlerror
configure:34675: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  -lintl   >&5
configure:34681: $? = 0
configure:34698: result: yes
configure:34715: checking for the suffix of shared libraries
configure:34723: result: .so
configure:34744: checking for gspawn implementation
configure:34754: result: gspawn.lo
configure:34759: checking for GIOChannel implementation
configure:34769: result: giounix.lo
configure:34774: checking for platform-dependent source
configure:34784: result: 
configure:34788: checking whether to compile timeloop
configure:34798: result: yes
configure:34811: checking if building for some Win32 platform
configure:34821: result: no
configure:34926: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE conftest.c >&5
conftest.c: In function `main':
conftest.c:125: warning: unused variable `m'
configure:34932: $? = 0
configure:35049: checking for thread implementation
configure:35058: result: posix
configure:35293: checking thread related cflags
configure:35295: result: -D_REENTRANT -D_PTHREADS
configure:35458: checking for sched_get_priority_min
configure:35521: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c  -lintl   >&5
Undefined			first referenced
 symbol  			    in file
sched_get_priority_min              /home/brundage/tmp/ccYqru2d.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:35524: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| #define NO_SYS_SIGLIST 1
| #define NO_SYS_SIGLIST_DECL 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define HAVE_STRLCPY 1
| #define G_VA_COPY va_copy
| /* end confdefs.h.  */
| 
| #include <sched.h>
| #include <errno.h>
| int main() {
|     errno = 0;
|     return sched_get_priority_min(SCHED_OTHER)==-1
|  	   && errno != 0;
| }
configure:35548: result: no
configure:35458: checking for sched_get_priority_min in -lrt
configure:35521: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lrt -lintl   >&5
configure:35524: $? = 0
configure:35530: ./conftest
configure:35533: $? = 0
configure:35548: result: yes
configure:35599: checking thread related libraries
configure:35601: result: -lpthread -lthread -lrt
configure:35614: checking for localtime_r
configure:35670: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:35676: $? = 0
configure:35694: result: yes
configure:35705: checking for posix getpwuid_r
configure:35743: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c: In function `main':
conftest.c:131: error: too many arguments to function `getpwuid_r'
conftest.c:131: warning: assignment makes integer from pointer without a cast
configure:35746: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| #define NO_SYS_SIGLIST 1
| #define NO_SYS_SIGLIST_DECL 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define HAVE_STRLCPY 1
| #define G_VA_COPY va_copy
| #define HAVE_LOCALTIME_R 1
| /* end confdefs.h.  */
| 
| #include <errno.h>
| #include <pwd.h>
| int main () {
|     char buffer[10000];
|     struct passwd pwd, *pwptr = &pwd;
|     int error;
|     errno = 0;
|     error = getpwuid_r (0, &pwd, buffer,
|                         sizeof (buffer), &pwptr);
|    return (error < 0 && errno == ENOSYS)
| 	   || error == ENOSYS;
| }
configure:35771: result: no
configure:35786: checking for nonposix getpwuid_r
configure:35815: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:35821: $? = 0
configure:35838: result: yes
configure:35859: checking size of pthread_t
configure:36159: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lpthread -lthread -lrt -lintl   >&5
configure:36162: $? = 0
configure:36168: ./conftest
configure:36171: $? = 0
configure:36190: result: 4
configure:36199: checking for pthread_attr_setstacksize
configure:36222: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lpthread -lthread -lrt -lintl   >&5
configure:36228: $? = 0
configure:36234: result: yes
configure:36251: checking for minimal/maximal thread priority
configure:36325: result: sched_get_priority_min(SCHED_OTHER)/sched_get_priority_max(SCHED_OTHER)
configure:36327: checking for pthread_setschedparam
configure:36350: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lpthread -lthread -lrt -lintl   >&5
configure:36356: $? = 0
configure:36362: result: yes
configure:36388: checking for posix yield function
configure:36413: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lpthread -lthread -lrt -lintl   >&5
configure:36419: $? = 0
configure:36444: result: sched_yield
configure:37172: checking size of pthread_mutex_t
configure:37472: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lpthread -lthread -lrt -lintl   >&5
configure:37475: $? = 0
configure:37481: ./conftest
configure:37484: $? = 0
configure:37503: result: 24
configure:37510: checking byte contents of PTHREAD_MUTEX_INITIALIZER
configure:37545: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lpthread -lthread -lrt -lintl   >&5
conftest.c:133: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:138: warning: implicit declaration of function `exit'
configure:37548: $? = 0
configure:37554: ./conftest
configure:37557: $? = 0
configure:37573: result: 0,0,0,0,0,0,77,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
configure:37592: checking for clock_gettime
configure:37648: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
Undefined			first referenced
 symbol  			    in file
clock_gettime                       /home/brundage/tmp/ccmMGPeC.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure:37654: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| #define NO_SYS_SIGLIST 1
| #define NO_SYS_SIGLIST_DECL 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define HAVE_STRLCPY 1
| #define G_VA_COPY va_copy
| #define HAVE_LOCALTIME_R 1
| #define HAVE_NONPOSIX_GETPWUID_R 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define POSIX_MIN_PRIORITY sched_get_priority_min(SCHED_OTHER)
| #define POSIX_MAX_PRIORITY sched_get_priority_max(SCHED_OTHER)
| #define POSIX_YIELD_FUNC sched_yield()
| #define G_THREAD_SOURCE "gthread-posix.c"
| #define GLIB_SIZEOF_GMUTEX 24
| #define GLIB_BYTE_CONTENTS_GMUTEX 0,0,0,0,0,0,77,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); 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
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* 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_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:37672: result: no
configure:37681: checking for clock_gettime in -lrt
configure:37716: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lrt  -lintl   >&5
configure:37722: $? = 0
configure:37740: result: yes
configure:37758: checking for monotonic clocks
configure:37786: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS conftest.c >&5
configure:37792: $? = 0
configure:37807: result: yes
configure:37819: checking whether to use assembler code for atomic operations
configure:37861: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
conftest.c:3: warning: return type defaults to `int'
conftest.c: In function `main':
conftest.c:7: warning: control reaches end of non-void function
configure:37867: $? = 0
configure:37873: result: sparcv9
configure:38028: checking value of POLLIN
configure:38316: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:38319: $? = 0
configure:38325: ./conftest
configure:38328: $? = 0
configure:38344: result: 1
configure:38347: checking value of POLLOUT
configure:38635: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:38638: $? = 0
configure:38644: ./conftest
configure:38647: $? = 0
configure:38663: result: 4
configure:38666: checking value of POLLPRI
configure:38954: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:38957: $? = 0
configure:38963: ./conftest
configure:38966: $? = 0
configure:38982: result: 2
configure:38985: checking value of POLLERR
configure:39273: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:39276: $? = 0
configure:39282: ./conftest
configure:39285: $? = 0
configure:39301: result: 8
configure:39304: checking value of POLLHUP
configure:39592: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:39595: $? = 0
configure:39601: ./conftest
configure:39604: $? = 0
configure:39620: result: 16
configure:39623: checking value of POLLNVAL
configure:39911: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:39914: $? = 0
configure:39920: ./conftest
configure:39923: $? = 0
configure:39939: result: 32
configure:39956: checking for broken poll
configure:39993: gcc -o conftest -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS -L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4 conftest.c -lintl   >&5
configure:39996: $? = 0
configure:40002: ./conftest
configure:40005: $? = 0
configure:40025: result: no
configure:40390: checking whether compiler understands -Wno-pointer-sign
configure:40415: gcc -c -mcpu=v9 -Wall -Wno-pointer-sign -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS conftest.c >&5
cc1: error: unrecognized command line option "-Wno-pointer-sign"
configure:40421: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "glib"
| #define PACKAGE_TARNAME "glib"
| #define PACKAGE_VERSION "2.14.6"
| #define PACKAGE_STRING "glib 2.14.6"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
| #define GLIB_MAJOR_VERSION 2
| #define GLIB_MINOR_VERSION 14
| #define GLIB_MICRO_VERSION 6
| #define GLIB_INTERFACE_AGE 6
| #define GLIB_BINARY_AGE 1406
| #define _FILE_OFFSET_BITS 64
| #define NEED_ICONV_CACHE 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_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GETTEXT_PACKAGE "glib20"
| #define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
| #define USE_LIBICONV_GNU 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define HAVE_VPRINTF 1
| #define HAVE_DOPRNT 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MEMALIGN 1
| #define HAVE_VALLOC 1
| #define HAVE_ATEXIT 1
| #define SIZEOF_CHAR 1
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_INT 4
| #define SIZEOF_VOID_P 4
| #define SIZEOF_LONG_LONG 8
| #define SIZEOF___INT64 0
| #define HAVE_LONG_LONG_FORMAT 1
| #define SANE_MALLOC_PROTOS 1
| #define G_HAVE___INLINE 1
| #define G_HAVE___INLINE__ 1
| #define G_HAVE_INLINE 1
| #define HAVE_DOWHILE_MACROS 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_DIRENT_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SETLOCALE 1
| #define SIZEOF_SIZE_T 4
| #define HAVE_LSTAT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_MEMMOVE 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_POLL 1
| #define HAVE_GETCWD 1
| #define HAVE_SETENV 1
| #define HAVE_UNSETENV 1
| #define HAVE_GETC_UNLOCKED 1
| #define HAVE_READLINK 1
| #define HAVE_SYMLINK 1
| #define HAVE_FDWALK 1
| #define HAVE_C99_VSNPRINTF 1
| #define HAVE_UNIX98_PRINTF 1
| #define HAVE_GOOD_PRINTF 1
| #define HAVE_LONG_LONG 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_WCHAR_T 1
| #define HAVE_WINT_T 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_INTTYPES_H_WITH_UINTMAX 1
| #define HAVE_STDINT_H_WITH_UINTMAX 1
| #define HAVE_INTMAX_T 1
| #define HAVE_SNPRINTF 1
| #define HAVE_WCSLEN 1
| #define HAVE_C99_SNPRINTF 1
| #define NO_SYS_SIGLIST 1
| #define NO_SYS_SIGLIST_DECL 1
| #define REALLOC_0_WORKS 1
| #define HAVE_CODESET 1
| #define HAVE_STRLCPY 1
| #define G_VA_COPY va_copy
| #define HAVE_LOCALTIME_R 1
| #define HAVE_NONPOSIX_GETPWUID_R 1
| #define GLIB_SIZEOF_SYSTEM_THREAD 4
| #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
| #define POSIX_MIN_PRIORITY sched_get_priority_min(SCHED_OTHER)
| #define POSIX_MAX_PRIORITY sched_get_priority_max(SCHED_OTHER)
| #define POSIX_YIELD_FUNC sched_yield()
| #define G_THREAD_SOURCE "gthread-posix.c"
| #define GLIB_SIZEOF_GMUTEX 24
| #define GLIB_BYTE_CONTENTS_GMUTEX 0,0,0,0,0,0,77,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_MONOTONIC_CLOCK 1
| #define G_ATOMIC_SPARCV9 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:40433: result: no
configure:40470: checking for EILSEQ
configure:40497: gcc -c -mcpu=v9 -Wall -I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS conftest.c >&5
conftest.c: In function `main':
conftest.c:141: warning: unused variable `error'
configure:40503: $? = 0
configure:40517: result: yes
configure:40617: checking whether to build gtk-doc documentation
configure:40619: result: no
configure:40626: checking for gtkdoc-check
configure:40659: result: no
configure:41145: creating ./config.status

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

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

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

on ccs-v440-01

config.status:1117: creating glib-2.0.pc
config.status:1117: creating glib-2.0-uninstalled.pc
config.status:1117: creating gmodule-2.0.pc
config.status:1117: creating gmodule-export-2.0.pc
config.status:1117: creating gmodule-no-export-2.0.pc
config.status:1117: creating gmodule-2.0-uninstalled.pc
config.status:1117: creating gmodule-no-export-2.0-uninstalled.pc
config.status:1117: creating gthread-2.0.pc
config.status:1117: creating gthread-2.0-uninstalled.pc
config.status:1117: creating gobject-2.0.pc
config.status:1117: creating gobject-2.0-uninstalled.pc
config.status:1117: creating glib-zip
config.status:1117: creating glib-gettextize
config.status:1117: creating Makefile
config.status:1117: creating build/Makefile
config.status:1117: creating build/win32/Makefile
config.status:1117: creating build/win32/dirent/Makefile
config.status:1117: creating build/win32/vs8/Makefile
config.status:1117: creating glib/Makefile
config.status:1117: creating glib/libcharset/Makefile
config.status:1117: creating glib/gnulib/Makefile
config.status:1117: creating glib/pcre/Makefile
config.status:1117: creating glib/update-pcre/Makefile
config.status:1117: creating gmodule/Makefile
config.status:1117: creating gmodule/gmoduleconf.h
config.status:1117: creating gobject/Makefile
config.status:1117: creating gobject/glib-mkenums
config.status:1117: creating gthread/Makefile
config.status:1117: creating po/Makefile.in
config.status:1117: creating docs/Makefile
config.status:1117: creating docs/reference/Makefile
config.status:1117: creating docs/reference/glib/Makefile
config.status:1117: creating docs/reference/glib/version.xml
config.status:1117: creating docs/reference/gobject/Makefile
config.status:1117: creating docs/reference/gobject/version.xml
config.status:1117: creating tests/Makefile
config.status:1117: creating tests/gobject/Makefile
config.status:1117: creating tests/refcount/Makefile
config.status:1117: creating m4macros/Makefile
config.status:1117: creating config.h
config.status:1513: executing depfiles commands
config.status:1513: executing default-1 commands
config.status:1513: executing glibconfig.h commands
config.status:1513: executing chmod-scripts commands

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

ac_cv_build=sparc-sun-solaris2.10
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-mcpu=v9
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4'
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PCRE_CFLAGS_set=
ac_cv_env_PCRE_CFLAGS_value=
ac_cv_env_PCRE_LIBS_set=
ac_cv_env_PCRE_LIBS_value=
ac_cv_env_PKG_CONFIG_set=set
ac_cv_env_PKG_CONFIG_value=/usr/dist/share/pkg-config,v0.23/5.10-bin.sun4/pkg-config
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_f77_compiler_gnu=no
ac_cv_func__NSGetEnviron=no
ac_cv_func__doprnt=yes
ac_cv_func_alloca_works=yes
ac_cv_func_atexit=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_clock_gettime=no
ac_cv_func_dcgettext=yes
ac_cv_func_dlerror=yes
ac_cv_func_dlopen=yes
ac_cv_func_dlsym=yes
ac_cv_func_fdwalk=yes
ac_cv_func_getc_unlocked=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat=yes
ac_cv_func_memalign=yes
ac_cv_func_memmove=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nanosleep=no
ac_cv_func_nl_langinfo=yes
ac_cv_func_nonposix_getpwuid_r=yes
ac_cv_func_nsleep=no
ac_cv_func_on_exit=no
ac_cv_func_poll=yes
ac_cv_func_posix_getpwuid_r=no
ac_cv_func_posix_memalign=no
ac_cv_func_printf_unix98=yes
ac_cv_func_readlink=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_snprintf=yes
ac_cv_func_snprintf_c99=yes
ac_cv_func_stpcpy=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strerror=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strsignal=yes
ac_cv_func_symlink=yes
ac_cv_func_timegm=no
ac_cv_func_unsetenv=yes
ac_cv_func_valloc=yes
ac_cv_func_vasprintf=no
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_vsnprintf_c99=yes
ac_cv_func_wcslen=yes
ac_cv_gnu_library_2_1=no
ac_cv_header_crt_externs_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_langinfo_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_memory_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sched_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
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_poll_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_host=sparc-sun-solaris2.10
ac_cv_lib_iconv_libiconv_open=yes
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_lib_rt_clock_gettime=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sfw/bin/ggrep -E'
ac_cv_path_GMSGFMT=/usr/lib/gmsgfmt
ac_cv_path_GREP=/usr/sfw/bin/ggrep
ac_cv_path_MSGFMT=/bin/msgfmt
ac_cv_path_PERL_PATH=/usr/dist/exe/perl5
ac_cv_path_PKG_CONFIG=/usr/dist/share/pkg-config,v0.23/5.10-bin.sun4/pkg-config
ac_cv_path_XGETTEXT=/bin/xgettext
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXX=c++
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_INDENT=indent
ac_cv_prog_PERL=perl5
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_F77=f77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof___int64=0
ac_cv_sizeof_char=1
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_long_long=8
ac_cv_sizeof_short=2
ac_cv_sizeof_size_t=4
ac_cv_sizeof_void_p=4
ac_cv_sys_file_offset_bits=64
ac_cv_sys_largefile_CC=no
ac_cv_type___int64=no
ac_cv_type_char=yes
ac_cv_type_int=yes
ac_cv_type_long=yes
ac_cv_type_long_long=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_short=yes
ac_cv_type_size_t=yes
ac_cv_type_void_p=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
bh_cv_c_signed=yes
glib_cv___va_copy=yes
glib_cv_byte_contents_gmutex=0,0,0,0,0,0,77,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
glib_cv_compliant_posix_memalign=0
glib_cv_has__inline=yes
glib_cv_has__inline__=yes
glib_cv_hasinline=yes
glib_cv_have_strlcpy=yes
glib_cv_langinfo_codeset=yes
glib_cv_long_long_format=ll
glib_cv_monotonic_clock=yes
glib_cv_rtldglobal_broken=no
glib_cv_sane_realloc=yes
glib_cv_sizeof_gmutex=24
glib_cv_sizeof_system_thread=4
glib_cv_stack_grows=no
glib_cv_uscore=no
glib_cv_va_copy=yes
glib_cv_va_val_copy=yes
glib_cv_value_POLLERR=8
glib_cv_value_POLLHUP=16
glib_cv_value_POLLIN=1
glib_cv_value_POLLNVAL=32
glib_cv_value_POLLOUT=4
glib_cv_value_POLLPRI=2
gt_cv_c_long_double=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
jm_ac_cv_header_inttypes_h=yes
jm_ac_cv_header_stdint_h=yes
jm_cv_langinfo_codeset=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_LDCXX=/usr/ccs/bin/ld
lt_cv_path_NM='/usr/ccs/bin/nm -p'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BDRT][BDRT]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_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_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=786240
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([BDRT][BDRT]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/missing --run autoconf'
AUTOHEADER='${SHELL} /home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/missing --run autoheader'
AUTOMAKE='${SHELL} /home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/missing --run automake-1.7'
AWK='nawk'
CATALOGS=' am.gmo ar.gmo as.gmo az.gmo be.gmo be latin gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mg.gmo mk.gmo ml.gmo mn.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr Latn gmo sr ije gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-mcpu=v9 -Wall'
CPP='gcc -E'
CPPFLAGS='-I /usr/dist/share/libiconv,v1.9.2/5.10-include.sun4 -I /usr/dist/share/gettext,v0.17/5.10-include.sun4 -D_REENTRANT -D_PTHREADS'
CROSS_COMPILING_FALSE=''
CROSS_COMPILING_TRUE='#'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_MEM_POOLS=''
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sfw/bin/ggrep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
ENABLE_MAN_FALSE=''
ENABLE_MAN_TRUE='#'
ENABLE_REGEX_FALSE='#'
ENABLE_REGEX_TRUE=''
ENABLE_TIMELOOP_FALSE='#'
ENABLE_TIMELOOP_TRUE=''
EXEEXT=''
F77='f77'
FFLAGS='-g'
GETTEXT_PACKAGE='glib20'
GIO='giounix.lo'
GLIBC21='no'
GLIB_BINARY_AGE='1406'
GLIB_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS'
GLIB_DEF=''
GLIB_GENMARSHAL=''
GLIB_INTERFACE_AGE='6'
GLIB_MAJOR_VERSION='2'
GLIB_MICRO_VERSION='6'
GLIB_MINOR_VERSION='14'
GLIB_VERSION='2.14.6'
GMODULE_DEF=''
GMOFILES=' am.gmo ar.gmo as.gmo az.gmo be.gmo be latin gmo bg.gmo bn.gmo bn_IN.gmo bs.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo hy.gmo id.gmo is.gmo it.gmo ja.gmo ka.gmo kn.gmo ko.gmo ku.gmo lt.gmo lv.gmo mg.gmo mk.gmo ml.gmo mn.gmo ms.gmo nb.gmo ne.gmo nl.gmo nn.gmo oc.gmo or.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo rw.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr Latn gmo sr ije gmo sv.gmo ta.gmo te.gmo th.gmo tl.gmo tr.gmo tt.gmo uk.gmo vi.gmo wa.gmo xh.gmo yi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo'
GMSGFMT='/usr/lib/gmsgfmt'
GOBJECT_DEF=''
GREP='/usr/sfw/bin/ggrep'
GSPAWN='gspawn.lo'
GTHREAD_COMPILE_IMPL_DEFINES='-D_POSIX4_DRAFT_SOURCE -D_POSIX4A_DRAFT10_SOURCE -U_OSF_SOURCE'
GTHREAD_DEF=''
GTKDOC_CHECK=''
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
G_LIBS_EXTRA=''
G_MODULE_BROKEN_RTLD_GLOBAL='0'
G_MODULE_HAVE_DLERROR='1'
G_MODULE_IMPL='G_MODULE_IMPL_DL'
G_MODULE_LDFLAGS=''
G_MODULE_LIBS=''
G_MODULE_LIBS_EXTRA=''
G_MODULE_NEED_USCORE='0'
G_MODULE_PLUGIN_LIBS=''
G_MODULE_SUPPORTED='true'
G_THREAD_CFLAGS='-D_REENTRANT -D_PTHREADS'
G_THREAD_LIBS='-lpthread -lthread -lrt -lrt'
G_THREAD_LIBS_EXTRA=''
G_THREAD_LIBS_FOR_GTHREAD='-lpthread -lthread -lrt -lrt'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_GNUC_VISIBILITY_FALSE=''
HAVE_GNUC_VISIBILITY_TRUE='#'
HAVE_GOOD_PRINTF_FALSE='#'
HAVE_GOOD_PRINTF_TRUE=''
HAVE_SUNSTUDIO_VISIBILITY_FALSE=''
HAVE_SUNSTUDIO_VISIBILITY_TRUE='#'
HTML_DIR='${datadir}/gtk-doc/html'
ICONV_LIBS='-liconv'
INDENT='indent'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
LDFLAGS='-L /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4 -L /usr/dist/share/gettext,v0.17/5.10-lib.sun4 -R /usr/dist/share/libiconv,v1.9.2/5.10-lib.sun4:/usr/dist/share/gettext,v0.17/5.10-lib.sun4'
LIBOBJS=''
LIBS='-lintl  '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^g.*"'
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE='1400'
LT_CURRENT='1400'
LT_CURRENT_MINUS_AGE='0'
LT_RELEASE='2.14'
LT_REVISION='6'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/bin/msgfmt'
MSGFMT_OPTS=''
MS_LIB_AVAILABLE_FALSE=''
MS_LIB_AVAILABLE_TRUE='#'
NM='/usr/ccs/bin/nm -p'
OBJDUMP='objdump'
OBJEXT='o'
OS_CARBON_FALSE=''
OS_CARBON_TRUE='#'
OS_LINUX_FALSE=''
OS_LINUX_TRUE='#'
OS_UNIX_FALSE='#'
OS_UNIX_TRUE=''
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
PACKAGE='glib'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=glib'
PACKAGE_NAME='glib'
PACKAGE_STRING='glib 2.14.6'
PACKAGE_TARNAME='glib'
PACKAGE_VERSION='2.14.6'
PATH_SEPARATOR=':'
PCRE_CFLAGS=''
PCRE_LIBS=''
PCRE_REQUIRES=''
PCRE_WARN_CFLAGS=''
PERL='perl5'
PERL_PATH='/usr/dist/exe/perl5'
PKG_CONFIG='/usr/dist/share/pkg-config,v0.23/5.10-bin.sun4/pkg-config'
PLATFORMDEP=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
POFILES=' am.po ar.po as.po az.po be.po be latin po bg.po bn.po bn_IN.po bs.po ca.po cs.po cy.po da.po de.po dz.po el.po en_CA.po en_GB.po eo.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po hy.po id.po is.po it.po ja.po ka.po kn.po ko.po ku.po lt.po lv.po mg.po mk.po ml.po mn.po ms.po nb.po ne.po nl.po nn.po oc.po or.po pa.po pl.po pt.po pt_BR.po ro.po ru.po rw.po sk.po sl.po sq.po sr.po sr Latn po sr ije po sv.po ta.po te.po th.po tl.po tr.po tt.po uk.po vi.po wa.po xh.po yi.po zh_CN.po zh_HK.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
REBUILD=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
TESTGMODULE_EXP=''
USE_NLS='yes'
USE_SYSTEM_PCRE_FALSE=''
USE_SYSTEM_PCRE_TRUE='#'
VERSION='2.14.6'
WINDRES=''
XGETTEXT=':'
XMLCATALOG=''
XML_CATALOG_FILE=''
XSLTPROC=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77='f77'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='/usr/dist/share/glib,v2.14.6/5.10-bin.sun4'
build='sparc-sun-solaris2.10'
build_alias=''
build_cpu='sparc'
build_os='solaris2.10'
build_vendor='sun'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='sparc-sun-solaris2.10'
host_alias=''
host_cpu='sparc'
host_os='solaris2.10'
host_vendor='sun'
htmldir='${docdir}'
includedir='/usr/dist/share/glib,v2.14.6/5.10-include.sun4'
infodir='${datarootdir}/info'
install_sh='/home/brundage/work/csc_sun_work/SR195558/artifacts/build/glib-2.14.6/install-sh'
libdir='/usr/dist/share/glib,v2.14.6/5.10-lib.sun4'
libexecdir='${exec_prefix}/libexec'
localedir='/usr/dist/share/glib,v2.14.6/share/locale'
localstatedir='${prefix}/var'
mandir='/usr/dist/share/glib,v2.14.6/doc/man'
ms_librarian=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/dist/share/glib,v2.14.6'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "glib"
#define PACKAGE_TARNAME "glib"
#define PACKAGE_VERSION "2.14.6"
#define PACKAGE_STRING "glib 2.14.6"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib";
#define GLIB_MAJOR_VERSION 2
#define GLIB_MINOR_VERSION 14
#define GLIB_MICRO_VERSION 6
#define GLIB_INTERFACE_AGE 6
#define GLIB_BINARY_AGE 1406
#define _FILE_OFFSET_BITS 64
#define NEED_ICONV_CACHE 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_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "glib20"
#define GLIB_LOCALE_DIR "/usr/dist/share/glib,v2.14.6/share/locale"
#define USE_LIBICONV_GNU 1
#define HAVE_DLFCN_H 1
#define STDC_HEADERS 1
#define HAVE_VPRINTF 1
#define HAVE_DOPRNT 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_MEMALIGN 1
#define HAVE_VALLOC 1
#define HAVE_ATEXIT 1
#define SIZEOF_CHAR 1
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
#define SIZEOF_INT 4
#define SIZEOF_VOID_P 4
#define SIZEOF_LONG_LONG 8
#define SIZEOF___INT64 0
#define HAVE_LONG_LONG_FORMAT 1
#define SANE_MALLOC_PROTOS 1
#define G_HAVE___INLINE 1
#define G_HAVE___INLINE__ 1
#define G_HAVE_INLINE 1
#define HAVE_DOWHILE_MACROS 1
#define WORDS_BIGENDIAN 1
#define HAVE_DIRENT_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VALUES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_SCHED_H 1
#define HAVE_MALLOC_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_NL_LANGINFO 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_SETLOCALE 1
#define SIZEOF_SIZE_T 4
#define HAVE_LSTAT 1
#define HAVE_STRERROR 1
#define HAVE_STRSIGNAL 1
#define HAVE_MEMMOVE 1
#define HAVE_VSNPRINTF 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_POLL 1
#define HAVE_GETCWD 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_GETC_UNLOCKED 1
#define HAVE_READLINK 1
#define HAVE_SYMLINK 1
#define HAVE_FDWALK 1
#define HAVE_C99_VSNPRINTF 1
#define HAVE_UNIX98_PRINTF 1
#define HAVE_GOOD_PRINTF 1
#define HAVE_LONG_LONG 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_WCHAR_T 1
#define HAVE_WINT_T 1
#define HAVE_PTRDIFF_T 1
#define HAVE_INTTYPES_H_WITH_UINTMAX 1
#define HAVE_STDINT_H_WITH_UINTMAX 1
#define HAVE_INTMAX_T 1
#define HAVE_SNPRINTF 1
#define HAVE_WCSLEN 1
#define HAVE_C99_SNPRINTF 1
#define NO_SYS_SIGLIST 1
#define NO_SYS_SIGLIST_DECL 1
#define REALLOC_0_WORKS 1
#define HAVE_CODESET 1
#define HAVE_STRLCPY 1
#define G_VA_COPY va_copy
#define HAVE_LOCALTIME_R 1
#define HAVE_NONPOSIX_GETPWUID_R 1
#define GLIB_SIZEOF_SYSTEM_THREAD 4
#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
#define POSIX_MIN_PRIORITY sched_get_priority_min(SCHED_OTHER)
#define POSIX_MAX_PRIORITY sched_get_priority_max(SCHED_OTHER)
#define POSIX_YIELD_FUNC sched_yield()
#define G_THREAD_SOURCE "gthread-posix.c"
#define GLIB_SIZEOF_GMUTEX 24
#define GLIB_BYTE_CONTENTS_GMUTEX 0,0,0,0,0,0,77,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
#define HAVE_CLOCK_GETTIME 1
#define HAVE_MONOTONIC_CLOCK 1
#define G_ATOMIC_SPARCV9 1

configure: exit 0

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

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

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

on ccs-v440-01

config.status:1513: executing glibconfig.h commands
config.status:1982: glibconfig.h is unchanged


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