Mac OS X Tiger - Cannot build yelp




Hello all,

I'm crossing my fingers someone here can help me build yelp on OS X 10.4.8, because I've torn my hair out for nearly two days over it already.

Here's what happens when I ./configure yelp-2.16.2:

checking for compiler -fshort-wchar option... yes
checking whether to enable C++ RTTI... no
checking whether we have a gtk 2 gecko build... yes
checking whether we have a gecko debug build... no
checking for gecko version... 1.8
configure: error: mozilla is not supported

I THINK I've got gecko from firefox 1.5.0.9 installed properly (with gtk2) but it installs as /usr/local/lib/mozilla-1.8.0.9. I have also tried to use xulrunner 1.8.0.4 and I get similar results.

So am I using the wrong gecko or is there a problem with configure? I've included my config.log at the end of this post.

Also, I've tried other versions of yelp. Versions 2.10-2.11 configure but will not compile. Versions 2.12-2.14 will configure and will compile after I add -lxpcom_core to the final compile/link command. However, all three result in a runtime error of "illegal hardware instruction yelp". I have a GDB session and backtrace below. It doesn't tell me much, unfortunately. Maybe I'd have to compile all the dependent libs with debug support to get anything meaningful, or perhaps one of you can actually tell what is happening there. You'll find it below my config.log towards the bottom of this post.

Can someone pretty, pretty please help me compile a working version of yelp here? Thanks very much in advance,

Jeff

---------------------------------------------------
- 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 Yelp configure 2.16.2, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ./configure

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

hostname = gus
uname -m = i386
uname -r = 8.8.1
uname -s = Darwin
uname -v = Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
Darwin Kernel Version 8.8.1: Mon Sep 25 19:42:00 PDT 2006; root:xnu-792.13.8.obj~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 87 tasks, 236 threads, 2 processors
Load average: 0.53, Mach factor: 1.46
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /Users/jeff/Bin
PATH: /opt/local/bin


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

configure:2139: checking for a BSD-compatible install
configure:2195: result: /usr/bin/install -c
configure:2206: checking whether build environment is sane
configure:2249: result: yes
configure:2314: checking for gawk
configure:2344: result: no
configure:2314: checking for mawk
configure:2344: result: no
configure:2314: checking for nawk
configure:2344: result: no
configure:2314: checking for awk
configure:2330: found /usr/bin/awk
configure:2341: result: awk
configure:2352: checking whether make sets $(MAKE)
configure:2373: result: yes
configure:2557: checking whether to enable maintainer-specific portions of Makefiles
configure:2566: result: no
configure:2597: checking for intltool >= 0.35.0
configure:2604: result: 0.35.0 found
configure:2660: checking for perl
configure:2678: found /usr/bin/perl
configure:2690: result: /usr/bin/perl
configure:2709: checking for XML::Parser
configure:2712: result: ok
configure:2723: checking for iconv
configure:2741: found /usr/bin/iconv
configure:2754: result: /usr/bin/iconv
configure:2764: checking for msgfmt
configure:2782: found /usr/local/bin/msgfmt
configure:2795: result: /usr/local/bin/msgfmt
configure:2805: checking for msgmerge
configure:2823: found /usr/local/bin/msgmerge
configure:2836: result: /usr/local/bin/msgmerge
configure:2846: checking for xgettext
configure:2864: found /usr/local/bin/xgettext
configure:2877: result: /usr/local/bin/xgettext
configure:2898: checking for gconftool-2
configure:2916: found /usr/local/bin/gconftool-2
configure:2928: result: /usr/local/bin/gconftool-2
configure:2952: result: Using config source xml::/usr/local/etc/gconf/ gconf.xml.defaults for schema installation configure:2967: result: Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure:2992: checking whether ln -s works
configure:2996: result: yes
configure:3051: checking for gcc
configure:3067: found /usr/bin/gcc
configure:3078: result: gcc
configure:3316: checking for C compiler version
configure:3323: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 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:3326: $? = 0
configure:3333: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure -- disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] [^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with- slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona -- with-tune=generic --program-prefix= --host=i686-apple-darwin8 -- target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
configure:3336: $? = 0
configure:3343: gcc -V >&5
gcc: argument to `-V' is missing
configure:3346: $? = 1
configure:3369: checking for C compiler default output file name
configure:3396: gcc    conftest.c  >&5
configure:3399: $? = 0
configure:3445: result: a.out
configure:3450: checking whether the C compiler works
configure:3460: ./a.out
configure:3463: $? = 0
configure:3480: result: yes
configure:3487: checking whether we are cross compiling
configure:3489: result: no
configure:3492: checking for suffix of executables
configure:3499: gcc -o conftest    conftest.c  >&5
configure:3502: $? = 0
configure:3526: result:
configure:3532: checking for suffix of object files
configure:3558: gcc -c   conftest.c >&5
configure:3561: $? = 0
configure:3584: result: o
configure:3588: checking whether we are using the GNU C compiler
configure:3617: gcc -c   conftest.c >&5
configure:3623: $? = 0
configure:3630: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3633: $? = 0
configure:3640: test -s conftest.o
configure:3643: $? = 0
configure:3657: result: yes
configure:3662: checking whether gcc accepts -g
configure:3692: gcc -c -g  conftest.c >&5
configure:3698: $? = 0
configure:3705: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3708: $? = 0
configure:3715: test -s conftest.o
configure:3718: $? = 0
configure:3848: result: yes
configure:3865: checking for gcc option to accept ISO C89
configure:3939: gcc  -c -g -O2  conftest.c >&5
configure:3945: $? = 0
configure:3952: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3955: $? = 0
configure:3962: test -s conftest.o
configure:3965: $? = 0
configure:3985: result: none needed
configure:4014: checking for style of include used by make
configure:4042: result: GNU
configure:4070: checking dependency style of gcc
configure:4160: result: gcc3
configure:4235: checking for g++
configure:4251: found /usr/bin/g++
configure:4262: result: g++
configure:4293: checking for C++ compiler version
configure:4300: g++ --version >&5
i686-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 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:4303: $? = 0
configure:4310: g++ -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure -- disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] [^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with- slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona -- with-tune=generic --program-prefix= --host=i686-apple-darwin8 -- target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
configure:4313: $? = 0
configure:4320: g++ -V >&5
g++: argument to `-V' is missing
configure:4323: $? = 1
configure:4326: checking whether we are using the GNU C++ compiler
configure:4355: g++ -c   conftest.cpp >&5
configure:4361: $? = 0
configure:4368: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4371: $? = 0
configure:4378: test -s conftest.o
configure:4381: $? = 0
configure:4395: result: yes
configure:4400: checking whether g++ accepts -g
configure:4430: g++ -c -g  conftest.cpp >&5
configure:4436: $? = 0
configure:4443: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4446: $? = 0
configure:4453: test -s conftest.o
configure:4456: $? = 0
configure:4586: result: yes
configure:4611: checking dependency style of g++
configure:4701: result: gcc3
configure:4766: checking for gcc
configure:4793: result: gcc
configure:5031: checking for C compiler version
configure:5038: gcc --version >&5
i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5367)
Copyright (C) 2005 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:5041: $? = 0
configure:5048: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5367.obj~1/src/configure -- disable-checking -enable-werror --prefix=/usr --mandir=/share/man -- enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg] [^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with- slibdir=/usr/lib --build=powerpc-apple-darwin8 --with-arch=nocona -- with-tune=generic --program-prefix= --host=i686-apple-darwin8 -- target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5367)
configure:5051: $? = 0
configure:5058: gcc -V >&5
gcc: argument to `-V' is missing
configure:5061: $? = 1
configure:5064: checking whether we are using the GNU C compiler
configure:5133: result: yes
configure:5138: checking whether gcc accepts -g
configure:5324: result: yes
configure:5341: checking for gcc option to accept ISO C89
configure:5461: result: none needed
configure:5481: checking dependency style of gcc
configure:5571: result: gcc3
configure:5592: checking for library containing strerror
configure:5633: gcc -o conftest -g -O2   conftest.c  >&5
configure:5639: $? = 0
configure:5646: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:5649: $? = 0
configure:5656: test -s conftest
configure:5659: $? = 0
configure:5683: result: none required
configure:5696: checking how to run the C preprocessor
configure:5736: gcc -E  conftest.c
configure:5742: $? = 0
configure:5780: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5786: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5826: result: gcc -E
configure:5855: gcc -E  conftest.c
configure:5861: $? = 0
configure:5899: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5905: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5950: checking for grep that handles long lines and -e
configure:6024: result: /usr/bin/grep
configure:6029: checking for egrep
configure:6107: result: /usr/bin/grep -E
configure:6112: checking for ANSI C header files
configure:6142: gcc -c -g -O2  conftest.c >&5
configure:6148: $? = 0
configure:6155: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6158: $? = 0
configure:6165: test -s conftest.o
configure:6168: $? = 0
configure:6261: gcc -o conftest -g -O2   conftest.c  >&5
configure:6264: $? = 0
configure:6270: ./conftest
configure:6273: $? = 0
configure:6290: result: yes
configure:6378: checking build system type
configure:6396: result: i386-apple-darwin8.8.1
configure:6418: checking host system type
configure:6433: result: i386-apple-darwin8.8.1
configure:6455: checking for a sed that does not truncate output
configure:6509: result: /usr/bin/sed
configure:6523: checking for ld used by gcc
configure:6590: result: /usr/bin/ld
configure:6599: checking if the linker (/usr/bin/ld) is GNU ld
configure:6614: result: no
configure:6619: checking for /usr/bin/ld option to reload object files
configure:6626: result: -r
configure:6644: checking for BSD-compatible nm
configure:6693: result: /usr/bin/nm -p
configure:6697: checking how to recognise dependent libraries
configure:6873: result: pass_all
configure:7131: checking for sys/types.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for sys/stat.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for stdlib.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for string.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for memory.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for strings.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for inttypes.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for stdint.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7131: checking for unistd.h
configure:7152: gcc -c -g -O2  conftest.c >&5
configure:7158: $? = 0
configure:7165: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7168: $? = 0
configure:7175: test -s conftest.o
configure:7178: $? = 0
configure:7191: result: yes
configure:7218: checking dlfcn.h usability
configure:7235: gcc -c -g -O2  conftest.c >&5
configure:7241: $? = 0
configure:7248: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7251: $? = 0
configure:7258: test -s conftest.o
configure:7261: $? = 0
configure:7272: result: yes
configure:7276: checking dlfcn.h presence
configure:7291: gcc -E  conftest.c
configure:7297: $? = 0
configure:7318: result: yes
configure:7351: checking for dlfcn.h
configure:7359: result: yes
configure:7382: checking how to run the C++ preprocessor
configure:7418: g++ -E  conftest.cpp
configure:7424: $? = 0
configure:7462: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:7468: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7508: result: g++ -E
configure:7537: g++ -E  conftest.cpp
configure:7543: $? = 0
configure:7581: g++ -E  conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:7587: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| #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_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7687: checking for g77
configure:7717: result: no
configure:7687: checking for f77
configure:7717: result: no
configure:7687: checking for xlf
configure:7717: result: no
configure:7687: checking for frt
configure:7717: result: no
configure:7687: checking for pgf77
configure:7717: result: no
configure:7687: checking for cf77
configure:7717: result: no
configure:7687: checking for fort77
configure:7717: result: no
configure:7687: checking for fl32
configure:7717: result: no
configure:7687: checking for af77
configure:7717: result: no
configure:7687: checking for f90
configure:7717: result: no
configure:7687: checking for xlf90
configure:7717: result: no
configure:7687: checking for pgf90
configure:7717: result: no
configure:7687: checking for pghpf
configure:7717: result: no
configure:7687: checking for epcf90
configure:7717: result: no
configure:7687: checking for gfortran
configure:7717: result: no
configure:7687: checking for g95
configure:7717: result: no
configure:7687: checking for f95
configure:7717: result: no
configure:7687: checking for fort
configure:7717: result: no
configure:7687: checking for xlf95
configure:7717: result: no
configure:7687: checking for ifort
configure:7717: result: no
configure:7687: checking for ifc
configure:7717: result: no
configure:7687: checking for efc
configure:7717: result: no
configure:7687: checking for pgf95
configure:7717: result: no
configure:7687: checking for lf95
configure:7717: result: no
configure:7687: checking for ftn
configure:7717: result: no
configure:7744: checking for Fortran 77 compiler version
configure:7751:  --version >&5
./configure: line 1: --version: command not found
configure:7754: $? = 127
configure:7761:  -v >&5
./configure: line 1: -v: command not found
configure:7764: $? = 127
configure:7771:  -V >&5
./configure: line 1: -V: command not found
configure:7774: $? = 127
configure:7782: checking whether we are using the GNU Fortran 77 compiler
configure:7801:  -c  conftest.F >&5
./configure: line 1: -c: command not found
configure:7807: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:7841: result: no
configure:7847: checking whether  accepts -g
configure:7864:  -c -g conftest.f >&5
./configure: line 1: -c: command not found
configure:7870: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:7903: result: no
configure:7933: checking the maximum length of command line arguments
configure:8042: result: 196608
configure:8053: checking command to parse /usr/bin/nm -p output from gcc object
configure:8158: gcc -c -g -O2  conftest.c >&5
configure:8161: $? = 0
configure:8165: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\ ([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/ p' \> conftest.nm
configure:8168: $? = 0
cannot find nm_test_var in conftest.nm
configure:8158: gcc -c -g -O2  conftest.c >&5
configure:8161: $? = 0
configure:8165: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\ ([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:8168: $? = 0
configure:8220: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:8223: $? = 0
configure:8261: result: ok
configure:8265: checking for objdir
configure:8280: result: .libs
configure:8372: checking for ar
configure:8388: found /usr/bin/ar
configure:8399: result: ar
configure:8468: checking for ranlib
configure:8484: found /usr/bin/ranlib
configure:8495: result: ranlib
configure:8564: checking for strip
configure:8580: found /usr/bin/strip
configure:8591: result: strip
configure:8877: checking if gcc supports -fno-rtti -fno-exceptions
configure:8898: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8902: $? = 0
configure:8912: result: no
configure:8927: checking for gcc option to produce PIC
configure:9137: result: -fno-common
configure:9145: checking if gcc PIC flag -fno-common works
configure:9166: gcc -c -g -O2  -fno-common -DPIC conftest.c >&5
configure:9170: $? = 0
configure:9180: result: yes
configure:9208: checking if gcc static flag -static works
configure:9236: result: no
configure:9246: checking if gcc supports -c -o file.o
configure:9270: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9274: $? = 0
configure:9293: result: yes
configure:9319: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10306: result: yes
configure:10373: checking dynamic linker characteristics
configure:10949: result: darwin8.8.1 dyld
configure:10958: checking how to hardcode library paths into programs
configure:10983: result: immediate
configure:10997: checking whether stripping libraries is possible
configure:11010: result: yes
configure:11915: checking if libtool supports shared libraries
configure:11917: result: yes
configure:11920: checking whether to build shared libraries
configure:11941: result: yes
configure:11944: checking whether to build static libraries
configure:11948: result: yes
configure:12040: creating libtool
configure:12628: checking for ld used by g++
configure:12695: result: /usr/bin/ld
configure:12704: checking if the linker (/usr/bin/ld) is GNU ld
configure:12719: result: no
configure:12770: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13736: result: yes
configure:13754: g++ -c -g -O2  conftest.cpp >&5
configure:13757: $? = 0
configure:13876: checking for g++ option to produce PIC
configure:14150: result: -fno-common
configure:14158: checking if g++ PIC flag -fno-common works
configure:14179: g++ -c -g -O2  -fno-common -DPIC conftest.cpp >&5
configure:14183: $? = 0
configure:14193: result: yes
configure:14221: checking if g++ static flag -static works
configure:14249: result: no
configure:14259: checking if g++ supports -c -o file.o
configure:14283: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14287: $? = 0
configure:14306: result: yes
configure:14332: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14360: result: yes
configure:14427: checking dynamic linker characteristics
configure:15003: result: darwin8.8.1 dyld
configure:15012: checking how to hardcode library paths into programs
configure:15037: result: immediate
configure:21248: checking for pkg-config
configure:21266: found /usr/local/bin/pkg-config
configure:21279: result: /usr/local/bin/pkg-config
configure:21303: checking for GLIB - version >= 2.0.0
configure:21427: gcc -o conftest -g -O2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include conftest.c -L/usr/local/lib - lglib-2.0 -lintl -liconv >&5
configure:21430: $? = 0
configure:21436: ./conftest
configure:21439: $? = 0
configure:21459: result: yes (version 2.12.9)
configure:21618: checking whether gcc understands -Wno-sign-compare
configure:21641: gcc -c -Wall -Wmissing-prototypes -Wnested-externs - Wpointer-arith -g -O2 -Wno-sign-compare conftest.c >&5
configure:21647: $? = 0
configure:21654: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:21657: $? = 0
configure:21664: test -s conftest.o
configure:21667: $? = 0
configure:21679: result: yes
configure:21699: checking what warning flags to pass to the C compiler
configure:21701: result: -Wall -Wmissing-prototypes -Wnested-externs - Wpointer-arith -Wno-sign-compare configure:21712: checking what language compliance flags to pass to the C compiler
configure:21727: result:
configure:21742: checking what warning flags to pass to the C++ compiler
configure:21762: result: -Wall -Wno-unused
configure:21773: checking what language compliance flags to pass to the C++ compiler
configure:21789: result:
configure:21851: checking locale.h usability
configure:21868: gcc -c -g -O2  conftest.c >&5
configure:21874: $? = 0
configure:21881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:21884: $? = 0
configure:21891: test -s conftest.o
configure:21894: $? = 0
configure:21905: result: yes
configure:21909: checking locale.h presence
configure:21924: gcc -E  conftest.c
configure:21930: $? = 0
configure:21951: result: yes
configure:21984: checking for locale.h
configure:21992: result: yes
configure:22006: checking for LC_MESSAGES
configure:22032: gcc -o conftest -g -O2   conftest.c  >&5
configure:22038: $? = 0
configure:22045: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22048: $? = 0
configure:22055: test -s conftest
configure:22058: $? = 0
configure:22071: result: yes
configure:22100: checking libintl.h usability
configure:22117: gcc -c -g -O2  conftest.c >&5
configure:22123: $? = 0
configure:22130: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22133: $? = 0
configure:22140: test -s conftest.o
configure:22143: $? = 0
configure:22154: result: yes
configure:22158: checking libintl.h presence
configure:22173: gcc -E  conftest.c
configure:22179: $? = 0
configure:22200: result: yes
configure:22233: checking for libintl.h
configure:22240: result: yes
configure:22251: checking for ngettext in libc
configure:22279: gcc -o conftest -g -O2   conftest.c  >&5
/usr/bin/ld: Undefined symbols:
_libintl_ngettext
collect2: ld returned 1 exit status
configure:22285: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| #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_DLFCN_H 1
| #define GETTEXT_PACKAGE "yelp"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
|
| #include <libintl.h>
|
| int
| main ()
| {
| return !ngettext ("","", 1)
|   ;
|   return 0;
| }
configure:22319: result: no
configure:22515: checking for bindtextdomain in -lintl
configure:22550: gcc -o conftest -g -O2   conftest.c -lintl   >&5
configure:22556: $? = 0
configure:22563: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22566: $? = 0
configure:22573: test -s conftest
configure:22576: $? = 0
configure:22590: result: yes
configure:22593: checking for ngettext in -lintl
configure:22628: gcc -o conftest -g -O2   conftest.c -lintl   >&5
configure:22634: $? = 0
configure:22641: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22644: $? = 0
configure:22651: test -s conftest
configure:22654: $? = 0
configure:22668: result: yes
configure:22671: checking for dgettext in -lintl
configure:22706: gcc -o conftest -g -O2   conftest.c -lintl   >&5
conftest.c:31: warning: conflicting types for built-in function 'dgettext'
configure:22712: $? = 0
configure:22719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:22722: $? = 0
configure:22729: test -s conftest
configure:22732: $? = 0
configure:22746: result: yes
configure:22943: checking for bind_textdomain_codeset
configure:22999: gcc -o conftest -g -O2   conftest.c  -lintl  >&5
configure:23005: $? = 0
configure:23012: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23015: $? = 0
configure:23022: test -s conftest
configure:23025: $? = 0
configure:23039: result: yes
configure:23079: checking for msgfmt
configure:23106: result: /usr/local/bin/msgfmt
configure:23119: checking for dcgettext
configure:23175: gcc -o conftest -g -O2   conftest.c  -lintl  >&5
conftest.c:49: warning: conflicting types for built-in function 'dcgettext'
configure:23181: $? = 0
configure:23188: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23191: $? = 0
configure:23198: test -s conftest
configure:23201: $? = 0
configure:23215: result: yes
configure:23227: checking for gmsgfmt
configure:23258: result: /usr/local/bin/msgfmt
configure:23268: checking for xgettext
configure:23295: result: /usr/local/bin/xgettext
configure:23324: gcc -o conftest -g -O2   conftest.c  -lintl  >&5
configure:23330: $? = 0
configure:23337: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:23340: $? = 0
configure:23347: test -s conftest
configure:23350: $? = 0
configure:23715: checking pkg-config is at least version 0.9.0
configure:23718: result: yes
configure:23729: checking for YELP
configure:23751: $PKG_CONFIG --exists --print-errors "
	gconf-2.0
	gnome-doc-utils >= 0.3.1
	gtk+-unix-print-2.0
	gnome-vfs-2.0 >= 1.1
	gtk+-2.0 >= 2.10.0
	libglade-2.0 >= 2.0.0
	libgnome-2.0 >= 2.14.0
	libgnomeui-2.0 >= 2.14.0
	libxml-2.0 >= 2.6.5
	libxslt >= 1.1.4
	libexslt >= 0.8.1
	libstartup-notification-1.0 >= 0.8
	dbus-glib-1
"
configure:23768: $? = 0
configure:23811: $PKG_CONFIG --exists --print-errors "
	gconf-2.0
	gnome-doc-utils >= 0.3.1
	gtk+-unix-print-2.0
	gnome-vfs-2.0 >= 1.1
	gtk+-2.0 >= 2.10.0
	libglade-2.0 >= 2.0.0
	libgnome-2.0 >= 2.14.0
	libgnomeui-2.0 >= 2.14.0
	libxml-2.0 >= 2.6.5
	libxslt >= 1.1.4
	libexslt >= 0.8.1
	libstartup-notification-1.0 >= 0.8
	dbus-glib-1
"
configure:23828: $? = 0
configure:23974: result: yes
configure:23985: checking for gsed
configure:24015: result: /usr/bin/sed
configure:24053: checking for X
configure:24168: gcc -E  conftest.c
configure:24174: $? = 0
configure:24230: gcc -o conftest -g -O2   conftest.c -lXt  >&5
/usr/bin/ld: can't locate file for: -lXt
collect2: ld returned 1 exit status
configure:24236: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| #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_DLFCN_H 1
| #define GETTEXT_PACKAGE "yelp"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GNOMELOCALEDIR "${prefix}/share/locale"
| /* end confdefs.h.  */
| #include <X11/Xlib.h>
| int
| main ()
| {
| XrmInitialize ()
|   ;
|   return 0;
| }
configure:24311: result: libraries /usr/X11R6/lib, headers
configure:24514: gcc -o conftest -g -O2 conftest.c -L/usr/X11R6/ lib -lX11 >&5
configure:24520: $? = 0
configure:24527: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:24530: $? = 0
configure:24537: test -s conftest
configure:24540: $? = 0
configure:24725: checking for gethostbyname
configure:24781: gcc -o conftest -g -O2   conftest.c  >&5
configure:24787: $? = 0
configure:24794: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:24797: $? = 0
configure:24804: test -s conftest
configure:24807: $? = 0
configure:24820: result: yes
configure:24997: checking for connect
configure:25053: gcc -o conftest -g -O2   conftest.c  >&5
configure:25059: $? = 0
configure:25066: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25069: $? = 0
configure:25076: test -s conftest
configure:25079: $? = 0
configure:25092: result: yes
configure:25180: checking for remove
configure:25236: gcc -o conftest -g -O2   conftest.c  >&5
configure:25242: $? = 0
configure:25249: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25252: $? = 0
configure:25259: test -s conftest
configure:25262: $? = 0
configure:25275: result: yes
configure:25363: checking for shmat
configure:25419: gcc -o conftest -g -O2   conftest.c  >&5
configure:25425: $? = 0
configure:25432: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25435: $? = 0
configure:25442: test -s conftest
configure:25445: $? = 0
configure:25458: result: yes
configure:25555: checking for IceConnectionNumber in -lICE
configure:25590: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE >&5
configure:25596: $? = 0
configure:25603: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:25606: $? = 0
configure:25613: test -s conftest
configure:25616: $? = 0
configure:25630: result: yes
configure:25768: checking for YELP_SEARCH
configure:25776: $PKG_CONFIG --exists --print-errors "$BEAGLE_MODULES"
Package libbeagle-0.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbeagle-0.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbeagle-0.0' found
configure:25779: $? = 1
configure:25794: $PKG_CONFIG --exists --print-errors "$BEAGLE_MODULES"
Package libbeagle-0.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libbeagle-0.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libbeagle-0.0' found
configure:25797: $? = 1
No package 'libbeagle-0.0' found
configure:26031: checking for gawk
configure:26058: result: awk
configure:26074: checking which gecko to use
configure:26105: result: mozilla
configure:26190: checking for compiler -fshort-wchar option
configure:26215: g++ -o conftest -g -O2 -fshort-wchar conftest.cpp >&5
configure:26218: $? = 0
configure:26224: ./conftest
configure:26227: $? = 0
configure:26243: result: yes
configure:26268: checking whether to enable C++ RTTI
configure:26277: result: no
configure:26303: checking whether we have a gtk 2 gecko build
configure:26332: g++ -o conftest -g -O2 -I/usr/local/include/ mozilla-1.8.0.9 conftest.cpp >&5
configure:26335: $? = 0
configure:26341: ./conftest
configure:26344: $? = 0
configure:26361: result: yes
configure:26364: checking whether we have a gecko debug build
configure:26384: g++ -c -g -O2 -I/usr/local/include/mozilla-1.8.0.9 conftest.cpp >&5
conftest.cpp:35:6: error: #error No
configure:26390: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Yelp"
| #define PACKAGE_TARNAME "yelp"
| #define PACKAGE_VERSION "2.16.2"
| #define PACKAGE_STRING "Yelp 2.16.2"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
| #define PACKAGE "yelp"
| #define VERSION "2.16.2"
| #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_DLFCN_H 1
| #define GETTEXT_PACKAGE "yelp"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define GNOMELOCALEDIR "${prefix}/share/locale"
| #define ENABLE_MAN 1
| #define ENABLE_INFO 1
| #define ENABLE_MAN_OR_INFO 1
| #define ENABLE_SEARCH 1
| /* end confdefs.h.  */
| #include <mozilla-config.h>
| 		  #if !defined(MOZ_REFLOW_PERF) || !defined(MOZ_REFLOW_PERF_DSP)
| 		  #error No
| 		  #endif
|
configure:26421: result: no
configure:26473: checking for gecko version
configure:26532: g++ -o conftest -g -O2 -I/usr/local/include/ mozilla-1.8.0.9 conftest.cpp >&5
configure:26535: $? = 0
configure:26541: ./conftest
configure:26544: $? = 0
configure:26565: result: 1.8
configure:26692: error: mozilla is not supported

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

ac_cv_build=i386-apple-darwin8.8.1
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_MOZILLA_COMPONENT_CFLAGS_set=
ac_cv_env_MOZILLA_COMPONENT_CFLAGS_value=
ac_cv_env_MOZILLA_COMPONENT_LIBS_set=
ac_cv_env_MOZILLA_COMPONENT_LIBS_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_YELP_CFLAGS_set=
ac_cv_env_YELP_CFLAGS_value=
ac_cv_env_YELP_LIBS_set=
ac_cv_env_YELP_LIBS_value=
ac_cv_env_YELP_SEARCH_CFLAGS_set=
ac_cv_env_YELP_SEARCH_CFLAGS_value=
ac_cv_env_YELP_SEARCH_LIBS_set=
ac_cv_env_YELP_SEARCH_LIBS_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_f77_compiler_gnu=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_connect=yes
ac_cv_func_dcgettext=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\''/ usr/X11R6/lib'\'''
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
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-apple-darwin8.8.1
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GCONFTOOL=/usr/local/bin/gconftool-2
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
am_cv_val_LC_MESSAGES=yes
gecko_cv_extra_libs=
gecko_cv_extra_pkg_dependencies=mozilla-gtkmozembed
gecko_cv_gecko=mozilla
gecko_cv_gecko_flavour=mozilla
gecko_cv_gecko_version=1.8
gecko_cv_gecko_version_int=1008000
gecko_cv_have_debug=no
gecko_cv_have_gecko=yes
gecko_cv_have_gecko_1_7=yes
gecko_cv_have_gecko_1_8=yes
gecko_cv_have_usable_wchar_option=yes
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -p'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=no
lt_cv_prog_gnu_ldcxx=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST] [BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]* \) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \ ([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/ extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST] [BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/ p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\ ([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \ \([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\ $/extern int \\1;/p'\''"' pkg_cv_YELP_CFLAGS='-DORBIT2=1 -D_REENTRANT -I/usr/local/include/ gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 - I/usr/local/lib/glib-2.0/include -I/usr/local/include/gtk-unix- print-2.0 -I/usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 - I/usr/local/include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/ local/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/ include -I/usr/local/include/libpng12 -I/usr/local/include/gnome- vfs-2.0 -I/usr/local/lib/gnome-vfs-2.0/include -I/usr/local/include/ libglade-2.0 -I/usr/local/include/libxml2 -I/usr/local/include/ libgnome-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/ bonobo-activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/ local/include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/ usr/local/include/libbonoboui-2.0 -I/usr/local/include/gnome- keyring-1 -I/usr/local/include/startup-notification-1.0 -I/usr/local/ include/dbus-1.0 -I/usr/local/lib/dbus-1.0/include ' pkg_cv_YELP_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lglade-2.0 - lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring - lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk- x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 - lpango-1.0 -lcairo -lbonobo-2 -lbonobo-activation -lgconf-2 - lgmodule-2.0 -lORBit-2 -lgthread-2.0 -lexslt -lxslt -lz -lpthread -lm -lxml2 -lstartup-notification-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 - lglib-2.0 -lintl -liconv '

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

ACLOCAL='${SHELL} /Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/ missing --run aclocal-1.9'
ACLOCAL_AMFLAGS='${ACLOCAL_FLAGS}'
ALL_LINGUAS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/ missing --run tar' AM_CFLAGS=' -Wall -Wno-uninitialized -Wmissing-prototypes -Wnested- externs -Wpointer-arith -Wno-sign-compare'
AM_CPPFLAGS=''
AM_CXXFLAGS='-fno-rtti  -fshort-wchar'
AM_LDFLAGS=''
AR='ar'
AUTOCONF='${SHELL} /Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/ missing --run autoconf' AUTOHEADER='${SHELL} /Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/ missing --run autoheader' AUTOMAKE='${SHELL} /Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/ missing --run automake-1.9'
AWK='awk'
BZ_LIBS=''
CATALOGS=''
CATOBJEXT='.gmo'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DB2HTML='/usr/local/share/xml/gnome/xslt/docbook/html/db2html.xsl'
DB_TITLE='/usr/local/share/xml/gnome/xslt/docbook/common/db-title.xsl'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BEAGLE_FALSE=''
ENABLE_BEAGLE_TRUE='#'
ENABLE_INFO_FALSE='#'
ENABLE_INFO_TRUE=''
ENABLE_MAN_FALSE='#'
ENABLE_MAN_OR_INFO_FALSE='#'
ENABLE_MAN_OR_INFO_TRUE=''
ENABLE_MAN_TRUE=''
ENABLE_SEARCH_FALSE='#'
ENABLE_SEARCH_TRUE=''
EXEEXT=''
F77=''
FFLAGS=''
GCONFTOOL='/usr/local/bin/gconftool-2'
GCONF_SCHEMAS_INSTALL_FALSE='#'
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE='xml::/usr/local/etc/gconf/ gconf.xml.defaults'
GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
GETTEXT_PACKAGE='yelp'
GLIB_CFLAGS='-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/ include '
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/usr/local/lib -lglib-2.0 -lintl -liconv  '
GLIB_MKENUMS='glib-mkenums'
GMOFILES=''
GMSGFMT='/usr/local/bin/msgfmt'
GOBJECT_QUERY='gobject-query'
GREP='/usr/bin/grep'
HAVE_GECKO_1_7_FALSE='#'
HAVE_GECKO_1_7_TRUE=''
HAVE_GECKO_1_8_1_FALSE=''
HAVE_GECKO_1_8_1_TRUE='#'
HAVE_GECKO_1_8_FALSE='#'
HAVE_GECKO_1_8_TRUE=''
HAVE_GECKO_1_9_FALSE=''
HAVE_GECKO_1_9_TRUE='#'
HAVE_GECKO_DEBUG_FALSE=''
HAVE_GECKO_DEBUG_TRUE='#'
HAVE_MOZILLA_TOOLKIT_FALSE=''
HAVE_MOZILLA_TOOLKIT_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
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='$(top_builddir)/intltool-extract'
INTLTOOL_ICONV='/usr/bin/iconv'
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='$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT='/usr/local/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/local/bin/msgmerge'
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/bin/perl'
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='$(top_builddir)/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_XGETTEXT='/usr/local/bin/xgettext'
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 $< $@'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/ missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MOZILLA='mozilla'
MOZILLA_COMPONENT_CFLAGS=''
MOZILLA_COMPONENT_LIBS=''
MOZILLA_EXTRA_LIBS=''
MOZILLA_FLAVOUR='mozilla'
MOZILLA_HOME='/usr/local/lib/mozilla-1.8.0.9'
MOZILLA_INCLUDE_ROOT='/usr/local/include/mozilla-1.8.0.9'
MOZILLA_PREFIX='/usr/local'
MSGFMT='/usr/local/bin/msgfmt'
OBJEXT='o'
PACKAGE='yelp'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp'
PACKAGE_NAME='Yelp'
PACKAGE_STRING='Yelp 2.16.2'
PACKAGE_TARNAME='yelp'
PACKAGE_VERSION='2.16.2'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='yes'
VERSION='2.16.2'
WARN_CFLAGS='-Wall -Wmissing-prototypes -Wnested-externs -Wpointer- arith -Wno-sign-compare '
WARN_CXXFLAGS='-g -O2 -Wall -Wno-unused '
XGETTEXT='/usr/local/bin/xgettext'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=' -lSM -lICE  -L/usr/X11R6/lib -lX11 '
X_PRE_LIBS=' -lSM -lICE'
YELP_CFLAGS='-DORBIT2=1 -D_REENTRANT -I/usr/local/include/gconf/2 -I/ usr/local/include/orbit-2.0 -I/usr/local/include/glib-2.0 -I/usr/ local/lib/glib-2.0/include -I/usr/local/include/gtk-unix-print-2.0 -I/ usr/local/include/gtk-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/ include/cairo -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/ pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/ local/include/libpng12 -I/usr/local/include/gnome-vfs-2.0 -I/usr/ local/lib/gnome-vfs-2.0/include -I/usr/local/include/libglade-2.0 -I/ usr/local/include/libxml2 -I/usr/local/include/libgnome-2.0 -I/usr/ local/include/libbonobo-2.0 -I/usr/local/include/bonobo- activation-2.0 -I/usr/local/include/libgnomeui-2.0 -I/usr/local/ include/libgnomecanvas-2.0 -I/usr/local/include/libart-2.0 -I/usr/ local/include/libbonoboui-2.0 -I/usr/local/include/gnome-keyring-1 -I/ usr/local/include/startup-notification-1.0 -I/usr/local/include/ dbus-1.0 -I/usr/local/lib/dbus-1.0/include ' YELP_LIBS='-L/usr/local/lib -L/usr/X11R6/lib -lglade-2.0 -lgnomeui-2 - lSM -lICE -lbonoboui-2 -lgnomevfs-2 -lgnome-keyring -lgnomecanvas-2 - lgnome-2 -lpopt -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0 -lgdk- x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 - lcairo -lbonobo-2 -lbonobo-activation -lgconf-2 -lgmodule-2.0 - lORBit-2 -lgthread-2.0 -lexslt -lxslt -lz -lpthread -lm -lxml2 - lstartup-notification-1 -ldbus-glib-1 -ldbus-1 -lgobject-2.0 - lglib-2.0 -lintl -liconv '
YELP_SEARCH_CFLAGS=''
YELP_SEARCH_LIBS=''
Z_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-apple-darwin8.8.1'
build_alias=''
build_cpu='i386'
build_os='darwin8.8.1'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin8.8.1'
host_alias=''
host_cpu='i386'
host_os='darwin8.8.1'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/Users/jeff/A/src/gnucash/done/yelp/yelp-2.16.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${prefix}/share/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(mkinstalldirs)'
oldincludedir='/usr/include'
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. ##
## ----------- ##

#define PACKAGE_NAME "Yelp"
#define PACKAGE_TARNAME "yelp"
#define PACKAGE_VERSION "2.16.2"
#define PACKAGE_STRING "Yelp 2.16.2"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi? product=yelp"
#define PACKAGE "yelp"
#define VERSION "2.16.2"
#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_DLFCN_H 1
#define GETTEXT_PACKAGE "yelp"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define GNOMELOCALEDIR "${prefix}/share/locale"
#define ENABLE_MAN 1
#define ENABLE_INFO 1
#define ENABLE_MAN_OR_INFO 1
#define ENABLE_SEARCH 1
#define HAVE_GECKO_1_7 1
#define HAVE_GECKO_1_8 1

configure: exit 1



---------------------------------------------------
- GDB sessions / backtrace on yelp 2.14
---------------------------------------------------
GNU gdb 6.3.50-20050815 (Apple version gdb-573) (Fri Oct 20 15:50:43 GMT 2006)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries ............................................................ d one

(gdb) r
Starting program: /usr/local/bin/yelp
Reading symbols for shared libraries .++....+++++++++++....++++ +............................................+++++++++++++++++.+++++++ ++++++++ done
Reading symbols for shared libraries ..... done
Bonobo accessibility support initialized
Reading symbols for shared libraries . done
GTK Accessibility Module initialized
Reading symbols for shared libraries . done
settings_update
yelp_doc_info_get
  uri     = "x-yelp-toc:"
yelp_doc_info_new
  uri      = "x-yelp-toc:"
  full_uri = "x-yelp-toc:"
  doc_uri  = "file:///usr/local/share/yelp/toc.xml"
yelp_doc_add_uri
  uri      = "file:///usr/local/share/yelp/toc.xml"
  num_uris = 1
  max_uris = 8
yelp_doc_add_uri
  uri      = "x-yelp-toc:"
  num_uris = 2
  max_uris = 8
Reading symbols for shared libraries .. done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries ... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries ..... done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done

Program received signal EXC_BAD_INSTRUCTION, Illegal instruction/ operand.
0x8fe12f84 in __dyld_stub_binding_helper_interface ()
(gdb) bt
#0  0x8fe12f84 in __dyld_stub_binding_helper_interface ()
#1  0x00000000 in ?? ()









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