libwnck configure failure

Olof Samuelsson olof at s8n.pp.se
Thu Apr 3 02:13:49 PST 2003


As per the instructions in the build failure I suffered on libwnck,
I'm sending the requested info, hoping it will help ...  I'm
attempting to upgrade from gnome1 to gnome2, so I would not be
surprised if something is broken in my local config..

I'm attaching the make output, config.log and the contents of
/var/db/pkg, in that order below.

Thanks,
Olof
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mk.out
Type: application/octet-stream
Size: 7768 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030403/0dea3975/mk.obj
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.7

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

hostname = boulard
uname -m = i386
uname -r = 4.7-RELEASE-p9
uname -s = FreeBSD
uname -v = FreeBSD 4.7-RELEASE-p9 #0: Mon Mar 24 13:42:36 CET 2003     olof at boulard:/usr/obj/usr/src/sys/BOULARD 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

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

PATH: /usr/home/olof/bin
PATH: /export/local/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/X11R6/bin
PATH: /usr/home/olof/office52
PATH: /usr/local/Acrobat5/bin
PATH: /usr/local/jakarta-ant-1.5.1/bin
PATH: /usr/local/jdk1.3.1/bin
PATH: /usr/local/linux-jdk1.3.1/bin


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

configure:1483: checking for a BSD-compatible install
configure:1537: result: /usr/bin/install -c -o root -g wheel
configure:1548: checking whether build environment is sane
configure:1591: result: yes
configure:1606: checking whether gmake sets $(MAKE)
configure:1626: result: yes
configure:1658: checking for working aclocal-1.4
configure:1669: result: missing
configure:1673: checking for working autoconf
configure:1680: result: found
configure:1688: checking for working automake-1.4
configure:1699: result: missing
configure:1703: checking for working autoheader
configure:1710: result: found
configure:1718: checking for working makeinfo
configure:1725: result: found
configure:1734: checking whether to enable maintainer-specific portions of Makefiles
configure:1743: result: no
configure:1815: checking for gcc
configure:1841: result: cc
configure:2085: checking for C compiler version
configure:2088: cc --version </dev/null >&5
2.95.4
configure:2091: $? = 0
configure:2093: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2096: $? = 0
configure:2098: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2101: $? = 1
configure:2125: checking for C compiler default output
configure:2128: cc -O -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:2131: $? = 0
configure:2177: result: a.out
configure:2182: checking whether the C compiler works
configure:2188: ./a.out
configure:2191: $? = 0
configure:2208: result: yes
configure:2215: checking whether we are cross compiling
configure:2217: result: no
configure:2220: checking for suffix of executables
configure:2222: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:2225: $? = 0
configure:2250: result: 
configure:2256: checking for suffix of object files
configure:2278: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:2281: $? = 0
configure:2303: result: o
configure:2307: checking whether we are using the GNU C compiler
configure:2332: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:2335: $? = 0
configure:2338: test -s conftest.o
configure:2341: $? = 0
configure:2354: result: yes
configure:2360: checking whether cc accepts -g
configure:2382: cc -c -g -I/usr/local/include conftest.c >&5
configure:2385: $? = 0
configure:2388: test -s conftest.o
configure:2391: $? = 0
configure:2402: result: yes
configure:2419: checking for cc option to accept ANSI C
configure:2480: cc  -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:2483: $? = 0
configure:2486: test -s conftest.o
configure:2489: $? = 0
configure:2507: result: none needed
configure:2525: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2528: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2639: checking for strerror in -lcposix
configure:2670: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c -lcposix  -L/usr/local/lib >&5
/usr/libexec/elf/ld: cannot find -lcposix
configure:2673: $? = 1
configure: failed program was:
| #line 2647 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:2691: result: no
configure:2704: checking how to run the C preprocessor
configure:2740: cc -E -I/usr/local/include conftest.c
configure:2746: $? = 0
configure:2778: cc -E -I/usr/local/include conftest.c
configure:2780: ac_nonexistent.h: No such file or directory
configure:2784: $? = 1
configure: failed program was:
| #line 2770 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2822: result: cc -E
configure:2847: cc -E -I/usr/local/include conftest.c
configure:2853: $? = 0
configure:2885: cc -E -I/usr/local/include conftest.c
configure:2887: ac_nonexistent.h: No such file or directory
configure:2891: $? = 1
configure: failed program was:
| #line 2877 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2934: checking for egrep
configure:2944: result: grep -E
configure:2949: checking for ANSI C header files
configure:2975: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:2978: $? = 0
configure:2981: test -s conftest.o
configure:2984: $? = 0
configure:3076: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:3079: $? = 0
configure:3081: ./conftest
configure:3084: $? = 0
configure:3099: result: yes
configure:3182: checking build system type
configure:3200: result: i386-unknown-freebsd4.7
configure:3208: checking host system type
configure:3222: result: i386-unknown-freebsd4.7
configure:3252: checking for ld used by GCC
configure:3315: result: /usr/libexec/elf/ld
configure:3324: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:3336: result: yes
configure:3341: checking for /usr/libexec/elf/ld option to reload object files
configure:3348: result: -r
configure:3353: checking for BSD-compatible nm
configure:3389: result: /usr/bin/nm -B
configure:3392: checking for a sed that does not truncate output
configure:3474: result: /usr/bin/sed
configure:3477: checking whether ln -s works
configure:3481: result: yes
configure:3488: checking how to recognise dependent libraries
configure:3669: result: pass_all
configure:3681: checking command to parse /usr/bin/nm -B output
configure:3765: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3768: $? = 0
configure:3772: /usr/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:3775: $? = 0
configure:3827: cc -o conftest -O -pipe  -I/usr/local/include  conftest.c conftstm.o >&5
configure:3830: $? = 0
configure:3874: result: ok
configure:3892: checking for sys/types.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for sys/stat.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for stdlib.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for string.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for memory.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for strings.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for inttypes.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3892: checking for stdint.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3951: stdint.h: No such file or directory
configure:3912: $? = 1
configure: failed program was:
| #line 3898 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| /* 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:3929: result: no
configure:3892: checking for unistd.h
configure:3909: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3912: $? = 0
configure:3915: test -s conftest.o
configure:3918: $? = 0
configure:3929: result: yes
configure:3955: checking dlfcn.h usability
configure:3968: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3971: $? = 0
configure:3974: test -s conftest.o
configure:3977: $? = 0
configure:3987: result: yes
configure:3991: checking dlfcn.h presence
configure:4002: cc -E -I/usr/local/include conftest.c
configure:4008: $? = 0
configure:4027: result: yes
configure:4063: checking for dlfcn.h
configure:4070: result: yes
configure:4268: checking for ranlib
configure:4284: found /usr/bin/ranlib
configure:4295: result: ranlib
configure:4348: checking for strip
configure:4364: found /usr/bin/strip
configure:4375: result: strip
configure:4585: checking for objdir
configure:4596: result: .libs
configure:4613: checking for cc option to produce PIC
configure:4759: result: -fPIC
configure:4763: checking if cc PIC flag -fPIC works
configure:4787: cc -c -O -pipe  -fPIC -DPIC -I/usr/local/include conftest.c >&5
configure:4790: $? = 0
configure:4793: test -s conftest.o
configure:4796: $? = 0
configure:4834: result: yes
configure:4850: checking if cc static flag -static works
configure:4875: cc -o conftest -O -pipe  -I/usr/local/include  -static conftest.c -L/usr/local/lib >&5
configure:4878: $? = 0
configure:4881: test -s conftest
configure:4884: $? = 0
configure:4900: result: yes
configure:4912: checking if cc supports -c -o file.o
configure:4932: cc -c -O -pipe  -o out/conftest2.o -I/usr/local/include conftest.c >&5
configure:4956: result: yes
configure:4961: checking if cc supports -c -o file.lo
configure:4989: cc -c -O -pipe  -c -o conftest.lo -I/usr/local/include conftest.c >&5
configure:4992: $? = 0
configure:4995: test -s conftest.lo
configure:4998: $? = 0
configure:5020: result: yes
configure:5051: checking if cc supports -fno-rtti -fno-exceptions
configure:5074: cc -c -O -pipe  -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5
configure:5077: $? = 0
configure:5080: test -s conftest.o
configure:5083: $? = 0
configure:5100: result: yes
configure:5111: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
configure:5830: result: yes
configure:5835: checking how to hardcode library paths into programs
configure:5859: result: immediate
configure:5864: checking whether stripping libraries is possible
configure:5869: result: yes
configure:5880: checking dynamic linker characteristics
configure:6287: result: freebsd4.7 ld.so
configure:6292: checking if libtool supports shared libraries
configure:6294: result: yes
configure:6297: checking whether to build shared libraries
configure:6318: result: yes
configure:6321: checking whether to build static libraries
configure:6325: result: yes
configure:6999: checking whether -lc should be explicitly linked in
configure:7007: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7010: $? = 0
configure:7024: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7027: $? = 1
configure:7040: result: yes
configure:7658: checking locale.h usability
configure:7671: cc -c -O -pipe  -Wall -I/usr/local/include conftest.c >&5
configure:7674: $? = 0
configure:7677: test -s conftest.o
configure:7680: $? = 0
configure:7690: result: yes
configure:7694: checking locale.h presence
configure:7705: cc -E -I/usr/local/include conftest.c
configure:7711: $? = 0
configure:7730: result: yes
configure:7766: checking for locale.h
configure:7773: result: yes
configure:7787: checking for LC_MESSAGES
configure:7809: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -L/usr/local/lib >&5
configure:7812: $? = 0
configure:7815: test -s conftest
configure:7818: $? = 0
configure:7829: result: yes
configure:7858: checking libintl.h usability
configure:7871: cc -c -O -pipe  -Wall -I/usr/local/include conftest.c >&5
configure:7874: $? = 0
configure:7877: test -s conftest.o
configure:7880: $? = 0
configure:7890: result: yes
configure:7894: checking libintl.h presence
configure:7905: cc -E -I/usr/local/include conftest.c
configure:7911: $? = 0
configure:7930: result: yes
configure:7966: checking for libintl.h
configure:7973: result: yes
configure:7984: checking for dgettext in libc
configure:8008: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/ccuxE1Ls.o: In function `main':
/tmp/ccuxE1Ls.o(.text+0x14): undefined reference to `libintl_dgettext'
configure:8011: $? = 1
configure: failed program was:
| #line 7990 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define GETTEXT_PACKAGE "libwnck"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| 
| #include <libintl.h>
| 
| int
| main ()
| {
| return (int) dgettext ("","")
|   ;
|   return 0;
| }
configure:8029: result: no
configure:8125: checking for bindtextdomain in -lintl
configure:8156: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib >&5
configure:8159: $? = 0
configure:8162: test -s conftest
configure:8165: $? = 0
configure:8177: result: yes
configure:8180: checking for dgettext in -lintl
configure:8211: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib >&5
configure:8214: $? = 0
configure:8217: test -s conftest
configure:8220: $? = 0
configure:8232: result: yes
configure:8322: checking for bind_textdomain_codeset
configure:8372: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -L/usr/local/lib -lintl  >&5
configure:8375: $? = 0
configure:8378: test -s conftest
configure:8381: $? = 0
configure:8392: result: yes
configure:8431: checking for msgfmt
configure:8458: result: /usr/local/bin/msgfmt
configure:8469: checking for dcgettext
configure:8519: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/ccBl8ZBW.o: In function `main':
/tmp/ccBl8ZBW.o(.text+0x9): undefined reference to `dcgettext'
/tmp/ccBl8ZBW.o(.data+0x0): undefined reference to `dcgettext'
configure:8522: $? = 1
configure: failed program was:
| #line 8475 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define GETTEXT_PACKAGE "libwnck"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dcgettext (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dcgettext ();
| /* 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_dcgettext) || defined (__stub___dcgettext)
| choke me
| #else
| char (*f) () = dcgettext;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dcgettext;
|   ;
|   return 0;
| }
configure:8539: result: no
configure:8551: checking for gmsgfmt
configure:8582: result: /usr/local/bin/msgfmt
configure:8591: checking for xgettext
configure:8618: result: /usr/local/bin/xgettext
configure:8643: cc -o conftest -O -pipe  -Wall -I/usr/local/include  conftest.c -L/usr/local/lib >&5
/tmp/ccQLMvNP.o: In function `main':
/tmp/ccQLMvNP.o(.text+0x4): undefined reference to `_nl_msg_cat_cntr'
configure:8646: $? = 1
configure: failed program was:
| #line 8626 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libwnck"
| #define VERSION "2.2.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define GETTEXT_PACKAGE "libwnck"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| extern int _nl_msg_cat_cntr;
| 			 return _nl_msg_cat_cntr
|   ;
|   return 0;
| }
configure:8717: checking for catalogs to be installed
configure:8726: result:  am ar az be bg ca cs da de el es et fa fi fr gl he hi hu it ja ko lv mk mn ms nl nn no pl pt pt_BR ro ru sk sl sq sv tr uk vi wa zh_CN zh_TW
configure:8766: checking for pkg-config
configure:8784: found /usr/local/bin/pkg-config
configure:8796: result: /usr/local/bin/pkg-config
configure:8875: checking for gtk+-2.0 >= 2.1.0 libstartup-notification-1.0
configure:8914: error: Library requirements (gtk+-2.0 >= 2.1.0 libstartup-notification-1.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

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

ac_cv_func_bind_textdomain_codeset=yes
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
gt_cv_func_dgettext_libc=no
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
lt_cv_prog_cc_can_build_shared=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=
ac_cv_env_CFLAGS_set=set
ac_cv_prog_make_gmake_set=yes
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_shlib=
gt_cv_have_gettext=yes
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
lt_cv_ld_reload_flag=-r
lt_cv_archive_cmds_need_lc=yes
ac_cv_header_sys_stat_h=yes
lt_cv_prog_gnu_ld=yes
ac_cv_env_build_alias_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=set
ac_cv_host_alias=i386-unknown-freebsd4.7
ac_cv_prog_cc_stdc=
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
lt_cv_path_SED=/usr/bin/sed
ac_cv_func_dcgettext=no
ac_cv_header_stdint_h=no
ac_cv_header_inttypes_h=yes
ac_cv_prog_egrep='grep -E'
ac_cv_header_locale_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_path_LD=/usr/libexec/elf/ld
ac_cv_build_alias=i386-unknown-freebsd4.7
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-unknown-freebsd4.7
ac_cv_env_host_alias_value=
am_cv_val_LC_MESSAGES=yes
ac_cv_lib_intl_dgettext=yes
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
ac_cv_lib_intl_bindtextdomain=yes
gt_cv_func_dgettext_libintl=yes
lt_cv_compiler_c_o=yes
lt_cv_prog_cc_pic_works=yes
lt_cv_file_magic_test_file=
ac_cv_build=i386-unknown-freebsd4.7
ac_cv_prog_CPP='cc -E'
ac_cv_env_build_alias_value=
lt_cv_prog_cc_pic=' -fPIC'
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_deplibs_check_method=pass_all
ac_cv_prog_ac_ct_CC=cc
ac_cv_header_libintl_h=yes
lt_cv_compiler_o_lo=yes
ac_cv_env_target_alias_value=i386-unknown-freebsd4.7
ac_cv_env_CC_value=cc
lt_cv_path_NM='/usr/bin/nm -B'
ac_cv_env_CPP_set=
ac_cv_header_dlfcn_h=yes
ac_cv_objext=o

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

ACLOCAL='/usr/ports/x11-toolkits/libwnck/work/libwnck-2.2.1/missing aclocal-1.4'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='/usr/ports/x11-toolkits/libwnck/work/libwnck-2.2.1/missing automake-1.4'
CATALOGS=' am.mo ar.mo az.mo be.mo bg.mo ca.mo cs.mo da.mo de.mo el.mo es.mo et.mo fa.mo fi.mo fr.mo gl.mo he.mo hi.mo hu.mo it.mo ja.mo ko.mo lv.mo mk.mo mn.mo ms.mo nl.mo nn.mo no.mo pl.mo pt.mo pt_BR.mo ro.mo ru.mo sk.mo sl.mo sq.mo sv.mo tr.mo uk.mo vi.mo wa.mo zh_CN.mo zh_TW.mo'
CATOBJEXT='.mo'
CC='cc'
CFLAGS='-O -pipe  -Wall'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include'
DATADIRNAME='share'
DEFS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GDK_PIXBUF_CSOURCE=''
GETTEXT_PACKAGE='libwnck'
GLIB_GENMARSHAL=''
GMOFILES=' am.gmo ar.gmo az.gmo be.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo es.gmo et.gmo fa.gmo fi.gmo fr.gmo gl.gmo he.gmo hi.gmo hu.gmo it.gmo ja.gmo ko.gmo lv.gmo mk.gmo mn.gmo ms.gmo nl.gmo nn.gmo no.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sq.gmo sv.gmo tr.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/local/bin/msgfmt'
INSTALL_DATA='install -c  -m 444'
INSTALL_PROGRAM='install -c -s  -m 555'
INSTALL_SCRIPT='install -c  -m 555'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
LDFLAGS=''
LIBOBJS=''
LIBS='-L/usr/local/lib'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBWNCK_AGE='5'
LIBWNCK_CFLAGS=''
LIBWNCK_CURRENT='9'
LIBWNCK_LIBS=''
LIBWNCK_REVISION='0'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
OBJEXT='o'
PACKAGE='libwnck'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
POFILES=' am.po ar.po az.po be.po bg.po ca.po cs.po da.po de.po el.po es.po et.po fa.po fi.po fr.po gl.po he.po hi.po hu.po it.po ja.po ko.po lv.po mk.po mn.po ms.po nl.po nn.po no.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sl.po sq.po sv.po tr.po uk.po vi.po wa.po zh_CN.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STARTUP_NOTIFICATION_PACKAGE='libstartup-notification-1.0'
STRIP='strip'
USE_NLS='yes'
VERSION='2.2.1'
XGETTEXT='/usr/local/bin/xgettext'
ac_ct_CC='cc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
bindir='${exec_prefix}/bin'
build='i386-unknown-freebsd4.7'
build_alias=''
build_cpu='i386'
build_os='freebsd4.7'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i386-unknown-freebsd4.7'
host_alias=''
host_cpu='i386'
host_os='freebsd4.7'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/X11R6'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias='i386-unknown-freebsd4.7'
wncklocaledir='${prefix}/${DATADIRNAME}/locale'

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

#define ENABLE_NLS 1
#define GETTEXT_PACKAGE "libwnck"
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_DLFCN_H 1
#define HAVE_GETTEXT 1
#define HAVE_INTTYPES_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_LOCALE_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STARTUP_NOTIFICATION 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 "libwnck"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define VERSION "2.2.1"

configure: exit 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pkg.cont
Type: application/octet-stream
Size: 4715 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-gnome/attachments/20030403/0dea3975/pkg.obj


More information about the freebsd-gnome mailing list