OK, I cleared config.log and reran ./configure --prefix=/usr/local --disable-nls without the --disable-glibtest and I get the following config.log file. The output of the configure step is checking for some Win32 platform... no checking whether build environment is sane... yes checking for strerror in -lcposix... no checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /usr/local/bin/ginstall -c checking whether make sets $(MAKE)... (cached) yes checking for pkg-config... /usr/local/bin/pkg-config checking for glib-2.0 >= 2.4.0 atk >= 1.0.1 pango >= 1.4.0... yes checking BASE_DEPENDENCIES_CFLAGS... -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 checking BASE_DEPENDENCIES_LIBS... -L/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lintl -liconv checking Whether to write dependencies into .pc files... no checking for perl5... no checking for perl... /usr/local/bin/perl checking for indent... indent checking for lstat... yes checking for mkstemp... yes checking for flockfile... yes checking for sigsetjmp... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for dgettext in libc... no checking for bindtextdomain in -lintl... yes checking for dgettext in -lintl... yes checking for bind_textdomain_codeset... no checking for msgfmt... /usr/local/bin/msgfmt checking for dcgettext... yes checking for gmsgfmt... /usr/local/bin/msgfmt checking for xgettext... /usr/local/bin/xgettext checking for bind_textdomain_codeset... (cached) no checking for catalogs to be installed... af am ar az be bg bn br ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu ia id is it ja ko li lt lv mi mk ml mn mr ms ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@ije sr@Latn sv ta th tr uk uz uz@Latn vi wa yi zh_CN zh_TW checking for extra flags to get ANSI library prototypes... none needed checking for the BeOS... no checking for extra flags for POSIX compliance... none needed checking for pkg-config... (cached) /usr/local/bin/pkg-config checking for GLIB - version >= 2.4.0... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error: *** GLIB 2.4.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/. if I put the --disable-glibtest in, I get past this point but then if fails with the similar pango test. Steve Christensen ----config.log----- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by gtk+ configure 2.4.1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --prefix=/usr/local --disable-nls ## --------- ## ## Platform. ## ## --------- ## hostname = solaris uname -m = sun4u uname -r = 5.8 uname -s = SunOS uname -v = Generic_108528-11 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = solaris Release = 5.8 KernelID = Generic_108528-11 Machine = sun4u BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 1 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/qt/bin PATH: /usr/local/bin PATH: /usr/ccs/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /usr2/JAVA/j2sdk1.4.0/bin PATH: /free4/netscape PATH: /usr/local/teTeX/bin PATH: /usr/local/sbin PATH: /bin PATH: /usr/openwin/bin PATH: /usr/dt/bin PATH: /usr/sbin PATH: /free2/mathematica PATH: . PATH: /free4/office52 PATH: /export/home/SUNWspro/bin PATH: /usr/local/samba/bin PATH: /usr/ucb PATH: /usr/local/apache2/bin PATH: /usr2/opt/SUNWns6 ## ----------- ## ## Core tests. ## ## ----------- ## configure:1601: checking for a BSD-compatible install configure:1656: result: /usr/local/bin/ginstall -c configure:1667: checking whether build environment is sane configure:1710: result: yes configure:1743: checking for gawk configure:1759: found /usr/local/bin/gawk configure:1769: result: gawk configure:1779: checking whether make sets $(MAKE) configure:1799: result: yes configure:2027: checking build system type configure:2045: result: sparc-sun-solaris2.8 configure:2053: checking host system type configure:2067: result: sparc-sun-solaris2.8 configure:2077: checking for native Win32 configure:2088: result: no configure:2137: checking for gcc configure:2163: result: gcc configure:2407: checking for C compiler version configure:2410: gcc --version </dev/null >&5 gcc (GCC) 3.3.2 Copyright (C) 2003 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:2413: $? = 0 configure:2415: gcc -v </dev/null >&5 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.3.2 configure:2418: $? = 0 configure:2420: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2423: $? = 1 configure:2446: checking for C compiler default output file name configure:2449: gcc -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:2452: $? = 0 configure:2498: result: a.out configure:2503: checking whether the C compiler works configure:2509: ./a.out configure:2512: $? = 0 configure:2529: result: yes configure:2536: checking whether we are cross compiling configure:2538: result: no configure:2541: checking for suffix of executables configure:2543: gcc -o conftest -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:2546: $? = 0 configure:2571: result: configure:2577: checking for suffix of object files configure:2598: gcc -c -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:2601: $? = 0 configure:2623: result: o configure:2627: checking whether we are using the GNU C compiler configure:2651: gcc -c -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:2657: $? = 0 configure:2661: test -z || test ! -s conftest.err configure:2664: $? = 0 configure:2667: test -s conftest.o configure:2670: $? = 0 configure:2683: result: yes configure:2689: checking whether gcc accepts -g configure:2710: gcc -c -g -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:2716: $? = 0 configure:2720: test -z || test ! -s conftest.err configure:2723: $? = 0 configure:2726: test -s conftest.o configure:2729: $? = 0 configure:2740: result: yes configure:2757: checking for gcc option to accept ANSI C configure:2827: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:2833: $? = 0 configure:2837: test -z || test ! -s conftest.err configure:2840: $? = 0 configure:2843: test -s conftest.o configure:2846: $? = 0 configure:2864: result: none needed configure:2882: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 conftest.c:2: error: parse error before "me" configure:2888: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:3032: checking for style of include used by make configure:3060: result: GNU configure:3088: checking dependency style of gcc configure:3171: result: gcc3 configure:3275: checking for a sed that does not truncate output configure:3329: result: /usr/local/bin/sed configure:3332: checking for egrep configure:3342: result: grep -E configure:3358: checking for ld used by gcc configure:3425: result: /usr/ccs/bin/ld configure:3434: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:3449: result: no configure:3454: checking for /usr/ccs/bin/ld option to reload object files configure:3461: result: -r configure:3470: checking for BSD-compatible nm configure:3512: result: /usr/local/bin/nm -B configure:3516: checking whether ln -s works configure:3520: result: yes configure:3527: checking how to recognise dependent libraries configure:3710: result: pass_all configure:3924: checking how to run the C preprocessor configure:3959: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c configure:3965: $? = 0 configure:3997: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4003: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4042: result: gcc -E configure:4066: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c configure:4072: $? = 0 configure:4104: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c conftest.c:10:28: ac_nonexistent.h: No such file or directory configure:4110: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4154: checking for ANSI C header files configure:4179: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4185: $? = 0 configure:4189: test -z || test ! -s conftest.err configure:4192: $? = 0 configure:4195: test -s conftest.o configure:4198: $? = 0 configure:4287: gcc -o conftest -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:4290: $? = 0 configure:4292: ./conftest configure:4295: $? = 0 configure:4310: result: yes configure:4334: checking for sys/types.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for sys/stat.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for stdlib.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for string.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for memory.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for strings.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for inttypes.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4334: checking for stdint.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 conftest.c:53:20: stdint.h: No such file or directory configure:4356: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #if HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #if HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #if STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # if HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #if HAVE_STRING_H | # if !STDC_HEADERS && HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #if HAVE_STRINGS_H | # include <strings.h> | #endif | #if HAVE_INTTYPES_H | # include <inttypes.h> | #else | # if HAVE_STDINT_H | # include <stdint.h> | # endif | #endif | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | | #include <stdint.h> configure:4380: result: no configure:4334: checking for unistd.h configure:4350: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4356: $? = 0 configure:4360: test -z || test ! -s conftest.err configure:4363: $? = 0 configure:4366: test -s conftest.o configure:4369: $? = 0 configure:4380: result: yes configure:4406: checking dlfcn.h usability configure:4418: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:4424: $? = 0 configure:4428: test -z || test ! -s conftest.err configure:4431: $? = 0 configure:4434: test -s conftest.o configure:4437: $? = 0 configure:4447: result: yes configure:4451: checking dlfcn.h presence configure:4461: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c configure:4467: $? = 0 configure:4487: result: yes configure:4522: checking for dlfcn.h configure:4529: result: yes configure:4636: checking for C++ compiler version configure:4639: g++ -fpermissive --version </dev/null >&5 g++ (GCC) 3.3.2 Copyright (C) 2003 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:4642: $? = 0 configure:4644: g++ -fpermissive -v </dev/null >&5 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.3.2 g++: no input files configure:4647: $? = 1 configure:4649: g++ -fpermissive -V </dev/null >&5 g++: argument to `-V' missing configure:4652: $? = 1 configure:4655: checking whether we are using the GNU C++ compiler configure:4679: g++ -fpermissive -c -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 configure:4685: $? = 0 configure:4689: test -z || test ! -s conftest.err configure:4692: $? = 0 configure:4695: test -s conftest.o configure:4698: $? = 0 configure:4711: result: yes configure:4717: checking whether g++ -fpermissive accepts -g configure:4738: g++ -fpermissive -c -g -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 configure:4744: $? = 0 configure:4748: test -z || test ! -s conftest.err configure:4751: $? = 0 configure:4754: test -s conftest.o configure:4757: $? = 0 configure:4768: result: yes configure:4810: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 configure:4816: $? = 0 configure:4820: test -z || test ! -s conftest.err configure:4823: $? = 0 configure:4826: test -s conftest.o configure:4829: $? = 0 configure:4855: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:24: error: `exit' undeclared (first use this function) conftest.cc:24: error: (Each undeclared identifier is reported only once for each function it appears in.) configure:4861: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:4810: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 configure:4816: $? = 0 configure:4820: test -z || test ! -s conftest.err configure:4823: $? = 0 configure:4826: test -s conftest.o configure:4829: $? = 0 configure:4855: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 configure:4861: $? = 0 configure:4865: test -z || test ! -s conftest.err configure:4868: $? = 0 configure:4871: test -s conftest.o configure:4874: $? = 0 configure:4899: checking dependency style of g++ -fpermissive configure:4982: result: gcc3 configure:5004: checking how to run the C++ preprocessor configure:5035: g++ -fpermissive -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc configure:5041: $? = 0 configure:5073: g++ -fpermissive -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc conftest.cc:23:28: ac_nonexistent.h: No such file or directory configure:5079: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5118: result: g++ -fpermissive -E configure:5142: g++ -fpermissive -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc configure:5148: $? = 0 configure:5180: g++ -fpermissive -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc conftest.cc:23:28: ac_nonexistent.h: No such file or directory configure:5186: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5281: checking for g77 configure:5297: found /usr/local/bin/g77 configure:5307: result: g77 configure:5322: checking for Fortran 77 compiler version configure:5325: g77 --version </dev/null >&5 GNU Fortran (GCC) 3.3.2 Copyright (C) 2002 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:5328: $? = 0 configure:5330: g77 -v </dev/null >&5 Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.3.2 configure:5333: $? = 0 configure:5335: g77 -V </dev/null >&5 g77: `-V' option must have argument configure:5338: $? = 1 configure:5346: checking whether we are using the GNU Fortran 77 compiler configure:5360: g77 -c conftest.F >&5 configure:5366: $? = 0 configure:5370: test -z || test ! -s conftest.err configure:5373: $? = 0 configure:5376: test -s conftest.o configure:5379: $? = 0 configure:5392: result: yes configure:5398: checking whether g77 accepts -g configure:5410: g77 -c -g conftest.f >&5 configure:5416: $? = 0 configure:5420: test -z || test ! -s conftest.err configure:5423: $? = 0 configure:5426: test -s conftest.o configure:5429: $? = 0 configure:5441: result: yes configure:5471: checking the maximum length of command line arguments configure:5536: result: 262144 configure:5547: checking command to parse /usr/local/bin/nm -B output from gcc object configure:5636: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:5639: $? = 0 configure:5643: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:5646: $? = 0 configure:5698: gcc -o conftest -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c conftstm.o >&5 configure:5701: $? = 0 configure:5739: result: ok configure:5743: checking for objdir configure:5758: result: .libs configure:5848: checking for ar configure:5864: found /usr/local/bin/ar configure:5875: result: ar configure:5928: checking for ranlib configure:5944: found /usr/local/bin/ranlib configure:5955: result: ranlib configure:6008: checking for strip configure:6024: found /usr/ccs/bin/strip configure:6035: result: strip configure:6297: checking if gcc static flag works configure:6320: result: yes configure:6338: checking if gcc supports -fno-rtti -fno-exceptions configure:6356: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC configure:6360: $? = 0 configure:6371: result: no configure:6386: checking for gcc option to produce PIC configure:6563: result: -fPIC configure:6571: checking if gcc PIC flag -fPIC works configure:6589: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -fPIC -DPIC conftest.c >&5 configure:6593: $? = 0 configure:6604: result: yes configure:6628: checking if gcc supports -c -o file.o configure:6649: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -o out/conftest2.o conftest.c >&5 configure:6653: $? = 0 configure:6673: result: yes configure:6699: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries configure:7547: result: yes configure:7573: checking whether -lc should be explicitly linked in configure:7578: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:7581: $? = 0 configure:7595: gcc -shared -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:7598: $? = 1 configure:7610: result: yes configure:7618: checking dynamic linker characteristics configure:8179: result: solaris2.8 ld.so configure:8183: checking how to hardcode library paths into programs configure:8208: result: immediate configure:8222: checking whether stripping libraries is possible configure:8243: result: no configure:9057: checking if libtool supports shared libraries configure:9059: result: yes configure:9062: checking whether to build shared libraries configure:9120: result: yes configure:9123: checking whether to build static libraries configure:9127: result: no configure:9219: creating libtool configure:9766: checking for ld used by g++ -fpermissive configure:9833: result: /usr/ccs/bin/ld configure:9842: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:9857: result: no configure:9908: checking whether the g++ -fpermissive linker (/usr/ccs/bin/ld) supports shared libraries configure:10736: result: yes configure:10754: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.cc >&5 configure:10757: $? = 0 configure:10853: checking for g++ -fpermissive option to produce PIC configure:11105: result: -fPIC configure:11113: checking if g++ -fpermissive PIC flag -fPIC works configure:11131: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -fPIC -DPIC conftest.cc >&5 configure:11135: $? = 0 configure:11146: result: yes configure:11170: checking if g++ -fpermissive supports -c -o file.o configure:11191: g++ -fpermissive -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -o out/conftest2.o conftest.cc >&5 configure:11195: $? = 0 configure:11215: result: yes configure:11241: checking whether the g++ -fpermissive linker (/usr/ccs/bin/ld) supports shared libraries configure:11266: result: yes configure:11337: checking dynamic linker characteristics configure:11898: result: solaris2.8 ld.so configure:11902: checking how to hardcode library paths into programs configure:11927: result: immediate configure:11941: checking whether stripping libraries is possible configure:11962: result: no configure:13253: checking if libtool supports shared libraries configure:13255: result: yes configure:13258: checking whether to build shared libraries configure:13276: result: yes configure:13279: checking whether to build static libraries configure:13283: result: no configure:13295: checking for g77 option to produce PIC configure:13472: result: -fPIC configure:13480: checking if g77 PIC flag -fPIC works configure:13498: g77 -c -g -O2 -fPIC conftest.f >&5 configure:13502: $? = 0 configure:13513: result: yes configure:13537: checking if g77 supports -c -o file.o configure:13558: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:13562: $? = 0 configure:13582: result: yes configure:13608: checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries configure:14436: result: yes configure:14507: checking dynamic linker characteristics configure:15068: result: solaris2.8 ld.so configure:15072: checking how to hardcode library paths into programs configure:15097: result: immediate configure:15111: checking whether stripping libraries is possible configure:15132: result: no configure:19232: checking for special C compiler options needed for large files configure:19331: result: no configure:19337: checking for _FILE_OFFSET_BITS value needed for large files configure:19368: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 conftest.c:29: warning: left shift count >= width of type conftest.c:29: warning: left shift count >= width of type conftest.c:31: error: size of array `off_t_is_large' is negative configure:19374: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* 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:19421: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:19427: $? = 0 configure:19431: test -z || test ! -s conftest.err configure:19434: $? = 0 configure:19437: test -s conftest.o configure:19440: $? = 0 configure:19452: result: 64 configure:19462: checking for _LARGE_FILES value needed for large files configure:19493: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:19499: $? = 0 configure:19503: test -z || test ! -s conftest.err configure:19506: $? = 0 configure:19509: test -s conftest.o configure:19512: $? = 0 configure:19577: result: no configure:19598: checking whether to enable maintainer-specific portions of Makefiles configure:19607: result: no configure:19623: checking for some Win32 platform configure:19633: result: no configure:19831: checking whether build environment is sane configure:19874: result: yes configure:19879: checking for strerror in -lcposix configure:19909: gcc -o conftest -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lcposix >&5 ld: fatal: library -lcposix: not found ld: fatal: File processing errors. No output written to conftest collect2: ld returned 1 exit status configure:19915: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #define GTK_COMPILED_WITH_DEBUGGING "minimum" | /* end confdefs.h. */ | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char strerror (); | int | main () | { | strerror (); | ; | return 0; | } configure:19941: result: no configure:19952: checking for gcc option to accept ANSI C configure:20015: gcc -c -g -O2 -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:20021: $? = 0 configure:20025: test -z || test ! -s conftest.err configure:20028: $? = 0 configure:20031: test -s conftest.o configure:20034: $? = 0 configure:20049: result: none needed configure:20073: checking for a BSD-compatible install configure:20128: result: /usr/local/bin/ginstall -c configure:20139: checking whether make sets $(MAKE) configure:20159: result: yes configure:20242: checking for pkg-config configure:20260: found /usr/local/bin/pkg-config configure:20273: result: /usr/local/bin/pkg-config configure:20290: checking for glib-2.0 >= 2.4.0 atk >= 1.0.1 pango >= 1.4.0 configure:20294: result: yes configure:20298: checking BASE_DEPENDENCIES_CFLAGS configure:20301: result: -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 configure:20304: checking BASE_DEPENDENCIES_LIBS configure:20307: result: -L/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lintl -liconv configure:20354: checking Whether to write dependencies into .pc files configure:20372: result: no configure:20393: checking for perl5 configure:20426: result: no configure:20393: checking for perl configure:20411: found /usr/local/bin/perl configure:20423: result: /usr/local/bin/perl configure:20437: checking for indent configure:20453: found /usr/local/bin/indent configure:20463: result: indent configure:20485: checking for lstat configure:20542: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:20548: $? = 0 configure:20552: test -z || test ! -s conftest.err configure:20555: $? = 0 configure:20558: test -s conftest configure:20561: $? = 0 configure:20573: result: yes configure:20485: checking for mkstemp configure:20542: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:20548: $? = 0 configure:20552: test -z || test ! -s conftest.err configure:20555: $? = 0 configure:20558: test -s conftest configure:20561: $? = 0 configure:20573: result: yes configure:20485: checking for flockfile configure:20542: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:20548: $? = 0 configure:20552: test -z || test ! -s conftest.err configure:20555: $? = 0 configure:20558: test -s conftest configure:20561: $? = 0 configure:20573: result: yes configure:20585: checking for sigsetjmp configure:20606: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:20612: $? = 0 configure:20616: test -z || test ! -s conftest.err configure:20619: $? = 0 configure:20622: test -s conftest configure:20625: $? = 0 configure:20636: result: yes configure:20667: checking locale.h usability configure:20679: gcc -c -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:20685: $? = 0 configure:20689: test -z || test ! -s conftest.err configure:20692: $? = 0 configure:20695: test -s conftest.o configure:20698: $? = 0 configure:20708: result: yes configure:20712: checking locale.h presence configure:20722: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c configure:20728: $? = 0 configure:20748: result: yes configure:20783: checking for locale.h configure:20790: result: yes configure:20804: checking for LC_MESSAGES configure:20825: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 configure:20831: $? = 0 configure:20835: test -z || test ! -s conftest.err configure:20838: $? = 0 configure:20841: test -s conftest configure:20844: $? = 0 configure:20856: result: yes configure:20885: checking libintl.h usability configure:20897: gcc -c -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 configure:20903: $? = 0 configure:20907: test -z || test ! -s conftest.err configure:20910: $? = 0 configure:20913: test -s conftest.o configure:20916: $? = 0 configure:20926: result: yes configure:20930: checking libintl.h presence configure:20940: gcc -E -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c configure:20946: $? = 0 configure:20966: result: yes configure:21001: checking for libintl.h configure:21008: result: yes configure:21019: checking for dgettext in libc configure:21042: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c >&5 Undefined first referenced symbol in file libintl_dgettext /var/tmp//cctigVMd.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:21048: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #define GTK_COMPILED_WITH_DEBUGGING "minimum" | #define HAVE_LSTAT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | | #include <libintl.h> | | int | main () | { | return (int) dgettext ("","") | ; | return 0; | } configure:21074: result: no configure:21188: checking for bindtextdomain in -lintl configure:21218: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl >&5 configure:21224: $? = 0 configure:21228: test -z || test ! -s conftest.err configure:21231: $? = 0 configure:21234: test -s conftest configure:21237: $? = 0 configure:21250: result: yes configure:21253: checking for dgettext in -lintl configure:21283: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl >&5 configure:21289: $? = 0 configure:21293: test -z || test ! -s conftest.err configure:21296: $? = 0 configure:21299: test -s conftest configure:21302: $? = 0 configure:21315: result: yes configure:21415: checking for bind_textdomain_codeset configure:21472: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl >&5 Undefined first referenced symbol in file bind_textdomain_codeset /var/tmp//ccwbBc5h.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:21478: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #define GTK_COMPILED_WITH_DEBUGGING "minimum" | #define HAVE_LSTAT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | /* end confdefs.h. */ | /* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define bind_textdomain_codeset innocuous_bind_textdomain_codeset | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char bind_textdomain_codeset (); 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 bind_textdomain_codeset | | /* Override any gcc2 internal prototype to avoid an error. */ | #ifdef __cplusplus | extern "C" | { | #endif | /* We use char because int might match the return type of a gcc2 | builtin and then its argument prototype would still apply. */ | char bind_textdomain_codeset (); | /* 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_bind_textdomain_codeset) || defined (__stub___bind_textdomain_codeset) | choke me | #else | char (*f) () = bind_textdomain_codeset; | #endif | #ifdef __cplusplus | } | #endif | | int | main () | { | return f != bind_textdomain_codeset; | ; | return 0; | } configure:21503: result: no configure:21542: checking for msgfmt configure:21569: result: /usr/local/bin/msgfmt configure:21582: checking for dcgettext configure:21639: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl >&5 configure:21645: $? = 0 configure:21649: test -z || test ! -s conftest.err configure:21652: $? = 0 configure:21655: test -s conftest configure:21658: $? = 0 configure:21670: result: yes configure:21682: checking for gmsgfmt configure:21713: result: /usr/local/bin/msgfmt configure:21722: checking for xgettext configure:21749: result: /usr/local/bin/xgettext configure:21773: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl >&5 Undefined first referenced symbol in file _nl_msg_cat_cntr /var/tmp//ccPzAfqo.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:21779: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #define GTK_COMPILED_WITH_DEBUGGING "minimum" | #define HAVE_LSTAT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | /* end confdefs.h. */ | | int | main () | { | extern int _nl_msg_cat_cntr; | return _nl_msg_cat_cntr | ; | return 0; | } configure:21802: checking for bind_textdomain_codeset configure:21890: result: no configure:21965: checking for catalogs to be installed configure:21990: result: af am ar az be bg bn br ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu ia id is it ja ko li lt lv mi mk ml mn mr ms ne nl nn no pa pl pt pt_BR ro ru sk sl sq sr sr@ije sr@Latn sv ta th tr uk uz uz@Latn vi wa yi zh_CN zh_TW configure:22044: checking for extra flags to get ANSI library prototypes configure:22064: gcc -o conftest -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl -lm >&5 configure:22067: $? = 0 configure:22069: ./conftest configure:22072: $? = 0 configure:22074: result: none needed configure:22129: checking for the BeOS configure:22138: result: no configure:22143: checking for extra flags for POSIX compliance configure:22161: gcc -c -g -O2 -Wall -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include conftest.c >&5 conftest.c: In function `main': conftest.c:39: warning: unused variable `dir' configure:22167: $? = 0 configure:22171: test -z || test ! -s conftest.err configure:22174: $? = 0 configure:22177: test -s conftest.o configure:22180: $? = 0 configure:22182: result: none needed configure:22275: checking for pkg-config configure:22306: result: /usr/local/bin/pkg-config configure:22329: checking for GLIB - version >= 2.4.0 configure:22448: gcc -o conftest -g -O2 -Wall -threads -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -threads -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lintl -liconv -lintl >&5 Undefined first referenced symbol in file libintl_bindtextdomain /usr/local/lib/libglib-2.0.so libintl_dgettext /usr/local/lib/libglib-2.0.so ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:22451: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #define GTK_COMPILED_WITH_DEBUGGING "minimum" | #define HAVE_LSTAT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GTK_LOCALEDIR "/usr/local/lib/locale" | /* end confdefs.h. */ | | #include <glib.h> | #include <stdio.h> | #include <stdlib.h> | | int | main () | { | int major, minor, micro; | char *tmp_version; | | system ("touch conf.glibtest"); | | /* HP/UX 9 (%@#!) writes to sscanf strings */ | tmp_version = g_strdup("2.4.0"); | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { | printf("%s, bad version string\n", "2.4.0"); | exit(1); | } | | if ((glib_major_version != 2) || | (glib_minor_version != 4) || | (glib_micro_version != 1)) | { | printf("\n*** 'pkg-config --modversion glib-2.0' returned %d.%d.%d, but GLIB (%d.%d.%d)\n", | 2, 4, 1, | glib_major_version, glib_minor_version, glib_micro_version); | printf ("*** was found! If pkg-config was correct, then it is best\n"); | printf ("*** to remove the old version of GLib. You may also be able to fix the error\n"); | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n"); | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n"); | printf("*** required on your system.\n"); | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n"); | printf("*** to point to the correct configuration files\n"); | } | else if ((glib_major_version != GLIB_MAJOR_VERSION) || | (glib_minor_version != GLIB_MINOR_VERSION) || | (glib_micro_version != GLIB_MICRO_VERSION)) | { | printf("*** GLIB header files (version %d.%d.%d) do not match\n", | GLIB_MAJOR_VERSION, GLIB_MINOR_VERSION, GLIB_MICRO_VERSION); | printf("*** library (version %d.%d.%d)\n", | glib_major_version, glib_minor_version, glib_micro_version); | } | else | { | if ((glib_major_version > major) || | ((glib_major_version == major) && (glib_minor_version > minor)) || | ((glib_major_version == major) && (glib_minor_version == minor) && (glib_micro_version >= micro))) | { | return 0; | } | else | { | printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n", | glib_major_version, glib_minor_version, glib_micro_version); | printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n", | major, minor, micro); | printf("*** GLIB is always available from ftp://ftp.gtk.org.\n"); | printf("***\n"); | printf("*** If you have already installed a sufficiently new version, this error\n"); | printf("*** probably means that the wrong copy of the pkg-config shell script is\n"); | printf("*** being found. The easiest way to fix this is to remove the old version\n"); | printf("*** of GLIB, but you can also set the PKG_CONFIG environment to point to the\n"); | printf("*** correct copy of pkg-config. (In this case, you will have to\n"); | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n"); | printf("*** so that the correct libraries are found at run-time))\n"); | } | } | return 1; | } | configure:22478: result: no configure:22511: gcc -o conftest -g -O2 -Wall -threads -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include -R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib conftest.c -lintl -threads -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0 -lintl -liconv >&5 Undefined first referenced symbol in file libintl_bindtextdomain /usr/local/lib/libglib-2.0.so libintl_dgettext /usr/local/lib/libglib-2.0.so ld: fatal: Symbol referencing errors. No output written to conftest collect2: ld returned 1 exit status configure:22517: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "gtk+" | #define PACKAGE_TARNAME "gtk+" | #define PACKAGE_VERSION "2.4.1" | #define PACKAGE_STRING "gtk+ 2.4.1" | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" | #define GETTEXT_PACKAGE "gtk20" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _FILE_OFFSET_BITS 64 | #define GTK_COMPILED_WITH_DEBUGGING "minimum" | #define HAVE_LSTAT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_FLOCKFILE 1 | #define HAVE_SIGSETJMP 1 | #define HAVE_LOCALE_H 1 | #define HAVE_LC_MESSAGES 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define ENABLE_NLS 1 | #define GTK_LOCALEDIR "/usr/local/lib/locale" | /* end confdefs.h. */ | | #include <glib.h> | #include <stdio.h> | | int | main () | { | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); | ; | return 0; | } configure:22559: error: *** GLIB 2.4.0 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/pub/gtk/. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=sparc-sun-solaris2.8 ac_cv_build_alias=sparc-sun-solaris2.8 ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set='' ac_cv_env_CFLAGS_value='' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value='-DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set='' ac_cv_env_CXXFLAGS_value='' ac_cv_env_CXX_set=set ac_cv_env_CXX_value='g++ -fpermissive' ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib' ac_cv_env_build_alias_set='' ac_cv_env_build_alias_value='' ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_exeext='' ac_cv_f77_compiler_gnu=yes ac_cv_func_bind_textdomain_codeset=no ac_cv_func_dcgettext=yes ac_cv_func_flockfile=yes ac_cv_func_lstat=yes ac_cv_func_mkstemp=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libintl_h=yes ac_cv_header_locale_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=sparc-sun-solaris2.8 ac_cv_host_alias=sparc-sun-solaris2.8 ac_cv_lib_cposix_strerror=no ac_cv_lib_intl_bindtextdomain=yes ac_cv_lib_intl_dgettext=yes ac_cv_objext=o ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt ac_cv_path_MSGFMT=/usr/local/bin/msgfmt ac_cv_path_PERL=/usr/local/bin/perl ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_path_install='/usr/local/bin/ginstall -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -fpermissive -E' ac_cv_prog_INDENT=indent ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes ac_cv_sys_file_offset_bits=64 ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_prog_cc_stdc='' am_cv_val_LC_MESSAGES=yes gt_cv_func_dgettext_libc=no gt_cv_func_dgettext_libintl=yes gt_cv_have_gettext=yes lt_cv_deplibs_check_method=pass_all lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/ccs/bin/ld lt_cv_path_LDCXX=/usr/ccs/bin/ld lt_cv_path_NM='/usr/local/bin/nm -B' lt_cv_path_SED=/usr/local/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=no lt_cv_prog_gnu_ldcxx=no lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=262144 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/missing --run aclocal-1.7 ' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/missing --run tar' AR='ar' AUTOCONF='${SHELL} /usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/missing --run autoconf' AUTOHEADER='${SHELL} /usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/missing --run autoheader' AUTOMAKE='${SHELL} /usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/missing --run automake-1.7' AWK='gawk' BASE_DEPENDENCIES_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/pango-1.0 ' BASE_DEPENDENCIES_LIBS='-L/usr/local/lib -latk-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lintl -liconv ' BUILD_DYNAMIC_MODULES_FALSE='' BUILD_DYNAMIC_MODULES_TRUE='' CATALOGS=' af.mo am.mo ar.mo az.mo be.mo bg.mo bn.mo br.mo ca.mo cs.mo cy.mo da.mo de.mo el.mo en_CA.mo en_GB.mo es.mo et.mo eu.mo fa.mo fi.mo fr.mo ga.mo gl.mo gu.mo he.mo hi.mo hr.mo hu.mo ia.mo id.mo is.mo it.mo ja.mo ko.mo li.mo lt.mo lv.mo mi.mo mk.mo ml.mo mn.mo mr.mo ms.mo ne.mo nl.mo nn.mo no.mo pa.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo sk.mo sl.mo sq.mo sr.mo sr@xxxxxx sr@xxxxxxx sv.mo ta.mo th.mo tr.mo uk.mo uz.mo uz@xxxxxxx vi.mo wa.mo yi.mo zh_CN.mo zh_TW.mo' CATOBJEXT='.mo' CC='gcc' CCAS='$(CC)' CCASFLAGS='$(CFLAGS)' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -Wall' CPP='gcc -E' CPPFLAGS='-DNDEBUG -I/usr/local/BerkeleyDB.4.2/include -I/usr/local/ssl/include -I/usr/openwin/include -I/usr/local/lib/glib-2.0/include' CROSS_COMPILING_FALSE='' CROSS_COMPILING_TRUE='' CXX='g++ -fpermissive' CXXCPP='g++ -fpermissive -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DATADIRNAME='lib' DB2HTML='' DEFS='' DEPDIR='.deps' DISABLE_EXPLICIT_DEPS_FALSE='#' DISABLE_EXPLICIT_DEPS_TRUE='' ECHO='/usr/local/bin/echo' ECHO_C='ECHO_N='' ECHO_T='' EGREP='grep -E' ENABLE_FB_MANAGER_FALSE='' ENABLE_FB_MANAGER_TRUE='' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='' ENABLE_MAN_FALSE='' ENABLE_MAN_TRUE='' EXEEXT='' F77='g77' FFLAGS='-g -O2' FREETYPE_CFLAGS='' FREETYPE_CONFIG='' FREETYPE_LIBS='' GDK_DEP_CFLAGS='' GDK_DEP_LIBS='' GDK_EXTRA_CFLAGS='' GDK_EXTRA_LIBS='' GDK_PACKAGES='' GDK_PIXBUF_CSOURCE='' GDK_PIXBUF_DEP_CFLAGS='' GDK_PIXBUF_DEP_LIBS='' GDK_PIXBUF_EXTRA_CFLAGS='' GDK_PIXBUF_EXTRA_LIBS='' GDK_PIXBUF_MAJOR='2' GDK_PIXBUF_MICRO='1' GDK_PIXBUF_MINOR='4' GDK_PIXBUF_PACKAGES='' GDK_PIXBUF_VERSION='2.4.1' GDK_PIXBUF_XLIB_DEP_CFLAGS='' GDK_PIXBUF_XLIB_DEP_LIBS='' GDK_PIXBUF_XLIB_EXTRA_CFLAGS='' GDK_PIXBUF_XLIB_EXTRA_LIBS='' GDK_PIXBUF_XLIB_PACKAGES='' GDK_WIN32_EXTRA_CFLAGS='' GDK_WLIBS='' GETTEXT_PACKAGE='gtk20' GLIB_CFLAGS='' GLIB_GENMARSHAL='' GLIB_LIBS='' GLIB_MKENUMS='' GMOFILES=' af.gmo am.gmo ar.gmo az.gmo be.gmo bg.gmo bn.gmo br.gmo ca.gmo cs.gmo cy.gmo da.gmo de.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo et.gmo eu.gmo fa.gmo fi.gmo fr.gmo ga.gmo gl.gmo gu.gmo he.gmo hi.gmo hr.gmo hu.gmo ia.gmo id.gmo is.gmo it.gmo ja.gmo ko.gmo li.gmo lt.gmo lv.gmo mi.gmo mk.gmo ml.gmo mn.gmo mr.gmo ms.gmo ne.gmo nl.gmo nn.gmo no.gmo pa.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sr.gmo sr@xxxxxxx sr@xxxxxxxx sv.gmo ta.gmo th.gmo tr.gmo uk.gmo uz.gmo uz@xxxxxxxx vi.gmo wa.gmo yi.gmo zh_CN.gmo zh_TW.gmo' GMSGFMT='/usr/local/bin/msgfmt' GOBJECT_QUERY='' GTK_API_VERSION='2.0' GTK_BINARY_AGE='401' GTK_BINARY_VERSION='2.4.0' GTK_DEBUG_FLAGS='-DG_DISABLE_CAST_CHECKS' GTK_DEP_CFLAGS='' GTK_DEP_LIBS='' GTK_DOC_USE_LIBTOOL_FALSE='' GTK_DOC_USE_LIBTOOL_TRUE='' GTK_EXTRA_CFLAGS='' GTK_EXTRA_LIBS='' GTK_INTERFACE_AGE='1' GTK_MAJOR_VERSION='2' GTK_MICRO_VERSION='1' GTK_MINOR_VERSION='4' GTK_PACKAGES='' GTK_VERSION='2.4.1' GTK_XIM_FLAGS='' HAVE_DOCBOOK_FALSE='' HAVE_DOCBOOK_TRUE='' HAVE_IE55_FALSE='' HAVE_IE55_TRUE='' HAVE_JPEG_FALSE='' HAVE_JPEG_TRUE='' HAVE_PNG_FALSE='' HAVE_PNG_TRUE='' HAVE_TIFF_FALSE='' HAVE_TIFF_TRUE='' HAVE_WINTAB_FALSE='' HAVE_WINTAB_TRUE='' HAVE_X11R6_FALSE='' HAVE_X11R6_TRUE='' HTML_DIR='' IE55_UUID_LIB='' INCLUDED_LOADER_DEFINE='' INCLUDED_LOADER_OBJ='' INDENT='indent' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' INSTOBJEXT='.mo' INTLLIBS='-lintl ' LDFLAGS='-R/usr/lib -L/usr/lib -R/usr/openwin/lib -L/usr/openwin/lib -R/usr/local/lib -L/usr/local/lib -L/usr/local/BerkeleyDB.4.2/lib -R/usr/local/BerkeleyDB.4.2/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib' LIBJPEG='' LIBOBJS='' LIBPNG='' LIBS=' -lintl ' LIBTIFF='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"' LN_S='ln -s' LTLIBOBJS='' LT_CURRENT_MINUS_AGE='0' LT_VERSION_INFO='400:1:400' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKEINFO='${SHELL} /usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/missing --run makeinfo' MKINSTALLDIRS='./mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' MS_LIB_AVAILABLE_FALSE='' MS_LIB_AVAILABLE_TRUE='#' OBJEXT='o' OS_UNIX_FALSE='#' OS_UNIX_TRUE='' OS_WIN32_FALSE='' OS_WIN32_TRUE='#' PACKAGE='gtk+' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+' PACKAGE_NAME='gtk+' PACKAGE_STRING='gtk+ 2.4.1' PACKAGE_TARNAME='gtk+' PACKAGE_VERSION='2.4.1' PATH_SEPARATOR=':' PERL='/usr/local/bin/perl' PKG_CONFIG='/usr/local/bin/pkg-config' PLATFORM_WIN32_FALSE='' PLATFORM_WIN32_TRUE='#' POFILES=' af.po am.po ar.po az.po be.po bg.po bn.po br.po ca.po cs.po cy.po da.po de.po el.po en_CA.po en_GB.po es.po et.po eu.po fa.po fi.po fr.po ga.po gl.po gu.po he.po hi.po hr.po hu.po ia.po id.po is.po it.po ja.po ko.po li.po lt.po lv.po mi.po mk.po ml.po mn.po mr.po ms.po ne.po nl.po nn.po no.po pa.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sr.po sr@xxxxxx sr@xxxxxxx sv.po ta.po th.po tr.po uk.po uz.po uz@xxxxxxx vi.po wa.po yi.po zh_CN.po zh_TW.po' POSUB='po' PO_IN_DATADIR_FALSE='' PO_IN_DATADIR_TRUE='' RANLIB='ranlib' REBUILD='' REBUILD_PNGS='' SET_MAKE='' SHELL='/usr/bin/ksh' STRIP='strip' USE_LINUX_FB_FALSE='' USE_LINUX_FB_TRUE='' USE_MMX_FALSE='' USE_MMX_TRUE='' USE_NLS='yes' USE_WIN32_FALSE='' USE_WIN32_TRUE='' USE_X11_FALSE='' USE_X11_TRUE='' VERSION='2.4.1' WINTAB_LIB='' XCURSOR_CFLAGS='' XCURSOR_LIBS='' XGETTEXT='/usr/local/bin/xgettext' XINPUT_XFREE_FALSE='' XINPUT_XFREE_TRUE='' XMLCATALOG='' XML_CATALOG_FILE='' XSLTPROC='' X_CFLAGS='' X_EXTRA_LIBS='' X_LIBS='' X_PRE_LIBS='' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' bindir='${exec_prefix}/bin' build='sparc-sun-solaris2.8' build_alias='' build_cpu='sparc' build_os='solaris2.8' build_vendor='sun' datadir='${prefix}/share' exec_prefix='NONE' gdktarget='x11' gdktargetlib='libgdk-x11-2.0.la' gtktargetlib='libgtk-x11-2.0.la' host='sparc-sun-solaris2.8' host_alias='' host_cpu='sparc' host_os='solaris2.8' host_vendor='sun' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/usr2/SOURCES/S8/GTKNEW/gtk+-2.4.1/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' ms_librarian='' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define ENABLE_NLS 1 #define GETTEXT_PACKAGE "gtk20" #define GTK_COMPILED_WITH_DEBUGGING "minimum" #define GTK_LOCALEDIR "/usr/local/lib/locale" #define HAVE_DCGETTEXT 1 #define HAVE_DLFCN_H 1 #define HAVE_FLOCKFILE 1 #define HAVE_GETTEXT 1 #define HAVE_INTTYPES_H 1 #define HAVE_LC_MESSAGES 1 #define HAVE_LOCALE_H 1 #define HAVE_LSTAT 1 #define HAVE_MEMORY_H 1 #define HAVE_MKSTEMP 1 #define HAVE_SIGSETJMP 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UNISTD_H 1 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=gtk+" #define PACKAGE_NAME "gtk+" #define PACKAGE_STRING "gtk+ 2.4.1" #define PACKAGE_TARNAME "gtk+" #define PACKAGE_VERSION "2.4.1" #define STDC_HEADERS 1 #define _FILE_OFFSET_BITS 64 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 > From jean.brefort@xxxxxxxxxxxxxx Tue Jun 1 06:11:10 2004 > Subject: Re: compile failure gtk+ 2.4.0 and 2.4.1 on Solaris 8 > From: Jean =?ISO-8859-1?Q?Br=E9fort?= <jean.brefort@xxxxxxxxxxxxxx> > To: "Steven M. Christensen" <steve@xxxxxxxxxxxx> > Cc: Henning Nielsen Lund <hnl_dk@xxxxxxxxxxx>, gtk-list@xxxxxxxxx > Date: 01 Jun 2004 12:16:05 +0200 > X-Spam-Status: No, hits=-5.4 required=5.0 > tests=IN_REP_TO,PGP_SIGNATURE_2,RCVD_IN_UNCONFIRMED_DSBL, > REFERENCES,USER_AGENT_XIMIAN > autolearn=ham version=2.55 > X-Spam-Level: > X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) > > Le mar 01/06/2004 à 09:32, Henning Nielsen Lund a écrit : > > Steven M. Christensen wrote: > > > OK, I decided to start over with the following sources - > > > > > > libiconv-1.9.2 > > > gettext-0.14.1 > > > freetype-2.1.8 > > > fontconfig-2.2.0 > > > glib-2.4.1 > > > atk-1.6.0 > > > pango-1.4.0 > > > gtk+-2.4.1 > > > > > > > You need pkgconfig ... download it from freedesktop.org - > > http://freedesktop.org/Software/pkgconfig > > > > [...] > > > > Best regards, > > hnl_dk - Henning Nielsen Lund > > > > I don't think it is a pkgconfig problem. configure would fail witout it. > It is a ld problem. I do not know why ld fails but it fails. Including > libintl.h somewhere will not change that. The first question is why do > you need to use --disable-glibtest and why the check about pango fails. > There might be more in config.log? _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list