Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Sep 2002 10:32:17 +0000
From:      forix <forix@eircom.net>
To:        gnome@FreeBSD.org
Subject:   libgnomecanvas - didn't build - error.
Message-ID:  <E17nbwA-0006fe-00@mail1.mail.iol.ie>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hi,

I attached my config.log, and a list of installed package's on my machine.. 
However I also did a little bit of searching on google before I started 
annoying the maintainer, and found out I should install libglade, did that, 
no problem solved. :)
(By the way, this was during a upgrade to gnome2).



[-- Attachment #2 --]
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.52.  Invocation command line was

  $ ./configure --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 --target=i386-unknown-freebsd4.7

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

hostname = kate.bsdireland.ie
uname -m = i386
uname -r = 4.7-PRERELEASE
uname -s = FreeBSD
uname -v = FreeBSD 4.7-PRERELEASE #0: Thu Sep  5 20:59:37 GMT 2002     rg@kate.bsdireland.ie:/usr/obj/usr/src/sys/KATE 

/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 = /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/root/bin

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

configure:1130: PATH=".;."; conftest.sh
conftest.sh: not found
configure:1133: $? = 127
configure:1184: checking for a BSD compatible install
configure:1233: result: /usr/bin/install -c -o root -g wheel
configure:1244: checking whether build environment is sane
configure:1287: result: yes
configure:1302: checking whether gmake sets ${MAKE}
configure:1322: result: yes
configure:1350: checking for working aclocal-1.4
configure:1361: result: missing
configure:1365: checking for working autoconf
configure:1376: result: missing
configure:1380: checking for working automake-1.4
configure:1391: result: missing
configure:1395: checking for working autoheader
configure:1406: result: missing
configure:1410: checking for working makeinfo
configure:1417: result: found
configure:1425: checking whether to enable maintainer-specific portions of Makefiles
configure:1434: result: no
configure:1489: checking for gcc
configure:1512: result: cc
configure:1740: checking for C compiler version
configure:1743: cc --version </dev/null >&5
2.95.4
configure:1746: $? = 0
configure:1748: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:1751: $? = 0
configure:1753: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:1756: $? = 1
configure:1776: checking for C compiler default output
configure:1779: cc -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:1782: $? = 0
configure:1811: result: a.out
configure:1816: checking whether the C compiler works
configure:1822: ./a.out
configure:1825: $? = 0
configure:1840: result: yes
configure:1847: checking whether we are cross compiling
configure:1849: result: no
configure:1852: checking for executable suffix
configure:1854: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:1857: $? = 0
configure:1879: result: 
configure:1885: checking for object suffix
configure:1903: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:1906: $? = 0
configure:1925: result: o
configure:1929: checking whether we are using the GNU C compiler
configure:1950: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:1953: $? = 0
configure:1956: test -s conftest.o
configure:1959: $? = 0
configure:1971: result: yes
configure:1977: checking whether cc accepts -g
configure:1995: cc -c -g -I/usr/local/include conftest.c >&5
configure:1998: $? = 0
configure:2001: test -s conftest.o
configure:2004: $? = 0
configure:2014: result: yes
configure:2041: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2044: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2142: checking for strerror in -lcposix
configure:2169: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c -lcposix   >&5
/usr/libexec/elf/ld: cannot find -lcposix
configure:2172: $? = 1
configure: failed program was:
#line 2150 "configure"
#include "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:2189: result: no
configure:2238: checking for gcc
configure:2261: result: cc
configure:2489: checking for C compiler version
configure:2492: cc --version </dev/null >&5
2.95.4
configure:2495: $? = 0
configure:2497: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2500: $? = 0
configure:2502: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2505: $? = 1
configure:2508: checking whether we are using the GNU C compiler
configure:2550: result: yes
configure:2556: checking whether cc accepts -g
configure:2593: result: yes
configure:2620: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2623: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2726: checking how to run the C preprocessor
configure:2752: cc -E -I/usr/local/include conftest.c
configure:2758: $? = 0
configure:2785: cc -E -I/usr/local/include conftest.c
configure:2782: ac_nonexistent.h: No such file or directory
configure:2791: $? = 1
configure: failed program was:
#line 2781 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2828: result: cc -E
configure:2843: cc -E -I/usr/local/include conftest.c
configure:2849: $? = 0
configure:2876: cc -E -I/usr/local/include conftest.c
configure:2873: ac_nonexistent.h: No such file or directory
configure:2882: $? = 1
configure: failed program was:
#line 2872 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2921: checking for ANSI C header files
configure:2935: cc -E -I/usr/local/include conftest.c
configure:2941: $? = 0
configure:3028: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:3031: $? = 0
configure:3033: ./conftest
configure:3036: $? = 0
configure:3049: result: yes
configure:3131: checking build system type
configure:3149: result: i386-unknown-freebsd4.7
configure:3156: checking host system type
configure:3170: result: i386-unknown-freebsd4.7
configure:3187: checking for ld used by GCC
configure:3250: result: /usr/libexec/elf/ld
configure:3259: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:3271: result: yes
configure:3275: checking for /usr/libexec/elf/ld option to reload object files
configure:3282: result: -r
configure:3287: checking for BSD-compatible nm
configure:3323: result: /usr/bin/nm -B
configure:3326: checking whether ln -s works
configure:3330: result: yes
configure:3337: checking how to recognise dependant libraries
configure:3515: result: pass_all
configure:3521: checking command to parse /usr/bin/nm -B output
configure:3602: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:3605: $? = 0
configure:3609: /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:3612: $? = 0
configure:3664: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
configure:3667: $? = 0
configure:3711: result: ok
configure:3718: checking for dlfcn.h
configure:3728: cc -E -I/usr/local/include conftest.c
configure:3734: $? = 0
configure:3753: result: yes
configure:3940: checking for ranlib
configure:3955: found /usr/bin/ranlib
configure:3964: result: ranlib
configure:4014: checking for strip
configure:4029: found /usr/bin/strip
configure:4038: result: strip
configure:4240: checking for objdir
configure:4251: result: .libs
configure:4266: checking for cc option to produce PIC
configure:4416: result: -fPIC
configure:4420: checking if cc PIC flag -fPIC works
configure:4440: cc -c -O -pipe  -fPIC -DPIC -I/usr/local/include conftest.c >&5
configure:4443: $? = 0
configure:4446: test -s conftest.o
configure:4449: $? = 0
configure:4485: result: yes
configure:4501: checking if cc static flag -static works
configure:4522: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib -static conftest.c  >&5
configure:4525: $? = 0
configure:4528: test -s conftest
configure:4531: $? = 0
configure:4545: result: yes
configure:4556: checking if cc supports -c -o file.o
configure:4576: cc -c -O -pipe  -o out/conftest2.o -I/usr/local/include conftest.c >&5
configure:4600: result: yes
configure:4605: checking if cc supports -c -o file.lo
configure:4629: cc -c -O -pipe  -c -o conftest.lo -I/usr/local/include conftest.c >&5
configure:4632: $? = 0
configure:4635: test -s conftest.lo
configure:4638: $? = 0
configure:4659: result: yes
configure:4690: checking if cc supports -fno-rtti -fno-exceptions
configure:4709: cc -c -O -pipe  -fno-rtti -fno-exceptions -c conftest.c -I/usr/local/include conftest.c >&5
configure:4712: $? = 0
configure:4715: test -s conftest.o
configure:4718: $? = 0
configure:4734: result: yes
configure:4745: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
configure:5397: result: yes
configure:5402: checking how to hardcode library paths into programs
configure:5426: result: immediate
configure:5431: checking whether stripping libraries is possible
configure:5436: result: yes
configure:5447: checking dynamic linker characteristics
configure:5840: result: freebsd4.7 ld.so
configure:5845: checking if libtool supports shared libraries
configure:5847: result: yes
configure:5850: checking whether to build shared libraries
configure:5871: result: yes
configure:5874: checking whether to build static libraries
configure:5878: result: yes
configure:6496: checking whether -lc should be explicitly linked in
configure:6504: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:6507: $? = 0
configure:6521: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6524: $? = 1
configure:6537: result: yes
configure:7106: checking for bison
configure:7121: found /usr/local/bin/bison
configure:7129: result: bison -y
configure:7144: checking for xrdb
configure:7161: found /usr/X11R6/bin/xrdb
configure:7172: result: /usr/X11R6/bin/xrdb
configure:7274: checking what warning flags to pass to the C compiler
configure:7276: result: -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations
configure:7287: checking what language compliance flags to pass to the C compiler
configure:7302: result: 
configure:7352: checking for ranlib
configure:7376: result: ranlib
configure:7388: checking for cc option to accept ANSI C
configure:7445: cc  -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7448: $? = 0
configure:7451: test -s conftest.o
configure:7454: $? = 0
configure:7471: result: none needed
configure:7479: checking for an ANSI C-conforming const
configure:7543: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7546: $? = 0
configure:7549: test -s conftest.o
configure:7552: $? = 0
configure:7562: result: yes
configure:7572: checking for inline
configure:7589: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7592: $? = 0
configure:7595: test -s conftest.o
configure:7598: $? = 0
configure:7609: result: inline
configure:7630: checking for sys/types.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for sys/stat.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for stdlib.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for string.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for memory.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for strings.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for inttypes.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7630: checking for stdint.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7671: stdint.h: No such file or directory
configure:7645: $? = 1
configure: failed program was:
#line 7636 "configure"
#include "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:7661: result: no
configure:7630: checking for unistd.h
configure:7642: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7645: $? = 0
configure:7648: test -s conftest.o
configure:7651: $? = 0
configure:7661: result: yes
configure:7671: checking for off_t
configure:7692: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7695: $? = 0
configure:7698: test -s conftest.o
configure:7701: $? = 0
configure:7711: result: yes
configure:7723: checking for size_t
configure:7744: cc -c -O -pipe  -I/usr/local/include conftest.c >&5
configure:7747: $? = 0
configure:7750: test -s conftest.o
configure:7753: $? = 0
configure:7763: result: yes
configure:7777: checking for working alloca.h
configure:7795: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:7784: alloca.h: No such file or directory
configure:7798: $? = 1
configure: failed program was:
#line 7783 "configure"
#include "confdefs.h"
#include <alloca.h>
int
main ()
{
char *p = (char *) alloca (2 * sizeof (int));
  ;
  return 0;
}
configure:7814: result: no
configure:7824: checking for alloca
configure:7862: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:7865: $? = 0
configure:7868: test -s conftest
configure:7871: $? = 0
configure:7881: result: yes
configure:8065: checking for stdlib.h
configure:8100: result: yes
configure:8065: checking for unistd.h
configure:8100: result: yes
configure:8113: checking for getpagesize
configure:8150: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8153: $? = 0
configure:8156: test -s conftest
configure:8159: $? = 0
configure:8169: result: yes
configure:8179: checking for working mmap
configure:8315: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8318: $? = 0
configure:8320: ./conftest
configure:8323: $? = 0
configure:8335: result: yes
configure:8350: checking for argz.h
configure:8360: cc -E -I/usr/local/include conftest.c
configure:8357: argz.h: No such file or directory
configure:8366: $? = 1
configure: failed program was:
#line 8356 "configure"
#include "confdefs.h"
#include <argz.h>
configure:8385: result: no
configure:8350: checking for limits.h
configure:8360: cc -E -I/usr/local/include conftest.c
configure:8366: $? = 0
configure:8385: result: yes
configure:8350: checking for locale.h
configure:8360: cc -E -I/usr/local/include conftest.c
configure:8366: $? = 0
configure:8385: result: yes
configure:8350: checking for nl_types.h
configure:8360: cc -E -I/usr/local/include conftest.c
configure:8366: $? = 0
configure:8385: result: yes
configure:8350: checking for malloc.h
configure:8360: cc -E -I/usr/local/include conftest.c
In file included from configure:8357:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
configure:8366: $? = 0
configure:8385: result: yes
configure:8350: checking for string.h
configure:8385: result: yes
configure:8350: checking for unistd.h
configure:8385: result: yes
configure:8350: checking for sys/param.h
configure:8360: cc -E -I/usr/local/include conftest.c
configure:8366: $? = 0
configure:8385: result: yes
configure:8399: checking for getcwd
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for munmap
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for putenv
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for setenv
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for setlocale
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for strchr
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for strcasecmp
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for strdup
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8439: $? = 0
configure:8442: test -s conftest
configure:8445: $? = 0
configure:8455: result: yes
configure:8399: checking for __argz_count
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
/tmp/ccCEODri.o: In function `main':
/tmp/ccCEODri.o(.text+0x9): undefined reference to `__argz_count'
configure:8439: $? = 1
configure: failed program was:
#line 8405 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_count (); below.  */
#include <assert.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 __argz_count ();
char (*f) ();

int
main ()
{
/* 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___argz_count) || defined (__stub_____argz_count)
choke me
#else
f = __argz_count;
#endif

  ;
  return 0;
}
configure:8455: result: no
configure:8399: checking for __argz_stringify
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
/tmp/ccrFREHK.o: In function `main':
/tmp/ccrFREHK.o(.text+0x9): undefined reference to `__argz_stringify'
configure:8439: $? = 1
configure: failed program was:
#line 8405 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_stringify (); below.  */
#include <assert.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 __argz_stringify ();
char (*f) ();

int
main ()
{
/* 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___argz_stringify) || defined (__stub_____argz_stringify)
choke me
#else
f = __argz_stringify;
#endif

  ;
  return 0;
}
configure:8455: result: no
configure:8399: checking for __argz_next
configure:8436: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
/tmp/ccgJ4pka.o: In function `main':
/tmp/ccgJ4pka.o(.text+0x9): undefined reference to `__argz_next'
configure:8439: $? = 1
configure: failed program was:
#line 8405 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char __argz_next (); below.  */
#include <assert.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 __argz_next ();
char (*f) ();

int
main ()
{
/* 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___argz_next) || defined (__stub_____argz_next)
choke me
#else
f = __argz_next;
#endif

  ;
  return 0;
}
configure:8455: result: no
configure:8466: checking for LC_MESSAGES
configure:8484: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
configure:8487: $? = 0
configure:8490: test -s conftest
configure:8493: $? = 0
configure:8503: result: yes
configure:8524: checking for libintl.h
configure:8534: cc -E -I/usr/local/include conftest.c
configure:8540: $? = 0
configure:8559: result: yes
configure:8562: checking for dgettext in libc
configure:8580: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  >&5
/tmp/ccOvf4Zp.o: In function `main':
/tmp/ccOvf4Zp.o(.text+0x14): undefined reference to `libintl_dgettext'
configure:8583: $? = 1
configure: failed program was:
#line 8568 "configure"
#include "confdefs.h"
#include <libintl.h>
int
main ()
{
return (int) dgettext ("","")
  ;
  return 0;
}
configure:8599: result: no
configure:8606: checking for bindtextdomain in -lintl
configure:8633: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
configure:8636: $? = 0
configure:8639: test -s conftest
configure:8642: $? = 0
configure:8653: result: yes
configure:8656: checking for dgettext in -lintl
configure:8683: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c -lintl   >&5
configure:8686: $? = 0
configure:8689: test -s conftest
configure:8692: $? = 0
configure:8703: result: yes
configure:8712: checking if -liconv is needed to use gettext
configure:8714: result: 
configure:8716: checking for dcgettext in -lintl
configure:8743: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c -lintl -liconv  >&5
/usr/libexec/elf/ld: warning: libiconv.so.3, needed by /usr/local/lib/libintl.so, may conflict with libiconv.so.2
configure:8746: $? = 0
configure:8749: test -s conftest
configure:8752: $? = 0
configure:8763: result: yes
configure:8788: checking for msgfmt
configure:8815: result: /usr/local/bin/msgfmt
configure:8826: checking for dcgettext
configure:8863: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  -lintl -liconv >&5
/usr/libexec/elf/ld: warning: libiconv.so.3, needed by /usr/local/lib/libintl.so, may conflict with libiconv.so.2
configure:8866: $? = 0
configure:8869: test -s conftest
configure:8872: $? = 0
configure:8882: result: yes
configure:8894: checking for gmsgfmt
configure:8923: result: /usr/local/bin/msgfmt
configure:8932: checking for xgettext
configure:8959: result: /usr/local/bin/xgettext
configure:8980: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib conftest.c  -lintl -liconv >&5
/usr/libexec/elf/ld: warning: libiconv.so.3, needed by /usr/local/lib/libintl.so, may conflict with libiconv.so.2
configure:8983: $? = 0
configure:8986: test -s conftest
configure:8989: $? = 0
configure:9052: checking for catalogs to be installed
configure:9061: result:  ar az bg ca de el es et fi fr hi hu it ja ko ms nl nn no pl pt pt_BR ru sk sl sv ta tr uk vi wa zh_CN zh_TW
configure:9152: checking for pkg-config
configure:9169: found /usr/local/bin/pkg-config
configure:9181: result: /usr/local/bin/pkg-config
configure:9198: checking for gtk+-2.0 >= 2.0.3 libart-2.0 >= 2.3.8 pango >= 1.0.1 pangoft2 >= 1.0.1
configure:9202: result: yes
configure:9206: checking LIBGNOMECANVAS_CFLAGS
configure:9209: result:                                                                -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libart-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include  
configure:9212: checking LIBGNOMECANVAS_LIBS
configure:9215: result:       -Wl,--export-dynamic           -Wl,--export-dynamic             -Wl,--export-dynamic              -Wl,--export-dynamic              -Wl,--export-dynamic           -Wl,--export-dynamic      -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lpangox-1.0 -lart_lgpl_2 -lpangoft2-1.0 -lXft -lXrender -lXext -lX11 -lfreetype -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  
configure:9291: checking for gtk+-2.0 >= 2.0.3 libart-2.0 >= 2.3.8 pango >= 1.0.1 pangoft2 >= 1.0.1 libglade-2.0 >= 2.0.0
configure:9295: result: yes
configure:9299: checking CANVAS_GLADE_CFLAGS
configure:9302: result:                                                                                                             -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libart-2.0 -I/usr/local/include/libxml2 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/libglade-2.0  
configure:9305: checking CANVAS_GLADE_LIBS
configure:9308: result:       -Wl,--export-dynamic           -Wl,--export-dynamic             -Wl,--export-dynamic              -Wl,--export-dynamic              -Wl,--export-dynamic           -Wl,--export-dynamic            -Wl,--export-dynamic           -Wl,--export-dynamic             -Wl,--export-dynamic              -Wl,--export-dynamic         -L/usr/local/lib -L/usr/X11R6/lib -lart_lgpl_2 -lpangoft2-1.0 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lz -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lXrender -lXext -lfreetype -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv  
configure:9337: checking for mawk
configure:9368: result: no
configure:9337: checking for gawk
configure:9368: result: no
configure:9337: checking for nawk
configure:9354: found /usr/bin/nawk
configure:9365: result: /usr/bin/nawk
configure:9379: checking for perl5
configure:9396: found /usr/bin/perl5
configure:9407: result: /usr/bin/perl5
configure:9420: checking for glib-genmarshal
configure:9437: found /usr/local/bin/glib-genmarshal
configure:9448: result: /usr/local/bin/glib-genmarshal
configure:9469: checking for gtkdoc-mkdb
configure:9493: result: false
configure:9629: creating ./config.status

## ----------------------- ##
## Running config.status.  ##
## ----------------------- ##

This file was extended by config.status 2.52, executed with
  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  > ./config.status 
on kate.bsdireland.ie

config.status:10147: creating Makefile
config.status:10147: creating po/Makefile.in
config.status:10147: creating libgnomecanvas/Makefile
config.status:10147: creating libgnomecanvas/libgnomecanvas-2.0.pc
config.status:10147: creating glade/Makefile
config.status:10147: creating demos/Makefile
config.status:10147: creating tests/Makefile
config.status:10147: creating docs/Makefile
config.status:10147: creating docs/reference/Makefile
config.status:10239: creating config.h

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

ac_cv_type_size_t=yes
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_func_getcwd=yes
gt_cv_func_dgettext_libc=no
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_header_nl_types_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=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_env_CFLAGS_set=set
ac_cv_func_setlocale=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_prog_make_gmake_set=yes
ac_cv_path_PATH_TO_XRDB=/usr/X11R6/bin/xrdb
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_lib_intl_dcgettext=yes
ac_cv_func_strcasecmp=yes
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_shlib=
ac_cv_func___argz_count=no
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=
ac_cv_prog_GTKDOC=false
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_c_const=yes
ac_cv_prog_YACC='bison -y'
ac_cv_path_GLIB_GENMARSHAL=/usr/local/bin/glib-genmarshal
lt_cv_ld_reload_flag=-r
ac_cv_working_alloca_h=no
lt_cv_sys_path_separator=:
ac_cv_func_munmap=yes
ac_cv_header_sys_stat_h=yes
lt_cv_archive_cmds_need_lc=yes
lt_cv_prog_gnu_ld=yes
ac_cv_env_build_alias_set=
ac_cv_header_limits_h=yes
ac_cv_env_LDFLAGS_value=-L/usr/local/lib
ac_cv_env_target_alias_set=set
ac_cv_path_AWK=/usr/bin/nawk
ac_cv_func_alloca_works=yes
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-unknown-freebsd4.7
ac_cv_env_CFLAGS_value='-O -pipe '
ac_cv_env_CC_set=set
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_header_sys_types_h=yes
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_stdc=yes
ac_cv_path_PERL=/usr/bin/perl5
ac_cv_func___argz_stringify=no
ac_cv_header_strings_h=yes
ac_cv_func_dcgettext=yes
ac_cv_header_stdint_h=no
ac_cv_header_inttypes_h=yes
nls_cv_header_intl=
ac_cv_func___argz_next=no
ac_cv_func_setenv=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_c_inline=inline
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_func_strchr=yes
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_RANLIB=ranlib
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_type_off_t=yes
ac_cv_lib_intl_dgettext=yes
nls_cv_force_use_gnu_gettext=no
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=
nls_cv_use_gnu_gettext=no
ac_cv_header_argz_h=no
ac_cv_build=i386-unknown-freebsd4.7
ac_cv_prog_CPP='cc -E'
ac_cv_env_build_alias_value=
ac_cv_header_malloc_h=yes
ac_cv_func_getpagesize=yes
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
nls_cv_header_libgt=
ac_cv_func_strdup=yes
ac_cv_func_putenv=yes
ac_cv_objext=o

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

#define PACKAGE "libgnomecanvas"
#define VERSION "2.0.3"
#define STDC_HEADERS 1
#define HAVE_DLFCN_H 1
#define GETTEXT_PACKAGE "libgnomecanvas-2.0"
#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_ALLOCA 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCHR 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_LC_MESSAGES 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1


configure: exit 0

[-- Attachment #3 --]
Mesa-3.4.2_1
ORBit-0.5.8_1
aalib-1.4.r5_1
anjuta-0.1.9
apache+mod_ssl-1.3.26+2.8.10
aspell-0.33.7.1_1
atk-1.0.3
autoconf213-2.13.000227_2
automake14-1.4.5_1
balsa-1.4.0
bash-2.05
bgrot-1.30
bison-1.35_1
blender-2.20
bonobo-1.0.8
bsdpan-AOL-TOC-0.34
bsdpan-Archive-Tar-0.22
bsdpan-CPAN-1.63
bsdpan-CPAN-WAIT-0.27
bsdpan-Digest-MD5-2.20
bsdpan-Getopt-Simple-1.45
bsdpan-Net-Telnet-3.03
bsdpan-Smil-0.10
bsdpan-Unix-ConfigFile-0.06
bsdpan-libnet-1.12
cheetah-0.05
cups-1.1.10.1
db3-3.2.9_2,1
db3-3.3.11,1
djbfft-0.76
edb-1.0.2
edonkey-core-16.16.58.3
edonkey-gui-gtk-0.2.0.a.2002080400
enjoympeg-0.4.1
epic4-1.0.1_1
esound-0.2.22
eterm-0.9.1
fam-2.6.4
freetype-1.3.1_1
freetype2-2.1.2
ftpcube-0.3.2
gal-0.19.3
gconf-1.0.4
gconf-1.0.9
gdbm-1.8.0
gdk-pixbuf-0.11.0_1
gettext-0.10.35
gettext-0.11.5
ghostscript-gnu-6.51
gle-3.0.3
glib-1.2.10_4
glib-2.0.6
glibwww-0.2_1
gnet-1.1.4
gnomeaudio-1.4.0
gnomecanvas-0.11.0_1
gnomecontrolcenter-1.4.0.1
gnomedb-0.2.90_3
gnomelibs-1.4.1.2
gnomemimedata-2.0.0
gnomeprint-0.29
gnomevfs-1.0.1
gtk-1.2.10_2
gtk-2.0.6
gtk-gnutella-0.90
gtk-theme-switch-1.0.1_1
gtkglarea-1.2.2
gtkhtml-1.0.4
gtkmm-1.2.7
guile-1.4
guile-1.4.1_2
iconv-2.0_1
imlib-1.9.11
imlib2-1.0.3
irssi-0.8.5
jpeg-6b
kde-2.2
kdebase-2.2_2
kdegames-2.2
kdegraphics-2.2
kdelibs-2.2_3
lame-gtk-3.91
lcms-1.07_1
liba52-0.7.4
libart_lgpl2-2.3.10
libast-0.3
libaudiofile-0.2.2
libdvdcss-1.2.1
libdvdread-0.9.3
libesmtp-0.8.11
libgda-0.2.90_4
libglade-0.17_1
libglade-0.17_2
libglade2-2.0.1
libiconv-1.7_1
libiconv-1.8_1
libmikmod-esound-3.1.10
libmng-1.0.2
libogg-1.0,3
librep-0.14
libsigc++-1.0.4
libslang-1.4.5
libungif-4.1.0b1
libunicode-0.4_2
libvorbis-1.0,3
libwnck-0.17
libwww-5.3.1
libxml-1.8.15
libxml2-2.4.23
libxml2-2.4.3_1
linux-openmotif-2.1.30
linux-opera-6.02.20020701
linux-png-1.0.9_2
lynx-2.8.4.1
m4-1.4_1
mad-esound-0.14.2b_2
mm-1.2.1
mod_perl-1.27
mplayer-fonts-0.50
mplayer-gtk-0.90.0.6
mutt-1.2.5
nasm-0.98.33,1
netcat-1.10_1
nmap-2.54.b29
oaf-0.6.6
ogle-0.8.5
openldap-2.0.25_1
p5-Compress-Zlib-1.16
p5-Event-0.86
p5-Filter-1.28
p5-Mail-POP3Client-2.9
p5-Net-IRC-0.71
p5-POE-0.22
p5-POE-Component-IRC-2.2
p5-Storable-2.04
p5-Test-Simple-0.42
p5-Time-HiRes-01.20
p5-Tk-800.023
p5-X11-Protocol-0.04
pango-1.0.4
pcre-3.4
perl-5.6.1_8
pkgconfig-0.12.0
png-1.2.0
popt-1.5.1
py-gtk-0.6.9
py21-expat-2.1.1_1
py21-numeric-21.0
qt-2.3.1
rep-gtk-0.15_1
rpm-3.0.6_6
sawfish-1.0_1
scintilla-1.44
screem-0.4.1_2
scrollkeeper-0.2_3
sdl-1.2.4_1
smpeg-0.4.4
smpeg-xmms-0.3.4
snort-1.8.7
ssh-gui-0.7.1
svgalib-1.4.2_1
teTeX-1.0.7
thefish-0.2.2.4
tiff-3.5.5
unrar-2.50
wget-1.8.2_1
win32-codecs-011002.0.0.60
wrapper-1.0_2
xanim-2.80.2
xchat-gnome-1.8.9
xchat2-1.9.2
xmms-esound-gnome-1.2.7_2
xpm-3.4k
xscreensaver-gtk-3.33
xv-3.10a_2
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17nbwA-0006fe-00>