ogle-gui Broken?

E. J. Cerejo edinho64 at netscape.net
Wed Apr 30 08:12:06 PDT 2003


checking for libxml - version >= 2.4.19... yes (version 2.5.7)
checking for DVDRequestInput in -ldvdcontrol... no
configure: error:
* Need "libdvdcontrol.so", it's part of Ogle(-devel).
* Install it and/or specify the location for it using --with-dvdcontrol=DIR.
* For example ... --with-dvdcontrol=/usr/local
===>  Script "configure" failed unexpectedly.
       Please report the problem to lioux at FreeBSD.org [maintainer] and 
attach
       the "/usr/ports/multimedia/ogle-gui/work/ogle_gui-0.9.1/config.log"
       including the output of the failure of your make command. Also, 
it might
       be a good idea to provide an overview of all packages installed 
on your
       system (e.g. an `ls /var/db/pkg`).
*** Error code 1

Stop in /usr/ports/multimedia/ogle-gui.

-------------- 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.53.  Invocation command line was

  $ ./configure --with-dvd-includes=/usr/local/include --with-dvdcontrol=/usr/local --without-included-gettext --with-gtk-prefix=/usr/X11R6 --with-libiconv-prefix=/usr/local --with-libintl-prefix=/usr/local --with-libglade-config=/usr/X11R6/bin/libglade-config --with-xml-prefix=/usr/local --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --localstatedir=/usr/X11R6/share/gnome --datadir=/usr/X11R6/share/gnome --with-html-dir=/usr/X11R6/share/doc --disable-gtk-doc --with-gconf-source=xml::/usr/X11R6/etc/gconf/gconf.xml.defaults --prefix=/usr/X11R6 i386-portbld-freebsd4.8

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

hostname = ecerejo.Belkin
uname -m = i386
uname -r = 4.8-20030426-STABLE
uname -s = FreeBSD
uname -v = FreeBSD 4.8-20030426-STABLE #0: Sun Apr 27 19:37:01 EDT 2003     root at ecerejo.Belkin:/usr/src/sys/compile/MYKERNEL-A 

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


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

configure:1419: checking for a BSD-compatible install
configure:1473: result: /usr/bin/install -c -o root -g wheel
configure:1484: checking whether build environment is sane
configure:1527: result: yes
configure:1560: checking for gawk
configure:1589: result: no
configure:1560: checking for mawk
configure:1589: result: no
configure:1560: checking for nawk
configure:1576: found /usr/bin/nawk
configure:1586: result: nawk
configure:1596: checking whether make sets ${MAKE}
configure:1616: result: yes
configure:1767: checking whether to enable maintainer-specific portions of Makefiles
configure:1776: result: no
configure:1804: checking for ogle helper dir
configure:1813: result: yes
configure:1824: checking for i386-portbld-freebsd4.8-gcc
configure:1850: result: cc
configure:2132: checking for C compiler version
configure:2135: cc --version </dev/null >&5
2.95.4
configure:2138: $? = 0
configure:2140: cc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2143: $? = 0
configure:2145: cc -V </dev/null >&5
cc: argument to `-V' is missing
configure:2148: $? = 1
configure:2174: checking for C compiler default output
configure:2177: cc -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:2180: $? = 0
configure:2213: result: a.out
configure:2218: checking whether the C compiler works
configure:2224: ./a.out
configure:2227: $? = 0
configure:2242: result: yes
configure:2249: checking whether we are cross compiling
configure:2251: result: no
configure:2254: checking for suffix of executables
configure:2256: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:2259: $? = 0
configure:2281: result: 
configure:2287: checking for suffix of object files
configure:2311: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:2314: $? = 0
configure:2333: result: o
configure:2337: checking whether we are using the GNU C compiler
configure:2364: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:2367: $? = 0
configure:2370: test -s conftest.o
configure:2373: $? = 0
configure:2385: result: yes
configure:2391: checking whether cc accepts -g
configure:2415: cc -c -g  conftest.c >&5
configure:2418: $? = 0
configure:2421: test -s conftest.o
configure:2424: $? = 0
configure:2434: result: yes
configure:2461: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2464: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2593: checking for style of include used by make
configure:2621: result: GNU
configure:2649: checking dependency style of cc
configure:2711: result: gcc
configure:2718: checking for strerror in -lcposix
configure:2751: 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:2754: $? = 1
configure: failed program was:
#line 2726 "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 ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
strerror ();
  ;
  return 0;
}
configure:2771: result: no
configure:2782: checking for cc option to accept ANSI C
configure:2848: cc  -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:2851: $? = 0
configure:2854: test -s conftest.o
configure:2857: $? = 0
configure:2871: result: none needed
configure:2887: checking how to run the C preprocessor
configure:2913: cc -E  conftest.c
configure:2919: $? = 0
configure:2946: cc -E  conftest.c
configure:2943: ac_nonexistent.h: No such file or directory
configure:2952: $? = 1
configure: failed program was:
#line 2942 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2989: result: cc -E
configure:3004: cc -E  conftest.c
configure:3010: $? = 0
configure:3037: cc -E  conftest.c
configure:3034: ac_nonexistent.h: No such file or directory
configure:3043: $? = 1
configure: failed program was:
#line 3033 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3083: checking for ANSI C header files
configure:3097: cc -E  conftest.c
configure:3103: $? = 0
configure:3190: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:3193: $? = 0
configure:3195: ./conftest
configure:3198: $? = 0
configure:3212: result: yes
configure:3236: checking for sys/types.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for sys/stat.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for stdlib.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for string.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for memory.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for strings.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for inttypes.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3236: checking for stdint.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3278: stdint.h: No such file or directory
configure:3252: $? = 1
configure: failed program was:
#line 3242 "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:3268: result: no
configure:3236: checking for unistd.h
configure:3249: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3252: $? = 0
configure:3255: test -s conftest.o
configure:3258: $? = 0
configure:3268: result: yes
configure:3294: checking sys/param.h usability
configure:3303: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3306: $? = 0
configure:3309: test -s conftest.o
configure:3312: $? = 0
configure:3321: result: yes
configure:3325: checking sys/param.h presence
configure:3332: cc -E  conftest.c
configure:3338: $? = 0
configure:3356: result: yes
configure:3374: checking for sys/param.h
configure:3381: result: yes
configure:3467: checking build system type
configure:3485: result: i386-portbld-freebsd4.8
configure:3493: checking host system type
configure:3507: result: i386-portbld-freebsd4.8
configure:3537: checking for ld used by GCC
configure:3600: result: /usr/libexec/elf/ld
configure:3609: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:3621: result: yes
configure:3626: checking for /usr/libexec/elf/ld option to reload object files
configure:3633: result: -r
configure:3638: checking for BSD-compatible nm
configure:3674: result: nm
configure:3677: checking whether ln -s works
configure:3681: result: yes
configure:3688: checking how to recognise dependant libraries
configure:3866: result: pass_all
configure:3878: checking command to parse nm output
configure:3959: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:3962: $? = 0
configure:3966: nm conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGISTW][ABCDGISTW]*\)[   ][  ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3969: $? = 0
configure:4021: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c conftstm.o >&5
configure:4024: $? = 0
configure:4068: result: ok
configure:4086: checking dlfcn.h usability
configure:4095: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:4098: $? = 0
configure:4101: test -s conftest.o
configure:4104: $? = 0
configure:4113: result: yes
configure:4117: checking dlfcn.h presence
configure:4124: cc -E  conftest.c
configure:4130: $? = 0
configure:4148: result: yes
configure:4166: checking for dlfcn.h
configure:4173: result: yes
configure:4332: checking for i386-portbld-freebsd4.8-ranlib
configure:4361: result: no
configure:4370: checking for ranlib
configure:4386: found /usr/bin/ranlib
configure:4397: result: ranlib
configure:4412: checking for i386-portbld-freebsd4.8-strip
configure:4441: result: no
configure:4450: checking for strip
configure:4466: found /usr/bin/strip
configure:4477: result: strip
configure:4688: checking for objdir
configure:4699: result: .libs
configure:4716: checking for cc option to produce PIC
configure:4866: result: -fPIC
configure:4870: checking if cc PIC flag -fPIC works
configure:4896: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib -fPIC -DPIC  conftest.c >&5
configure:4899: $? = 0
configure:4902: test -s conftest.o
configure:4905: $? = 0
configure:4942: result: yes
configure:4958: checking if cc static flag -static works
configure:4985: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   -static conftest.c  >&5
configure:4988: $? = 0
configure:4991: test -s conftest
configure:4994: $? = 0
configure:5009: result: yes
configure:5021: checking if cc supports -c -o file.o
configure:5039: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib -o out/conftest2.o  conftest.c >&5
configure:5065: result: yes
configure:5070: checking if cc supports -c -o file.lo
configure:5100: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib -c -o conftest.lo  conftest.c >&5
configure:5103: $? = 0
configure:5106: test -s conftest.lo
configure:5109: $? = 0
configure:5130: result: yes
configure:5161: checking if cc supports -fno-rtti -fno-exceptions
configure:5186: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib -fno-rtti -fno-exceptions -c conftest.c  conftest.c >&5
configure:5189: $? = 0
configure:5192: test -s conftest.o
configure:5195: $? = 0
configure:5211: result: yes
configure:5222: checking whether the linker (/usr/libexec/elf/ld) supports shared libraries
configure:5902: result: yes
configure:5907: checking how to hardcode library paths into programs
configure:5931: result: immediate
configure:5936: checking whether stripping libraries is possible
configure:5941: result: yes
configure:5952: checking dynamic linker characteristics
configure:6345: result: freebsd4.8 ld.so
configure:6350: checking if libtool supports shared libraries
configure:6352: result: yes
configure:6355: checking whether to build shared libraries
configure:6376: result: yes
configure:6379: checking whether to build static libraries
configure:6383: result: yes
configure:7045: checking whether -lc should be explicitly linked in
configure:7053: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:7056: $? = 0
configure:7070: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7073: $? = 1
configure:7086: result: yes
configure:7673: checking for msgfmt
configure:7701: result: /usr/local/bin/msgfmt
configure:7710: checking for gmsgfmt
configure:7741: result: /usr/local/bin/msgfmt
configure:7751: checking for xgettext
configure:7779: result: /usr/local/bin/xgettext
configure:7790: checking for msgmerge
configure:7817: result: /usr/local/bin/msgmerge
configure:7893: checking for ranlib
configure:7920: result: ranlib
configure:7932: checking for cc option to accept ANSI C
configure:7995: cc  -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:7998: $? = 0
configure:8001: test -s conftest.o
configure:8004: $? = 0
configure:8021: result: none needed
configure:8029: checking for an ANSI C-conforming const
configure:8099: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:8102: $? = 0
configure:8105: test -s conftest.o
configure:8108: $? = 0
configure:8118: result: yes
configure:8128: checking for inline
configure:8145: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:8148: $? = 0
configure:8151: test -s conftest.o
configure:8154: $? = 0
configure:8165: result: inline
configure:8180: checking for off_t
configure:8207: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:8210: $? = 0
configure:8213: test -s conftest.o
configure:8216: $? = 0
configure:8226: result: yes
configure:8238: checking for size_t
configure:8265: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:8268: $? = 0
configure:8271: test -s conftest.o
configure:8274: $? = 0
configure:8284: result: yes
configure:8298: checking for working alloca.h
configure:8322: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:8305: alloca.h: No such file or directory
configure:8325: $? = 1
configure: failed program was:
#line 8304 "configure"
#include "confdefs.h"
#include <alloca.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
char *p = (char *) alloca (2 * sizeof (int));
  ;
  return 0;
}
configure:8341: result: no
configure:8351: checking for alloca
configure:8395: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:8398: $? = 0
configure:8401: test -s conftest
configure:8404: $? = 0
configure:8414: result: yes
configure:8610: checking for stdlib.h
configure:8615: result: yes
configure:8610: checking for unistd.h
configure:8615: result: yes
configure:8723: checking for getpagesize
configure:8766: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:8769: $? = 0
configure:8772: test -s conftest
configure:8775: $? = 0
configure:8785: result: yes
configure:8795: checking for working mmap
configure:8934: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:8937: $? = 0
configure:8939: ./conftest
configure:8942: $? = 0
configure:8955: result: yes
configure:8967: checking whether we are using the GNU C Library 2.1 or newer
configure:8975: features.h: No such file or directory
configure:8995: result: no
configure:9028: checking for ld used by GCC
configure:9091: result: /usr/libexec/elf/ld
configure:9100: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:9112: result: yes
configure:9118: checking for shared library run path origin
configure:9131: result: done
configure:9550: checking for iconv
configure:9580: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/ccMd4bNf.o: In function `main':
/tmp/ccMd4bNf.o(.text+0x15): undefined reference to `iconv_open'
/tmp/ccMd4bNf.o(.text+0x28): undefined reference to `iconv'
/tmp/ccMd4bNf.o(.text+0x34): undefined reference to `iconv_close'
configure:9583: $? = 1
configure: failed program was:
#line 9559 "configure"
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
iconv_t cd = iconv_open("","");
       iconv(cd,NULL,NULL,NULL,NULL);
       iconv_close(cd);
  ;
  return 0;
}
configure:9622: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  -liconv >&5
configure:9625: $? = 0
configure:9628: test -s conftest
configure:9631: $? = 0
configure:9644: result: yes
configure:9654: checking how to link with libiconv
configure:9656: result: -liconv
configure:9692: checking argz.h usability
configure:9701: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:9730: argz.h: No such file or directory
configure:9704: $? = 1
configure: failed program was:
#line 9695 "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 <argz.h>
configure:9719: result: no
configure:9723: checking argz.h presence
configure:9730: cc -E  conftest.c
configure:9727: argz.h: No such file or directory
configure:9736: $? = 1
configure: failed program was:
#line 9726 "configure"
#include "confdefs.h"
#include <argz.h>
configure:9754: result: no
configure:9772: checking for argz.h
configure:9779: result: no
configure:9692: checking limits.h usability
configure:9701: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:9704: $? = 0
configure:9707: test -s conftest.o
configure:9710: $? = 0
configure:9719: result: yes
configure:9723: checking limits.h presence
configure:9730: cc -E  conftest.c
configure:9736: $? = 0
configure:9754: result: yes
configure:9772: checking for limits.h
configure:9779: result: yes
configure:9692: checking locale.h usability
configure:9701: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:9704: $? = 0
configure:9707: test -s conftest.o
configure:9710: $? = 0
configure:9719: result: yes
configure:9723: checking locale.h presence
configure:9730: cc -E  conftest.c
configure:9736: $? = 0
configure:9754: result: yes
configure:9772: checking for locale.h
configure:9779: result: yes
configure:9692: checking nl_types.h usability
configure:9701: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:9704: $? = 0
configure:9707: test -s conftest.o
configure:9710: $? = 0
configure:9719: result: yes
configure:9723: checking nl_types.h presence
configure:9730: cc -E  conftest.c
configure:9736: $? = 0
configure:9754: result: yes
configure:9772: checking for nl_types.h
configure:9779: result: yes
configure:9692: checking malloc.h usability
configure:9701: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
In file included from configure:9730:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
configure:9704: $? = 0
configure:9707: test -s conftest.o
configure:9710: $? = 0
configure:9719: result: yes
configure:9723: checking malloc.h presence
configure:9730: cc -E  conftest.c
In file included from configure:9727:
/usr/include/malloc.h:2: warning: #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
configure:9736: $? = 0
configure:9754: result: yes
configure:9772: checking for malloc.h
configure:9779: result: yes
configure:9692: checking stddef.h usability
configure:9701: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:9704: $? = 0
configure:9707: test -s conftest.o
configure:9710: $? = 0
configure:9719: result: yes
configure:9723: checking stddef.h presence
configure:9730: cc -E  conftest.c
configure:9736: $? = 0
configure:9754: result: yes
configure:9772: checking for stddef.h
configure:9779: result: yes
configure:9683: checking for stdlib.h
configure:9688: result: yes
configure:9683: checking for string.h
configure:9688: result: yes
configure:9683: checking for unistd.h
configure:9688: result: yes
configure:9683: checking for sys/param.h
configure:9688: result: yes
configure:9818: checking for feof_unlocked
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/ccbxrcoN.o: In function `main':
/tmp/ccbxrcoN.o(.text+0x9): undefined reference to `feof_unlocked'
configure:9864: $? = 1
configure: failed program was:
#line 9824 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char feof_unlocked (); 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 feof_unlocked ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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_feof_unlocked) || defined (__stub___feof_unlocked)
choke me
#else
f = feof_unlocked;
#endif

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

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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_fgets_unlocked) || defined (__stub___fgets_unlocked)
choke me
#else
f = fgets_unlocked;
#endif

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

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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_getc_unlocked) || defined (__stub___getc_unlocked)
choke me
#else
f = getc_unlocked;
#endif

  ;
  return 0;
}
configure:9880: result: no
configure:9818: checking for getcwd
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for getegid
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for geteuid
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for getgid
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for getuid
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for mempcpy
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/ccGherfX.o: In function `main':
/tmp/ccGherfX.o(.text+0x9): undefined reference to `mempcpy'
configure:9864: $? = 1
configure: failed program was:
#line 9824 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char mempcpy (); 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 mempcpy ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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_mempcpy) || defined (__stub___mempcpy)
choke me
#else
f = mempcpy;
#endif

  ;
  return 0;
}
configure:9880: result: no
configure:9818: checking for munmap
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for putenv
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for setenv
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for setlocale
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for stpcpy
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/cc3QgYfi.o: In function `main':
/tmp/cc3QgYfi.o(.text+0x9): undefined reference to `stpcpy'
configure:9864: $? = 1
configure: failed program was:
#line 9824 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char stpcpy (); 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 stpcpy ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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_stpcpy) || defined (__stub___stpcpy)
choke me
#else
f = stpcpy;
#endif

  ;
  return 0;
}
configure:9880: result: no
configure:9818: checking for strcasecmp
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for strdup
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for strtoul
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for tsearch
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9864: $? = 0
configure:9867: test -s conftest
configure:9870: $? = 0
configure:9880: result: yes
configure:9818: checking for __argz_count
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/cczDateg.o: In function `main':
/tmp/cczDateg.o(.text+0x9): undefined reference to `__argz_count'
configure:9864: $? = 1
configure: failed program was:
#line 9824 "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) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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:9880: result: no
configure:9818: checking for __argz_stringify
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/ccjh0jv7.o: In function `main':
/tmp/ccjh0jv7.o(.text+0x9): undefined reference to `__argz_stringify'
configure:9864: $? = 1
configure: failed program was:
#line 9824 "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) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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:9880: result: no
configure:9818: checking for __argz_next
configure:9861: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/ccW9KBpO.o: In function `main':
/tmp/ccW9KBpO.o(.text+0x9): undefined reference to `__argz_next'
configure:9864: $? = 1
configure: failed program was:
#line 9824 "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) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
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:9880: result: no
configure:9894: checking for iconv declaration
configure:9931: cc -c -O -pipe  -I/usr/local/include -L/usr/local/lib  conftest.c >&5
configure:9910: conflicting types for `iconv'
/usr/local/include/iconv.h:91: previous declaration of `iconv'
configure:9934: $? = 1
configure: failed program was:
#line 9901 "configure"
#include "confdefs.h"

#include <stdlib.h>
#include <iconv.h>
extern
#ifdef __cplusplus
"C"
#endif
#if defined(__STDC__) || defined(__cplusplus)
size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
#else
size_t iconv();
#endif

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

  ;
  return 0;
}
configure:9953: result: 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:9965: checking for nl_langinfo and CODESET
configure:9989: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:9992: $? = 0
configure:9995: test -s conftest
configure:9998: $? = 0
configure:10009: result: yes
configure:10020: checking for LC_MESSAGES
configure:10044: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
configure:10047: $? = 0
configure:10050: test -s conftest
configure:10053: $? = 0
configure:10063: result: yes
configure:10078: checking for bison
configure:10094: found /usr/local/bin/bison
configure:10104: result: bison
configure:10117: checking version of bison
configure:10126: result: 1.75, ok
configure:10145: checking whether NLS is requested
configure:10154: result: yes
configure:10169: checking whether included gettext is requested
configure:10179: result: no
configure:10190: checking for GNU gettext in libc
configure:10216: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c  >&5
/tmp/ccLZeKSg.o: In function `main':
/tmp/ccLZeKSg.o(.text+0x14): undefined reference to `libintl_bindtextdomain'
/tmp/ccLZeKSg.o(.text+0x21): undefined reference to `libintl_gettext'
/tmp/ccLZeKSg.o(.text+0x27): undefined reference to `_nl_msg_cat_cntr'
configure:10219: $? = 1
configure: failed program was:
#line 10196 "configure"
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
bindtextdomain ("", "");
return (int) gettext ("") + _nl_msg_cat_cntr
  ;
  return 0;
}
configure:10235: result: no
configure:10616: checking for GNU gettext in libintl
configure:10651: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib    conftest.c  -lintl >&5
configure:10654: $? = 0
configure:10657: test -s conftest
configure:10660: $? = 0
configure:10721: result: yes
configure:10772: checking how to link with libintl
configure:10774: result: -lintl
configure:10898: checking for gtk-config
configure:10929: result: /usr/X11R6/bin/gtk12-config
configure:10937: checking for GTK - version >= 0.99.7
configure:11040: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include   conftest.c -L/usr/X11R6/lib -L/usr/X11R6/lib -lgtk12 -lgdk12 -L/usr/local/lib -Wl,-E -lgmodule12 -lglib12 -lintl -lXi -lXext -lX11 -lm  >&5
configure:11043: $? = 0
configure:11045: ./conftest
configure:11048: $? = 0
configure:11065: result: yes
configure:11175: checking for libglade-config
configure:11206: result: /usr/X11R6/bin/libglade-config
configure:11213: checking for libglade
configure:11225: result: yes
configure:11305: checking for xml2-config
configure:11336: result: /usr/local/bin/xml2-config
configure:11344: checking for libxml - version >= 2.4.19
configure:11448: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib -I/usr/local/include/libxml2 -I/usr/local/include   conftest.c -L/usr/local/lib -lxml2 -lz -pthread -L/usr/local/lib -liconv -lm -L/usr/local/lib  >&5
configure:11451: $? = 0
configure:11453: ./conftest
configure:11456: $? = 0
configure:11474: result: yes (version 2.5.7)
configure:11585: checking for DVDRequestInput in -ldvdcontrol
configure:11618: cc -o conftest -O -pipe  -I/usr/local/include -L/usr/local/lib   conftest.c -ldvdcontrol -L/usr/local/lib/ogle -lmsgevents  >&5
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_cond_signal'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_getspecific'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_equal'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_once'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_key_create'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_mutex_unlock'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_self'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_mutex_destroy'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_mutex_lock'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_cond_wait'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_mutex_init'
/usr/local/lib/libxml2.so.5: undefined reference to `pthread_setspecific'
configure:11621: $? = 1
configure: failed program was:
#line 11593 "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 DVDRequestInput ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
DVDRequestInput ();
  ;
  return 0;
}
configure:11638: result: no
configure:11645: error:
* Need "libdvdcontrol.so", it's part of Ogle(-devel).
* Install it and/or specify the location for it using --with-dvdcontrol=DIR.
* For example ... --with-dvdcontrol=/usr/local  

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

ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc
ac_cv_func_getcwd=yes
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
am_cv_proto_iconv_arg1=const
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_header_stdlib_h=yes
ac_cv_func_strtoul=yes
ac_cv_func_getuid=yes
ac_cv_header_nl_types_h=yes
ac_cv_lib_cposix_strerror=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=
acl_cv_path_LD=/usr/libexec/elf/ld
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_func_setlocale=yes
gt_cv_func_gnugettext1_libc=no
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mempcpy=no
ac_cv_path_GTK_CONFIG=/usr/X11R6/bin/gtk12-config
ac_cv_env_CPP_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_func_strcasecmp=yes
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=
ac_cv_lib_dvdcontrol_DVDRequestInput=no
lt_cv_prog_cc_shlib=
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
ac_cv_func___argz_count=no
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=set
ac_cv_func_getegid=yes
ac_cv_c_const=yes
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
lt_cv_ld_reload_flag=-r
ac_cv_working_alloca_h=no
ac_cv_prog_CC=cc
lt_cv_sys_path_separator=:
ac_cv_func_munmap=yes
lt_cv_archive_cmds_need_lc=yes
lt_cv_prog_gnu_ld=yes
ac_cv_header_sys_stat_h=yes
ac_cv_env_build_alias_set=set
ac_cv_header_limits_h=yes
ac_cv_env_LDFLAGS_value=
ac_cv_env_target_alias_set=set
ac_cv_func_alloca_works=yes
ac_cv_prog_cc_stdc=
ac_cv_host_alias=i386-portbld-freebsd4.8
ac_cv_env_CFLAGS_value='-O -pipe  -I/usr/local/include -L/usr/local/lib'
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_func___argz_stringify=no
ac_cv_header_strings_h=yes
ac_cv_header_stdint_h=no
ac_cv_header_inttypes_h=yes
ac_cv_prog_make_make_set=yes
nls_cv_header_intl=
ac_cv_func___argz_next=no
ac_cv_func_setenv=yes
ac_cv_header_locale_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-portbld-freebsd4.8
ac_cv_header_sys_param_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
ac_cv_env_CPPFLAGS_value=
ac_cv_func_feof_unlocked=no
ac_cv_prog_INTLBISON=bison
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
am_cv_langinfo_codeset=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=i386-portbld-freebsd4.8
ac_cv_env_host_alias_value=i386-portbld-freebsd4.8
am_cv_val_LC_MESSAGES=yes
ac_cv_func_geteuid=yes
ac_cv_func_getc_unlocked=no
ac_cv_type_off_t=yes
nls_cv_force_use_gnu_gettext=no
ac_cv_func_fgets_unlocked=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_func_getgid=yes
lt_cv_compiler_c_o=yes
lt_cv_prog_cc_pic_works=yes
lt_cv_file_magic_test_file=
am_cv_prog_cc_stdc=
nls_cv_use_gnu_gettext=no
ac_cv_func_tsearch=yes
ac_cv_header_argz_h=no
ac_cv_build=i386-portbld-freebsd4.8
ac_cv_prog_CPP='cc -E'
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=i386-portbld-freebsd4.8
ac_cv_path_XML2_CONFIG=/usr/local/bin/xml2-config
ac_cv_path_LIBGLADE_CONFIG=/usr/X11R6/bin/libglade-config
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
am_cv_lib_iconv=yes
am_cv_func_iconv=yes
lt_cv_compiler_o_lo=yes
ac_cv_env_target_alias_value=i386-portbld-freebsd4.8
ac_cv_header_stddef_h=yes
ac_cv_env_CC_value=cc
lt_cv_path_NM=nm
ac_cv_env_CPP_set=
gt_cv_func_gnugettext1_libintl=yes
ac_cv_header_dlfcn_h=yes
nls_cv_header_libgt=
ac_cv_func_strdup=yes
ac_cv_func_putenv=yes
acl_cv_rpath=done
ac_cv_func_stpcpy=no
acl_cv_prog_gnu_ld=yes
ac_cv_gnu_library_2_1=no
ac_cv_objext=o

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "ogle_gui"
#define VERSION "0.9.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_SYS_PARAM_H 1
#define HAVE_DLFCN_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_ICONV 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCALE_H 1
#define HAVE_NL_TYPES_H 1
#define HAVE_MALLOC_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETCWD 1
#define HAVE_GETEGID 1
#define HAVE_GETEUID 1
#define HAVE_GETGID 1
#define HAVE_GETUID 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_SETENV 1
#define HAVE_SETLOCALE 1
#define HAVE_STRCASECMP 1
#define HAVE_STRDUP 1
#define HAVE_STRTOUL 1
#define HAVE_TSEARCH 1
#define ICONV_CONST const
#define HAVE_LANGINFO_CODESET 1
#define HAVE_LC_MESSAGES 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define LIBGLADE_LIBDIR "/usr/X11R6/lib"
#define LIBGLADE_LIB "libglade.so.4"
#define HAVE_XML 1

configure: exit 1
-------------- next part --------------
AbiWord-gnome-1.0.5
Hermes-1.3.2
IglooFTP-0.6.1
ImageMagick-5.5.5
Mesa-3.4.2_2
ORBit-0.5.17
ORBit2-2.6.1
OpenSP-1.5
XFree86-4.3.0,1
XFree86-FontServer-4.3.0
XFree86-Server-4.3.0_4
XFree86-clients-4.3.0_1
XFree86-documents-4.3.0
XFree86-font100dpi-4.3.0
XFree86-font75dpi-4.3.0
XFree86-fontCyrillic-4.3.0
XFree86-fontDefaultBitmaps-4.3.0
XFree86-fontEncodings-4.3.0
XFree86-fontScalable-4.3.0
XFree86-libraries-4.3.0_2
Xft-2.1_8
aalib-1.4.r5_1
acme-2.0.3
acroread-5.06_1
arts-1.1.1,1
aspell-0.50.3_1
at-spi-1.1.8
aterm-0.4.2
atk-1.2.3
autoconf-2.53_1
autoconf213-2.13.000227_5
automake-1.5,1
automake14-1.4.5_9
avifile-0.7.34.20030319,2
bison-1.75
bitstream-vera-1.10
blackbox-0.65.0
bonobo-1.0.22
bonobo-activation-2.2.1.1,1
bonobo-conf-0.16
boxtools-0.65.0
bugbuddy2-2.2.103
bzip-0.21
cabextract-0.6
cdrtools-2.0
cups-base-1.1.18.0_4
cvsup-without-gui-16.1h
db3-3.3.11,1
db4-4.0.14_1,1
djbfft-0.76
docbook-sk-4.1.2
docbook-xml-4.2
docbook-xsl-1.59.1
drm-kmod-0.9.6
eel2-2.2.3.1
enlightenment-0.16.5_6
eog2-2.2.1
esound-0.2.29
evolution-1.2.4
expat-1.95.6_1
ezm3-1.1
faad2-1.1
faces-1.7.7_3
fam-2.6.9_2
fileroller-2.2.3,1
fnlib-0.5
fontconfig-2.2.0
freetype-1.3.1_2
freetype2-2.1.4_1
g-wrap-1.3.4_2
gail-1.2.1
gaim-0.62_1
gal-0.24
gal2-1.99.3
gconf-1.0.9_2
gconf-editor-0.4.0
gconf2-2.2.0
gdbm-1.8.3
gdk-pixbuf-0.22.0
gdm2-2.4.1.3_1
gedit2-2.2.1
gettext-0.11.5_1
ggv2-2.0.0
ghostscript-gnu-7.06
gimp-1.2.3_2,1
gle-3.0.3
glib-1.2.10_9
glib-2.2.1
glibwww-0.2_1
gmake-3.80
gnome-icon-theme-1.0.2_1
gnome-pkgview-0.0.8
gnome-themes-2.2.1_1
gnome2-2.2.1_1
gnomeapplets2-2.2.1
gnomeaudio-1.4.0
gnomecanvas-0.22.0
gnomecontrolcenter-1.4.0.5_1
gnomecontrolcenter2-2.2.1
gnomedb-0.2.96_1
gnomedesktop-2.2.1_1
gnomegames2-2.2.1
gnomehier-1.0_8
gnomelibs-1.4.2_1
gnomemedia2-2.2.1.1_1
gnomemeeting-0.96.1
gnomemimedata-2.2.0_1
gnomepanel-2.2.1
gnomeprint-0.37
gnomesession-2.2.1
gnomespell-0.5
gnomesystemmonitor-2.0.4_1
gnometerminal-2.2.1
gnomeuserdocs2-2.0.6_1
gnomeutils2-2.2.1_1,1
gnomevfs-1.0.5_4
gnomevfs2-2.2.4
gnucash-1.8.2
gnucash-docs-1.8.0
gnumeric2-1.1.16_2
gob2-2.0.5_1
gqmpeg-gnome-0.19.0
gsm-1.0.10
gstreamer-0.6.1
gstreamer-plugins-0.6.1
gtk-1.2.10_9
gtk-2.2.1
gtk-engines2-2.2.0
gtk-thinice-engine-2.0.2
gtkhtml-1.1.10
gtksee-0.5.0_2
gtkspell2-2.0.2_2
gtoaster-1.0.Beta6,1
guile-1.4.1_4
guile-gtk-0.20_2
guppi-0.40.3_2
help2man-1.29
imake-4.3.0
imlib-1.9.14_1
intltool-0.25
ispell-3.2.06_3
jasper-1.600.0
javavmwrapper-1.4
jbigkit-1.4
jpeg-6b_1
kde-3.1.1
kdebase-3.1.1a
kdegames-3.1.1
kdegraphics-3.1.1
kdelibs-3.1.1a
kdemultimedia-3.1.1
kdenetwork-3.1.1
kdeutils-3.1.1
koffice-1.2.1_1,1
lame-3.93.1
lcms-1.09
lha-1.14i
libIDL-0.8.0_2
liba52-0.7.4
libao-esound-0.8.3_1
libart_lgpl2-2.3.11
libaudiofile-0.2.3
libbonobo-2.2.1
libbonoboui-2.2.0.1_1
libcapplet-1.4.0.5
libdv-0.9.9
libdvdcss-1.2.5
libdvdnav-0.1.3
libdvdread-0.9.4
libfpx-1.2.0.8
libgail-gnome-1.0.2_1
libgda-0.2.96_1
libgda2-0.11.0
libghttp-1.0.9
libglade-0.17_2
libglade2-2.0.1_1
libgnome-2.2.0.1
libgnomecanvas-2.2.0.2
libgnomeprint-2.2.1.2
libgnomeprintui-2.2.1.2
libgnomeui-2.2.0.1_1
libgnugetopt-1.2
libgsf-1.7.2
libgtkhtml-2.2.3
libgtop2-2.0.1_3
libiconv-1.8_2
libmikmod-3.1.10
libmng-1.0.5
libmpeg2-0.3.1_1
libofx-0.6.4
libogg-1.0_1,3
librsvg2-2.2.5
libsndfile-1.0.4
libtool-1.3.4_4
libungif-4.1.0b1
libunicode-0.4_3
libvorbis-1.0_1,3
libwmf-0.2.8
libwnck-2.2.1
libwww-5.4.0
libxml-1.8.17_1
libxml2-2.5.7
libxslt-1.0.29
libzvt-2.0.1_6
licq-base-1.2.6
licq-qt-gui-1.2.6_1
linc-1.0.1
linux-gtk-1.2_2
linux-realplayer-8.cs2_2
linux-sun-jdk-1.3.1.07_1
linux_base-7.1_3
liveMedia-2003.04.26,1
lynx-2.8.4.1c
lzo-1.08_1
lzop-1.00
m4-1.4_1
mad-esound-0.14.2b_2
metacity-2.4.34
metacity-setup-0.7.1_2
mkcatalog-1.1
mkisofs-2.0
mpg123-esound-0.59r_9
mplayer-gtk-esound-0.90.0.110_1
nasm-0.98.35,1
nautilus-media-0.2.1
nautilus2-2.2.3.1
nedit-5.3
netshow-2.00.251
nspr-4.3_1
nss-3.8
oaf-0.6.10_1
ogle-0.9.1
open-motif-2.2.2_1
openldap20-2.0.25_4
p5-Authen-SASL-2.02
p5-Date-Manip-5.40
p5-Digest-MD5-2.22
p5-Finance-Quote-1.07
p5-Finance-QuoteHist-0.31
p5-HTML-0.6
p5-HTML-Parser-3.27
p5-HTML-TableExtract-1.08
p5-HTML-Tagset-3.03
p5-MIME-Base64-2.18
p5-Net-1.12,1
p5-URI-1.23
p5-libwww-5.69
pan-0.11.4_1
pango-1.2.1_3
pcre-3.9
pico-4.55
pkgconfig-0.15.0
pkgdb.db
png-1.2.5_2
popt-1.6.4
portupgrade-20030427
psiconv-0.8.3
py22-expat-2.2.2_2
python-2.2.2_2
qt-3.1.1_5
rplay-3.3.2_1
rpm-3.0.6_6
ruby-1.6.8.2003.04.19
ruby-bdb1-0.1.9
ruby-rdoc-0.0.0.b2
ruby-shim-ruby18-1.8.0.p2.2003.04.19
scrollkeeper-0.3.12_1,1
sdl-1.2.5_1
sdocbook-xml-4.1.2.5
slib-2d5_1
soup-0.7.11
sox-12.17.3_1
startup-notification-0.5_1
sudo-1.6.7.4
svgalib-1.4.2_1
tiff-3.5.7
ttmkfdir-0.0_1
unzip-5.50
uulib-0.5.18
vte-0.10.26_1
webfonts-0.21_1
win32-codecs-011002.2.0.90.p7
wrapper-1.0_3
xanim-2.92.0
xchat-1.8.11
xemacs-21.1.14
xemacs-packages-7.0
xmcd-3.2
xmixer-0.9.4
xmms-1.2.7_3
xmms-liveice-1.0.0
xpaint-2.6.9
xscreensaver-gnome-4.09_2
xv-3.10a_3
xvid-0.9.1,1
yelp-2.2.0
ymessenger-0.99.19.1,20020902
zip-2.3_1


More information about the freebsd-ports mailing list