Re: compile failure gtk+ 2.4.0 and 2.4.1 on Solaris 8



So the symbols that ld claims are missing are really present in
libintl.so. This is quite strange. I have no more idea about how to
solve your problem except changing the order of the libraries when
calling ld. You can edit glib-2.0.pc (probably in
/usr/local/lib/pkgconfig/) and if you have -lintl in the Libs variable,
change the order (put it before -lglib-2.0). I'd be surprised if it
works but it is the only think I can think about (it might also be a ld
bug).

Le mer 02/06/2004 à 02:10, Steven M. Christensen a écrit :
> When I run
> 
> objdump -T libintl.so
> 
> on my systems and grep for text I get
> 
> objdump -T libintl.so | grep text
> 0000000000006e74 g    DF .text  00000000000000ec locale_charset
> 000000000000424c g    DF .text  00000000000000fc libintl_textdomain
> 00000000000029ac g    DF .text  00000000000001b8 _nl_init_domain_conv
> 00000000000185bc g    DO .data.rel.local        0000000000000014 libintl_gettext_germanic_plural
> 0000000000005850 g    DF .text  00000000000005c4 _nl_find_msg
> 0000000000006a64 g    DF .text  0000000000000134 libintl_gettext_extract_plural
> 00000000000020ac g    DF .text  0000000000000020 libintl_dcgettext
> 000000000000602c g    DF .text  0000000000000028 libintl_ngettext
> 0000000000002104 g    DF .text  00000000000002c8 _nl_find_domain
> 0000000000003aac g    DF .text  000000000000017c _nl_expand_alias
> 000000000000611c g    DF .text  0000000000000510 libintl_gettextparse
> 0000000000002064 g    DF .text  0000000000000024 libintl_bindtextdomain
> 0000000000004b6c g    DF .text  00000000000003f4 _nl_explode_name
> 00000000000020cc g    DF .text  0000000000000014 libintl_dgettext
> 00000000000049d8 g    DF .text  0000000000000124 _nl_normalize_codeset
> 0000000000002088 g    DF .text  0000000000000024 libintl_bind_textdomain_codeset
> 000000000000707c g    DF .text  000000000000001c libintl_set_relocation_prefix
> 0000000000006018 g    DF .text  0000000000000014 libintl_dngettext
> 0000000000004418 g    DF .text  00000000000005b8 _nl_make_l10nflist
> 0000000000007ee7 g    DO .rodata        0000000000000000 _etext
> 00000000000078b8 g    DF .text  0000000000000010 bindtextdomain
> 0000000000007420 g    DF .text  0000000000000098 _nl_locale_name
> 00000000000020e0 g    DF .text  000000000000001c libintl_gettext
> 00000000000078c8 g    DF .text  0000000000000010 bind_textdomain_codeset
> 0000000000005ffc g    DF .text  000000000000001c libintl_dcngettext
> 0000000000007868 g    DF .text  0000000000000010 dcgettext
> 0000000000004b20 g    DF .text  000000000000004c _nl_find_language
> 00000000000078a8 g    DF .text  0000000000000010 textdomain
> 0000000000002bbc g    DF .text  0000000000000ee8 _nl_load_domain
> 000000000000662c g    DF .text  000000000000006c libintl_gettext_free_exp
> 0000000000007888 g    DF .text  0000000000000010 dngettext
> 0000000000007858 g    DF .text  0000000000000010 dgettext
> 0000000000002b64 g    DF .text  0000000000000058 _nl_free_domain_conv
> 0000000000007668 g    DF .text  00000000000001e0 _nl_log_untranslated
> 0000000000007898 g    DF .text  0000000000000010 dcngettext
> 00000000000051a4 g    DF .text  00000000000006ac libintl_dcigettext
> 00000000000072b4 g    DF .text  0000000000000164 libintl_relocate
> 0000000000007878 g    DF .text  0000000000000010 ngettext
> 0000000000007848 g    DF .text  0000000000000010 gettext
> 
> 
> I have gone back and restarted with glib and configured it with
> 
> ./configure --with-libiconv=gnu
> 
> and this along with make, make install work fine it seems.  When I then move
> to redo atk, with ./configure only, I get the following 
> 
> checking whether to build static libraries... no
> checking for g77 option to produce PIC... -fPIC
> checking if g77 PIC flag -fPIC works... yes
> checking if g77 supports -c -o file.o... yes
> checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries... yes
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... no
> checking dynamic linker characteristics... solaris2.8 ld.so
> checking for Win32... no
> checking for aclocal flags... 
> checking for pkg-config... /usr/local/bin/pkg-config
> checking for GLIB - version >= 2.0.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.0.0 or better is required. The latest version of
> *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
> *** but not in the same location as pkg-config add the location of the file
> *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
> 
> ------------------------------
> 
> I do have
> 
> PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
> 
> The config.log gives the following file.
> 
> Thanks,
> 
> Steve C.
> 
> 
> --------------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 atk configure 1.6.0, which was
> generated by GNU Autoconf 2.57.  Invocation command line was
> 
>   $ ./configure 
> 
> ## --------- ##
> ## 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:1526: checking for a BSD-compatible install
> configure:1580: result: /usr/local/bin/ginstall -c
> configure:1591: checking whether build environment is sane
> configure:1634: result: yes
> configure:1667: checking for gawk
> configure:1683: found /usr/local/bin/gawk
> configure:1693: result: gawk
> configure:1703: checking whether make sets $(MAKE)
> configure:1723: result: yes
> configure:1960: checking for gcc
> configure:1986: result: gcc
> configure:2230: checking for C compiler version
> configure:2233: 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:2236: $? = 0
> configure:2238: 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:2241: $? = 0
> configure:2243: gcc -V </dev/null >&5
> gcc: `-V' option must have argument
> configure:2246: $? = 1
> configure:2270: checking for C compiler default output
> configure:2273: 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:2276: $? = 0
> configure:2322: result: a.out
> configure:2327: checking whether the C compiler works
> configure:2333: ./a.out
> configure:2336: $? = 0
> configure:2353: result: yes
> configure:2360: checking whether we are cross compiling
> configure:2362: result: no
> configure:2365: checking for suffix of executables
> configure:2367: 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:2370: $? = 0
> configure:2395: result: 
> configure:2401: checking for suffix of object files
> configure:2423: 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:2426: $? = 0
> configure:2448: result: o
> configure:2452: checking whether we are using the GNU C compiler
> configure:2477: 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:2480: $? = 0
> configure:2483: test -s conftest.o
> configure:2486: $? = 0
> configure:2499: result: yes
> configure:2505: checking whether gcc accepts -g
> configure:2527: 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:2530: $? = 0
> configure:2533: test -s conftest.o
> configure:2536: $? = 0
> configure:2547: result: yes
> configure:2564: checking for gcc option to accept ANSI C
> configure:2625: 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:2628: $? = 0
> configure:2631: test -s conftest.o
> configure:2634: $? = 0
> configure:2652: result: none needed
> configure:2670: 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:2673: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif
> configure:2801: checking for style of include used by make
> configure:2829: result: GNU
> configure:2857: checking dependency style of gcc
> configure:2919: result: gcc3
> configure:3017: checking build system type
> configure:3035: result: sparc-sun-solaris2.8
> configure:3043: checking host system type
> configure:3057: result: sparc-sun-solaris2.8
> configure:3065: checking for a sed that does not truncate output
> configure:3119: result: /usr/local/bin/sed
> configure:3122: checking for egrep
> configure:3132: result: grep -E
> configure:3148: checking for ld used by gcc
> configure:3215: result: /usr/ccs/bin/ld
> configure:3224: checking if the linker (/usr/ccs/bin/ld) is GNU ld
> configure:3239: result: no
> configure:3244: checking for /usr/ccs/bin/ld option to reload object files
> configure:3251: result: -r
> configure:3260: checking for BSD-compatible nm
> configure:3302: result: /usr/local/bin/nm -B
> configure:3306: checking whether ln -s works
> configure:3310: result: yes
> configure:3317: checking how to recognise dependent libraries
> configure:3517: result: pass_all
> configure:3963: checking how to run the C preprocessor
> configure:3999: 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:4005: $? = 0
> configure:4037: 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:4039:28: ac_nonexistent.h: No such file or directory
> configure:4043: $? = 1
> configure: failed program was:
> | #line 4028 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:4081: result: gcc -E
> configure:4106: 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:4112: $? = 0
> configure:4144: 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:4146:28: ac_nonexistent.h: No such file or directory
> configure:4150: $? = 1
> configure: failed program was:
> | #line 4135 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:4193: checking for ANSI C header files
> configure:4219: 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:4222: $? = 0
> configure:4225: test -s conftest.o
> configure:4228: $? = 0
> configure:4320: 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:4323: $? = 0
> configure:4325: ./conftest
> configure:4328: $? = 0
> configure:4343: result: yes
> configure:4367: checking for sys/types.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for sys/stat.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for stdlib.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for string.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for memory.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for strings.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for inttypes.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4367: checking for stdint.h
> configure:4384: 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:4426:20: stdint.h: No such file or directory
> configure:4387: $? = 1
> configure: failed program was:
> | #line 4372 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | #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:4404: result: no
> configure:4367: checking for unistd.h
> configure:4384: 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:4387: $? = 0
> configure:4390: test -s conftest.o
> configure:4393: $? = 0
> configure:4404: result: yes
> configure:4430: checking dlfcn.h usability
> configure:4443: 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:4446: $? = 0
> configure:4449: test -s conftest.o
> configure:4452: $? = 0
> configure:4462: result: yes
> configure:4466: checking dlfcn.h presence
> configure:4477: 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:4483: $? = 0
> configure:4502: result: yes
> configure:4538: checking for dlfcn.h
> configure:4545: result: yes
> configure:4652: checking for C++ compiler version
> configure:4655: 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:4658: $? = 0
> configure:4660: 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:4663: $? = 1
> configure:4665: g++ -fpermissive -V </dev/null >&5
> g++: argument to `-V' missing
> 
> configure:4668: $? = 1
> configure:4671: checking whether we are using the GNU C++ compiler
> configure:4696: 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:4699: $? = 0
> configure:4702: test -s conftest.o
> configure:4705: $? = 0
> configure:4718: result: yes
> configure:4724: checking whether g++ -fpermissive accepts -g
> configure:4746: 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:4749: $? = 0
> configure:4752: test -s conftest.o
> configure:4755: $? = 0
> configure:4766: 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:4813: $? = 0
> configure:4816: test -s conftest.o
> configure:4819: $? = 0
> configure:4846: 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: In function `int main()':
> configure:4854: error: `exit' undeclared (first use this function)
> configure:4854: error: (Each undeclared identifier is reported only once for 
>    each function it appears in.)
> configure:4849: $? = 1
> configure: failed program was:
> | #line 4829 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | #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:4813: $? = 0
> configure:4816: test -s conftest.o
> configure:4819: $? = 0
> configure:4846: 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:4849: $? = 0
> configure:4852: test -s conftest.o
> configure:4855: $? = 0
> configure:4880: checking dependency style of g++ -fpermissive
> configure:4942: result: gcc3
> configure:4964: checking how to run the C++ preprocessor
> configure:4996: 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:5002: $? = 0
> configure:5034: 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:5049:28: ac_nonexistent.h: No such file or directory
> configure:5040: $? = 1
> configure: failed program was:
> | #line 5025 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | #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
> | #include <stdlib.h>
> | #endif
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:5078: result: g++ -fpermissive -E
> configure:5103: 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:5109: $? = 0
> configure:5141: 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:5156:28: ac_nonexistent.h: No such file or directory
> configure:5147: $? = 1
> configure: failed program was:
> | #line 5132 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | #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
> | #include <stdlib.h>
> | #endif
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:5241: checking for g77
> configure:5257: found /usr/local/bin/g77
> configure:5267: result: g77
> configure:5282: checking for Fortran 77 compiler version
> configure:5285: 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:5288: $? = 0
> configure:5290: 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:5293: $? = 0
> configure:5295: g77 -V </dev/null >&5
> g77: `-V' option must have argument
> configure:5298: $? = 1
> configure:5305: checking whether we are using the GNU Fortran 77 compiler
> configure:5319: g77 -c  conftest.F >&5
> configure:5322: $? = 0
> configure:5325: test -s conftest.o
> configure:5328: $? = 0
> configure:5341: result: yes
> configure:5348: checking whether g77 accepts -g
> configure:5360: g77 -c -g conftest.f >&5
> configure:5363: $? = 0
> configure:5366: test -s conftest.o
> configure:5369: $? = 0
> configure:5381: result: yes
> configure:5409: checking the maximum length of command line arguments
> configure:5468: result: 262144
> configure:5479: checking command to parse /usr/local/bin/nm -B output from gcc object
> configure:5568: 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:5571: $? = 0
> configure:5575: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
> configure:5578: $? = 0
> configure:5630: 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:5633: $? = 0
> configure:5671: result: ok
> configure:5675: checking for objdir
> configure:5690: result: .libs
> configure:5780: checking for ar
> configure:5796: found /usr/local/bin/ar
> configure:5807: result: ar
> configure:5860: checking for ranlib
> configure:5876: found /usr/local/bin/ranlib
> configure:5887: result: ranlib
> configure:5940: checking for strip
> configure:5956: found /usr/ccs/bin/strip
> configure:5967: result: strip
> configure:6229: checking if gcc static flag  works
> configure:6252: result: yes
> configure:6269: checking if gcc supports -fno-rtti -fno-exceptions
> configure:6287: 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:6291: $? = 0
> configure:6302: result: no
> configure:6317: checking for gcc option to produce PIC
> configure:6494: result: -fPIC
> configure:6501: checking if gcc PIC flag -fPIC works
> configure:6519: 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:6523: $? = 0
> configure:6534: result: yes
> configure:6558: checking if gcc supports -c -o file.o
> configure:6586: 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:6590: $? = 0
> configure:6607: result: yes
> configure:6633: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries
> configure:7427: result: yes
> configure:7453: checking whether -lc should be explicitly linked in
> configure:7458: 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:7461: $? = 0
> configure:7475: gcc -shared -Wl,-h -Wl,conftest -o conftest conftest.o  -v 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
> configure:7478: $? = 1
> configure:7490: result: yes
> configure:7498: checking how to hardcode library paths into programs
> configure:7523: result: immediate
> configure:7537: checking whether stripping libraries is possible
> configure:7558: result: no
> configure:7564: checking dynamic linker characteristics
> configure:8075: result: solaris2.8 ld.so
> configure:8801: checking if libtool supports shared libraries
> configure:8803: result: yes
> configure:8806: checking whether to build shared libraries
> configure:8855: result: yes
> configure:8858: checking whether to build static libraries
> configure:8862: result: no
> configure:8953: creating libtool
> configure:9497: checking for ld used by g++ -fpermissive
> configure:9564: result: /usr/ccs/bin/ld
> configure:9573: checking if the linker (/usr/ccs/bin/ld) is GNU ld
> configure:9588: result: no
> configure:9639: checking whether the g++ -fpermissive linker (/usr/ccs/bin/ld) supports shared libraries
> configure:10434: result: yes
> configure:10452: 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:10455: $? = 0
> configure:10551: checking for g++ -fpermissive option to produce PIC
> configure:10803: result: -fPIC
> configure:10810: checking if g++ -fpermissive PIC flag -fPIC works
> configure:10828: 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:10832: $? = 0
> configure:10843: result: yes
> configure:10867: checking if g++ -fpermissive supports -c -o file.o
> configure:10895: 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:10899: $? = 0
> configure:10916: result: yes
> configure:10942: checking whether the g++ -fpermissive linker (/usr/ccs/bin/ld) supports shared libraries
> configure:10967: result: yes
> configure:11038: checking how to hardcode library paths into programs
> configure:11063: result: immediate
> configure:11077: checking whether stripping libraries is possible
> configure:11098: result: no
> configure:11104: checking dynamic linker characteristics
> configure:11615: result: solaris2.8 ld.so
> configure:12814: checking if libtool supports shared libraries
> configure:12816: result: yes
> configure:12819: checking whether to build shared libraries
> configure:12837: result: yes
> configure:12840: checking whether to build static libraries
> configure:12844: result: no
> configure:12856: checking for g77 option to produce PIC
> configure:13033: result: -fPIC
> configure:13040: checking if g77 PIC flag -fPIC works
> configure:13058: g77 -c -g -O2 -fPIC conftest.f >&5
> configure:13062: $? = 0
> configure:13073: result: yes
> configure:13097: checking if g77 supports -c -o file.o
> configure:13125: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
> configure:13129: $? = 0
> configure:13146: result: yes
> configure:13172: checking whether the g77 linker (/usr/ccs/bin/ld) supports shared libraries
> configure:13944: result: yes
> configure:14015: checking how to hardcode library paths into programs
> configure:14040: result: immediate
> configure:14054: checking whether stripping libraries is possible
> configure:14075: result: no
> configure:14081: checking dynamic linker characteristics
> configure:14592: result: solaris2.8 ld.so
> configure:18481: checking for Win32
> configure:18491: result: no
> configure:18553: checking for aclocal flags
> configure:18562: result: 
> configure:18610: checking for pkg-config
> configure:18628: found /usr/local/bin/pkg-config
> configure:18641: result: /usr/local/bin/pkg-config
> configure:18664: checking for GLIB - version >= 2.0.0
> configure:18784: gcc -o conftest -g -O2 -Wall -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 -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -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:18787: $? = 1
> configure: program exited with status 1
> configure: failed program was:
> | #line 18703 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | #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
> | #include <stdlib.h>
> | #endif
> | /* 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.0.0");
> |   if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
> |      printf("%s, bad version string\n", "2.0.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:18814: result: no
> configure:18848: gcc -o conftest -g -O2 -Wall -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  -L/usr/local/lib -lgobject-2.0 -lgmodule-2.0 -ldl -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:18851: $? = 1
> configure: failed program was:
> | #line 18828 "configure"
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME "atk"
> | #define PACKAGE_TARNAME "atk"
> | #define PACKAGE_VERSION "1.6.0"
> | #define PACKAGE_STRING "atk 1.6.0"
> | #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> | #define PACKAGE "atk"
> | #define VERSION "1.6.0"
> | #define GETTEXT_PACKAGE "atk10"
> | #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
> | #include <stdlib.h>
> | #endif
> | /* end confdefs.h.  */
> | 
> | #include <glib.h>
> | #include <stdio.h>
> | 
> | int
> | main ()
> | {
> |  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
> |   ;
> |   return 0;
> | }
> configure:18885: error:
> *** GLIB 2.0.0 or better is required. The latest version of
> *** GLIB is always available from ftp://ftp.gtk.org/. If GLIB is installed
> *** but not in the same location as pkg-config add the location of the file
> *** glib-2.0.pc to the environment variable PKG_CONFIG_PATH.
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_atk_aclocal_flags=''
> 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_header_dlfcn_h=yes
> ac_cv_header_inttypes_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_objext=o
> ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
> 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_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
> am_cv_CC_dependencies_compiler_type=gcc3
> am_cv_CXX_dependencies_compiler_type=gcc3
> lt_cv_deplibs_check_method=pass_all
> lt_cv_file_magic_cmd='$MAGIC_CMD'
> lt_cv_file_magic_test_file=/lib/libc.so
> lt_cv_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/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_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/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_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/atk-1.6.0/missing --run aclocal-1.7 '
> AMDEPBACKSLASH='\'
> AMDEP_FALSE='#'
> AMDEP_TRUE=''
> AMTAR='${SHELL} /usr2/SOURCES/S8/GTKNEW/atk-1.6.0/missing --run tar'
> AR='ar'
> AS='as'
> ATK_API_VERSION='1.0'
> ATK_BINARY_AGE='600'
> ATK_INTERFACE_AGE='0'
> ATK_MAJOR_VERSION='1'
> ATK_MICRO_VERSION='0'
> ATK_MINOR_VERSION='6'
> ATK_VERSION='1.6.0'
> AUTOCONF='${SHELL} /usr2/SOURCES/S8/GTKNEW/atk-1.6.0/missing --run autoconf'
> AUTOHEADER='${SHELL} /usr2/SOURCES/S8/GTKNEW/atk-1.6.0/missing --run autoheader'
> AUTOMAKE='${SHELL} /usr2/SOURCES/S8/GTKNEW/atk-1.6.0/missing --run automake-1.7'
> AWK='gawk'
> CATALOGS=''
> CATOBJEXT=''
> CC='gcc'
> 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'
> CXX='g++ -fpermissive'
> CXXCPP='g++ -fpermissive -E'
> CXXDEPMODE='depmode=gcc3'
> CXXFLAGS='-g -O2'
> CYGPATH_W='echo'
> DATADIRNAME=''
> DEFS=''
> DEPDIR='.deps'
> DEP_CFLAGS=''
> DEP_LIBS=''
> DLLTOOL='dlltool'
> ECHO='/usr/local/bin/echo'
> ECHO_C='ECHO_N=''
> ECHO_T=''
> EGREP='grep -E'
> ENABLE_GTK_DOC_FALSE=''
> ENABLE_GTK_DOC_TRUE=''
> EXEEXT=''
> F77='g77'
> FFLAGS='-g -O2'
> GETTEXT_PACKAGE='atk10'
> GLIB_CFLAGS=''
> GLIB_GENMARSHAL=''
> GLIB_LIBS=''
> GLIB_MKENUMS=''
> GLIB_PACKAGES='gobject-2.0 gmodule-2.0'
> GLIB_REQUIRED_VERSION='2.0.0'
> GMOFILES=''
> GMSGFMT=''
> GOBJECT_QUERY=''
> GTK_DOC_USE_LIBTOOL_FALSE=''
> GTK_DOC_USE_LIBTOOL_TRUE=''
> HTML_DIR=''
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
> INSTOBJEXT=''
> INTLLIBS=''
> 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'
> LIBOBJS=''
> LIBS=''
> LIBTOOL='$(SHELL) $(top_builddir)/libtool'
> LN_S='ln -s'
> LTLIBOBJS=''
> LT_CURRENT_MINUS_AGE='0'
> LT_VERSION_INFO='600:0:600'
> MAKEINFO='${SHELL} /usr2/SOURCES/S8/GTKNEW/atk-1.6.0/missing --run makeinfo'
> MKINSTALLDIRS=''
> MSGFMT=''
> MS_LIB_AVAILABLE_FALSE=''
> MS_LIB_AVAILABLE_TRUE='#'
> OBJDUMP='objdump'
> OBJEXT='o'
> OS_WIN32_FALSE=''
> OS_WIN32_TRUE='#'
> PACKAGE='atk'
> PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=atk'
> PACKAGE_NAME='atk'
> PACKAGE_STRING='atk 1.6.0'
> PACKAGE_TARNAME='atk'
> PACKAGE_VERSION='1.6.0'
> PATH_SEPARATOR=':'
> PERL=''
> PKG_CONFIG='/usr/local/bin/pkg-config'
> POFILES=''
> POSUB=''
> PO_IN_DATADIR_FALSE=''
> PO_IN_DATADIR_TRUE=''
> RANLIB='ranlib'
> REBUILD=''
> SET_MAKE=''
> SHELL='/usr/bin/ksh'
> STRIP='strip'
> USE_NLS=''
> VERSION='1.6.0'
> XGETTEXT=''
> ac_ct_AR='ar'
> ac_ct_AS=''
> ac_ct_CC='gcc'
> ac_ct_CXX=''
> ac_ct_DLLTOOL=''
> ac_ct_F77='g77'
> ac_ct_OBJDUMP=''
> ac_ct_RANLIB='ranlib'
> ac_ct_STRIP='strip'
> am__fastdepCC_FALSE='#'
> am__fastdepCC_TRUE=''
> am__fastdepCXX_FALSE='#'
> am__fastdepCXX_TRUE=''
> am__include='include'
> 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'
> 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/atk-1.6.0/install-sh'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> ms_librarian=''
> oldincludedir='/usr/include'
> prefix='NONE'
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> #define GETTEXT_PACKAGE "atk10"
> #define HAVE_DLFCN_H 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_MEMORY_H 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 "atk"
> #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=atk";
> #define PACKAGE_NAME "atk"
> #define PACKAGE_STRING "atk 1.6.0"
> #define PACKAGE_TARNAME "atk"
> #define PACKAGE_VERSION "1.6.0"
> #define STDC_HEADERS 1
> #define VERSION "1.6.0"
> #endif
> #ifdef __cplusplus
> #include <stdlib.h>
> 
> configure: exit 1
> 
> 
> 
> ------------------
> 
> 
> 

Attachment: signature.asc
Description: Ceci est une partie de message =?ISO-8859-1?Q?num=E9riquement?= =?ISO-8859-1?Q?_sign=E9e?=



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