problem with autoconf detecting gtk version on FreeBSD 8.2

Joseph Mingrone jrm at ftfl.ca
Tue Aug 30 15:37:27 UTC 2011


Hello,

I sent the message below to the autoconf bug list, but was told this
"looks like a gtk/pkg-config question".  The ports autoconf-2.68 and
gtk-2.24.5_1 are installed with default options.
The contents of config.log following.  If I've missed anything, please
let me know.

parcellite-1.0.2rc3 % ./configure
checking for a BSD-compatible install... /usr/local/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... 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... no
checking libintl.h presence... no
checking for libintl.h... no
checking whether NLS is requested... yes
checking for intltool >= 0.23... 0.37.1 found
checking for intltool-update... ./intltool-update
checking for intltool-merge... ./intltool-merge
checking for intltool-extract... ./intltool-extract
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for perl... /usr/local/bin/perl
checking for perl >= 5.8.1... 5.14.1
checking for XML::Parser... ok
checking for msgfmt... (cached) /usr/local/bin/msgfmt
checking for gmsgfmt... (cached) /usr/local/bin/msgfmt
checking for xgettext... (cached) /usr/local/bin/xgettext
checking for msgmerge... (cached) /usr/local/bin/msgmerge
checking build system type... i386-unknown-freebsd8.2
checking host system type... i386-unknown-freebsd8.2
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... /usr/local/lib/libiconv.so
-Wl,-rpath -Wl,/usr/local/lib
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... /usr/local/lib/libintl.so
-L/usr/local/lib /usr/local/lib/libicon
v.so -Wl,-rpath -Wl,/usr/local/lib
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether make sets $(MAKE)... (cached) yes
checking for memset... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.20... yes
checking for GTK... yes
checking for gtk_status_icon_new in -lgtk-x11-2.0... no
configure: error: Requirement not met: gtk >= 2.10.0


% cat 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 parcellite configure 1.0.2rc3, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  $ ./configure

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

hostname = gly.ath.cx
uname -m = i386
uname -r = 8.2-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 8.2-RELEASE #0: Tue Feb 22 13:28:46 AST 2011
root at gly.ath.cx:/usr/obj/usr/src/sys/GLY_2011-02-22

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

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

PATH: .
PATH: /home/jrm/bin
PATH: /usr/local/texlive/2010/bin/i386-freebsd
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/bin
PATH: /bin


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

configure:2316: checking for a BSD-compatible install
configure:2384: result: /usr/local/bin/ginstall -c
configure:2395: checking whether build environment is sane
configure:2445: result: yes
configure:2586: checking for a thread-safe mkdir -p
configure:2625: result: /usr/local/bin/gmkdir -p
configure:2638: checking for gawk
configure:2654: found /usr/local/bin/gawk
configure:2665: result: gawk
configure:2676: checking whether make sets $(MAKE)
configure:2698: result: yes
configure:2810: checking for style of include used by make
configure:2838: result: GNU
configure:2908: checking for gcc
configure:2924: found /usr/bin/gcc
configure:2935: result: gcc
configure:3164: checking for C compiler version
configure:3173: gcc --version >&5
gcc (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 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:3184: $? = 0
configure:3173: gcc -v >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]
configure:3184: $? = 0
configure:3173: gcc -V >&5
gcc: '-V' option must have argument
configure:3184: $? = 1
configure:3173: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: No input files specified
configure:3184: $? = 1
configure:3204: checking whether the C compiler works
configure:3226: gcc    conftest.c  >&5
configure:3230: $? = 0
configure:3278: result: yes
configure:3281: checking for C compiler default output file name
configure:3283: result: a.out
configure:3289: checking for suffix of executables
configure:3296: gcc -o conftest    conftest.c  >&5
configure:3300: $? = 0
configure:3322: result:
configure:3344: checking whether we are cross compiling
configure:3352: gcc -o conftest    conftest.c  >&5
configure:3356: $? = 0
configure:3363: ./conftest
configure:3367: $? = 0
configure:3382: result: no
configure:3387: checking for suffix of object files
configure:3409: gcc -c   conftest.c >&5
configure:3413: $? = 0
configure:3434: result: o
configure:3438: checking whether we are using the GNU C compiler
configure:3457: gcc -c   conftest.c >&5
configure:3457: $? = 0
configure:3466: result: yes
configure:3475: checking whether gcc accepts -g
configure:3495: gcc -c -g  conftest.c >&5
configure:3495: $? = 0
configure:3536: result: yes
configure:3553: checking for gcc option to accept ISO C89
configure:3617: gcc  -c -g -O2  conftest.c >&5
configure:3617: $? = 0
configure:3630: result: none needed
configure:3652: checking dependency style of gcc
configure:3762: result: gcc3
configure:3783: checking how to run the C preprocessor
configure:3814: gcc -E  conftest.c
configure:3814: $? = 0
configure:3828: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3828: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3853: result: gcc -E
configure:3873: gcc -E  conftest.c
configure:3873: $? = 0
configure:3887: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3887: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3916: checking for grep that handles long lines and -e
configure:3974: result: /usr/bin/grep
configure:3979: checking for egrep
configure:4041: result: /usr/bin/grep -E
configure:4046: checking for ANSI C header files
configure:4066: gcc -c -g -O2  conftest.c >&5
configure:4066: $? = 0
configure:4139: gcc -o conftest -g -O2   conftest.c  >&5
configure:4139: $? = 0
configure:4139: ./conftest
configure:4139: $? = 0
configure:4150: result: yes
configure:4163: checking for sys/types.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for sys/stat.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for stdlib.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for string.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for memory.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for strings.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for inttypes.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for stdint.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4163: checking for unistd.h
configure:4163: gcc -c -g -O2  conftest.c >&5
configure:4163: $? = 0
configure:4163: result: yes
configure:4178: checking locale.h usability
configure:4178: gcc -c -g -O2  conftest.c >&5
configure:4178: $? = 0
configure:4178: result: yes
configure:4178: checking locale.h presence
configure:4178: gcc -E  conftest.c
configure:4178: $? = 0
configure:4178: result: yes
configure:4178: checking for locale.h
configure:4178: result: yes
configure:4189: checking for LC_MESSAGES
configure:4205: gcc -o conftest -g -O2   conftest.c  >&5
configure:4205: $? = 0
configure:4213: result: yes
configure:4230: checking libintl.h usability
configure:4230: gcc -c -g -O2  conftest.c >&5
conftest.c:57:21: error: libintl.h: No such file or directory
configure:4230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libintl.h>
configure:4230: result: no
configure:4230: checking libintl.h presence
configure:4230: gcc -E  conftest.c
conftest.c:24:21: error: libintl.h: No such file or directory
configure:4230: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <libintl.h>
configure:4230: result: no
configure:4230: checking for libintl.h
configure:4230: result: no
configure:4880: checking whether NLS is requested
configure:4889: result: yes
configure:4904: checking for intltool >= 0.23
configure:4911: result: 0.37.1 found
configure:4919: checking for intltool-update
configure:4937: found ./intltool-update
configure:4949: result: ./intltool-update
configure:4959: checking for intltool-merge
configure:4977: found ./intltool-merge
configure:4989: result: ./intltool-merge
configure:4999: checking for intltool-extract
configure:5017: found ./intltool-extract
configure:5029: result: ./intltool-extract
configure:5160: checking for xgettext
configure:5178: found /usr/local/bin/xgettext
configure:5190: result: /usr/local/bin/xgettext
configure:5200: checking for msgmerge
configure:5218: found /usr/local/bin/msgmerge
configure:5230: result: /usr/local/bin/msgmerge
configure:5240: checking for msgfmt
configure:5258: found /usr/local/bin/msgfmt
configure:5270: result: /usr/local/bin/msgfmt
configure:5280: checking for gmsgfmt
configure:5311: result: /usr/local/bin/msgfmt
configure:5331: checking for perl
configure:5349: found /usr/local/bin/perl
configure:5361: result: /usr/local/bin/perl
configure:5372: checking for perl >= 5.8.1
configure:5379: result: 5.14.1
configure:5383: checking for XML::Parser
configure:5386: result: ok
configure:5411: gcc -o conftest -g -O2   conftest.c  >&5
/var/tmp//ccj59jA0.o(.text+0xf): In function `main':
/usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:27: undefined
reference to `_nl_msg_cat_cntr'
configure:5411: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| extern int _nl_msg_cat_cntr;
|                        return _nl_msg_cat_cntr
|   ;
|   return 0;
| }
configure:5478: checking for msgfmt
configure:5510: result: /usr/local/bin/msgfmt
configure:5519: checking for gmsgfmt
configure:5550: result: /usr/local/bin/msgfmt
configure:5601: checking for xgettext
configure:5633: result: /usr/local/bin/xgettext
configure:5679: checking for msgmerge
configure:5710: result: /usr/local/bin/msgmerge
configure:5747: checking build system type
configure:5761: result: i386-unknown-freebsd8.2
configure:5781: checking host system type
configure:5794: result: i386-unknown-freebsd8.2
configure:5838: checking for ld used by GCC
configure:5902: result: /usr/bin/ld
configure:5909: checking if the linker (/usr/bin/ld) is GNU ld
configure:5922: result: yes
configure:5929: checking for shared library run path origin
configure:5942: result: done
configure:6514: checking for CFPreferencesCopyAppValue
configure:6532: gcc -o conftest -g -O2   conftest.c  -Wl,-framework
-Wl,CoreFoundation >&5
conftest.c:24:42: error: CoreFoundation/CFPreferences.h: No such file
or directory
conftest.c: In function 'main':
conftest.c:28: error: 'NULL' undeclared (first use in this function)
conftest.c:28: error: (Each undeclared identifier is reported only once
conftest.c:28: error: for each function it appears in.)
configure:6532: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:6541: result: no
configure:6548: checking for CFLocaleCopyCurrent
configure:6566: gcc -o conftest -g -O2   conftest.c  -Wl,-framework
-Wl,CoreFoundation >&5
conftest.c:24:37: error: CoreFoundation/CFLocale.h: No such file or directory
configure:6566: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:6575: result: no
configure:6624: checking for GNU gettext in libc
configure:6644: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:24:21: error: libintl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:32: warning: incompatible implicit declaration of built-in
function 'gettext'
configure:6644: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <libintl.h>
|
| extern int _nl_msg_cat_cntr;
| extern int *_nl_domain_bindings;
| int
| main ()
| {
| bindtextdomain ("", "");
| return * gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings
|   ;
|   return 0;
| }
configure:6653: result: no
configure:6687: checking for iconv
configure:6709: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  >&5
/var/tmp//ccHocicW.o(.text+0x26): In function `main':
/usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:29: undefined
reference to `libiconv_open'
/var/tmp//ccHocicW.o(.text+0x50):/usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:30:
undefined reference to `libiconv'
/var/tmp//ccHocicW.o(.text+0x58):/usr/home/jrm/tmp/parcellite-1.0.2rc3/conftest.c:31:
undefined reference to `libiconv_close'
configure:6709: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| #include <stdlib.h>
| #include <iconv.h>
| int
| main ()
| {
| iconv_t cd = iconv_open("","");
|        iconv(cd,NULL,NULL,NULL,NULL);
|        iconv_close(cd);
|   ;
|   return 0;
| }
configure:6731: gcc -o conftest -g -O2 -I/usr/local/include
conftest.c  /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
>&5
configure:6731: $? = 0
configure:6741: result: yes
configure:6744: checking for working iconv
configure:6839: gcc -o conftest -g -O2 -I/usr/local/include
conftest.c  /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
>&5
conftest.c: In function 'main':
conftest.c:43: warning: passing argument 2 of 'libiconv' from
incompatible pointer type
conftest.c:62: warning: passing argument 2 of 'libiconv' from
incompatible pointer type
configure:6839: $? = 0
configure:6839: ./conftest
configure:6839: $? = 0
configure:6851: result: yes
configure:6866: checking how to link with libiconv
configure:6868: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
configure:7340: checking for GNU gettext in libintl
configure:7368: gcc -o conftest -g -O2 -I/usr/local/include
conftest.c  /usr/local/lib/libintl.so -L/usr/local/lib
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5
configure:7368: $? = 0
configure:7409: result: yes
configure:7444: checking whether to use NLS
configure:7446: result: yes
configure:7449: checking where the gettext function comes from
configure:7460: result: external libintl
configure:7468: checking how to link with libintl
configure:7470: result: /usr/local/lib/libintl.so -L/usr/local/lib
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib
configure:7575: checking for gcc
configure:7602: result: gcc
configure:7831: checking for C compiler version
configure:7840: gcc --version >&5
gcc (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 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:7851: $? = 0
configure:7840: gcc -v >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]
configure:7851: $? = 0
configure:7840: gcc -V >&5
gcc: '-V' option must have argument
configure:7851: $? = 1
configure:7840: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: No input files specified
configure:7851: $? = 1
configure:7855: checking whether we are using the GNU C compiler
configure:7883: result: yes
configure:7892: checking whether gcc accepts -g
configure:7953: result: yes
configure:7970: checking for gcc option to accept ISO C89
configure:8047: result: none needed
configure:8069: checking dependency style of gcc
configure:8179: result: gcc3
configure:8195: checking whether make sets $(MAKE)
configure:8217: result: yes
configure:8228: checking for memset
configure:8228: gcc -o conftest -g -O2 -I/usr/local/include  conftest.c  >&5
conftest.c:51: warning: conflicting types for built-in function 'memset'
configure:8228: $? = 0
configure:8228: result: yes
configure:8290: checking for pkg-config
configure:8308: found /usr/local/bin/pkg-config
configure:8320: result: /usr/local/bin/pkg-config
configure:8345: checking pkg-config is at least version 0.20
configure:8348: result: yes
configure:8364: checking for GTK
configure:8371: $PKG_CONFIG --exists --print-errors "$pkg_modules"
configure:8374: $? = 0
configure:8387: $PKG_CONFIG --exists --print-errors "$pkg_modules"
configure:8390: $? = 0
configure:8447: result: yes
configure:8457: checking for gtk_status_icon_new in -lgtk-x11-2.0
configure:8482: gcc -o conftest -g -O2 -I/usr/local/include
conftest.c -lgtk-x11-2.0   >&5
/usr/bin/ld: cannot find -lgtk-x11-2.0
configure:8482: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "parcellite"
| #define PACKAGE_TARNAME "parcellite"
| #define PACKAGE_VERSION "1.0.2rc3"
| #define PACKAGE_STRING "parcellite 1.0.2rc3"
| #define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
| #define PACKAGE_URL ""
| #define PACKAGE "parcellite"
| #define VERSION "1.0.2rc3"
| #define GETTEXT_PACKAGE "parcellite"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_ICONV 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_MEMSET 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_status_icon_new ();
| int
| main ()
| {
| return gtk_status_icon_new ();
|   ;
|   return 0;
| }
configure:8492: result: no
configure:8502: error: Requirement not met: gtk >= 2.10.0

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

ac_cv_build=i386-unknown-freebsd8.2
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=''
ac_cv_env_CC_value=''
ac_cv_env_CFLAGS_set=''
ac_cv_env_CFLAGS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_GTK_CFLAGS_set=''
ac_cv_env_GTK_CFLAGS_value=''
ac_cv_env_GTK_LIBS_set=''
ac_cv_env_GTK_LIBS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_XMKMF_set=''
ac_cv_env_XMKMF_value=''
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_func_memset=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=no
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-unknown-freebsd8.2
ac_cv_lib_gtk_x11_2_0___gtk_status_icon_new=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_EXTRACT=./intltool-extract
ac_cv_path_INTLTOOL_MERGE=./intltool-merge
ac_cv_path_INTLTOOL_PERL=/usr/local/bin/perl
ac_cv_path_INTLTOOL_UPDATE=./intltool-update
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_install='/usr/local/bin/ginstall -c'
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=''
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_func_iconv_works=yes
am_cv_lib_iconv=yes
am_cv_val_LC_MESSAGES=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=yes
gt_cv_have_gettext=no
pkg_cv_GTK_CFLAGS='-D_THREAD_SAFE -D_REENTRANT
-I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include
-I/usr/local/include/atk-1.0 -I/usr/local/include/cairo
-I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0
-I/usr/local/include/gio-unix-2.0/ -I/usr/local/include
-I/usr/local/include/glib-2.0 -I/usr/local/include/pixman-1
-I/usr/local/include/freetype2 -I/usr/local/include/drm  '
pkg_cv_GTK_LIBS='-pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0
-latk-1.0 -lpangocairo-1.0 -lXext -lXrender -lXinerama -lXi -lXrandr
-lXcursor -lXcomposite -lXdamage -lgdk_pixbuf-2.0 -lpangoft2-1.0
-lgio-2.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype
-lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lglib-2.0  '

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

ACLOCAL='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run
aclocal-1.11'
ALL_LINGUAS='ca cs da de es fr hu it ja nb pl pl_PL pt_BR ro ru sv tr zh_CN'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run tar'
AUTOCONF='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing
--run autoheader'
AUTOMAKE='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run
automake-1.11'
AWK='gawk'
CATALOGS=''
CATOBJEXT='NONE'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='-I/usr/local/include'
CYGPATH_W='echo'
DATADIRNAME='lib'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GETTEXT_PACKAGE='parcellite'
GMOFILES=' ca.gmo cs.gmo da.gmo de.gmo es.gmo fr.gmo hu.gmo it.gmo
ja.gmo nb.gmo pl.gmo pl_PL.gmo pt_BR.gmo ro.gmo ru.gmo sv.gmo tr.gmo
zh_CN.gmo'
GMSGFMT='/usr/local/bin/msgfmt'
GMSGFMT_015='/usr/local/bin/msgfmt'
GREP='/usr/bin/grep'
GTK_CFLAGS='-D_THREAD_SAFE -D_REENTRANT -I/usr/local/include/gtk-2.0
-I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0
-I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0
-I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/
-I/usr/local/include -I/usr/local/include/glib-2.0
-I/usr/local/include/pixman-1 -I/usr/local/include/freetype2
-I/usr/local/include/drm  '
GTK_LIBS='-lgtk-x11-2.0'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INSTOBJEXT=''
INTLLIBS='/usr/local/lib/libintl.so -L/usr/local/lib
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='./intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='./intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p
$(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/local/bin/perl'
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='./intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in
$(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE)
$(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u
-c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
LIBINTL='/usr/local/lib/libintl.so -L/usr/local/lib
/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
LIBOBJS=''
LIBS=''
LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib'
LTLIBINTL='-L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/missing --run makeinfo'
MKDIR_P='/usr/local/bin/gmkdir -p'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/local/bin/msgfmt'
MSGFMT_015='/usr/local/bin/msgfmt'
MSGFMT_OPTS=''
MSGMERGE='/usr/local/bin/msgmerge'
OBJEXT='o'
PACKAGE='parcellite'
PACKAGE_BUGREPORT='gpib at rickyrockrat.net'
PACKAGE_NAME='parcellite'
PACKAGE_STRING='parcellite 1.0.2rc3'
PACKAGE_TARNAME='parcellite'
PACKAGE_URL=''
PACKAGE_VERSION='1.0.2rc3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POFILES=' ca.po cs.po da.po de.po es.po fr.po hu.po it.po ja.po nb.po
pl.po pl_PL.po pt_BR.po ro.po ru.po sv.po tr.po zh_CN.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_NLS='yes'
VERSION='1.0.2rc3'
XGETTEXT='/usr/local/bin/xgettext'
XGETTEXT_015='/usr/local/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XMKMF=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-unknown-freebsd8.2'
build_alias=''
build_cpu='i386'
build_os='freebsd8.2'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-unknown-freebsd8.2'
host_alias=''
host_cpu='i386'
host_os='freebsd8.2'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /usr/home/jrm/tmp/parcellite-1.0.2rc3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/usr/local/bin/gmkdir -p'
oldincludedir='/usr/include'
parcellitelocaledir='${prefix}/${DATADIRNAME}/locale'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "parcellite"
#define PACKAGE_TARNAME "parcellite"
#define PACKAGE_VERSION "1.0.2rc3"
#define PACKAGE_STRING "parcellite 1.0.2rc3"
#define PACKAGE_BUGREPORT "gpib at rickyrockrat.net"
#define PACKAGE_URL ""
#define PACKAGE "parcellite"
#define VERSION "1.0.2rc3"
#define GETTEXT_PACKAGE "parcellite"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_ICONV 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_MEMSET 1

configure: exit 1


-- 
----------------------------------------------------------------------
Public key: http://gly.ath.cx/pub_key.txt
----------------------------------------------------------------------


More information about the freebsd-gnome mailing list