Web lists-archives.org

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@xxxxxx>\n"
| "Language-Team: C <LL@xxxxxx>\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