gnucash and db

Charles Gagnon charlesg@unixrealm.com
Tue, 3 Apr 2001 13:19:59 -0400


--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

I'm trying to compile gnucash-1.5.3 (still... ;-) on a
Solaris. I have the db-2.7.7 package installed from
Sleepycat. I have a db.h in /usr/local/include.

I can't get the configure script to give me anything other
than: # include <db1/db.h> in the doc-tools/dbadd.c file. I
have not checked all the other source files.

I included the config.log.

-- 
Charles Gagnon                   | My views are my views and they
http://unixrealm.com             | do not represent those of anybody
charlesg@unixrealm.com           | but me.

   I went to a bookstore and asked the saleswoman where the Self
   Help section was, she said if she told me it would defeat the
   purpose.
        -- Dennis Miller

--huq684BweRXVnRxX
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="config.log"
Content-Transfer-Encoding: quoted-printable

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:637: checking for a BSD compatible install
configure:690: checking whether build environment is sane
configure:747: checking whether make sets ${MAKE}
configure:793: checking for working aclocal
configure:806: checking for working autoconf
configure:819: checking for working automake
configure:832: checking for working autoheader
configure:845: checking for working makeinfo
configure:869: checking host system type
configure:890: checking whether to enable maintainer-specific portions of M=
akefiles
configure:940: checking for a BSD compatible install
configure:995: checking for gcc
configure:1108: checking whether the C compiler (gcc  -L/usr/local/lib -R/u=
sr/local/lib) works
configure:1124: gcc -o conftest   -L/usr/local/lib -R/usr/local/lib conftes=
t.c  1>&5
configure:1150: checking whether the C compiler (gcc  -L/usr/local/lib -R/u=
sr/local/lib) is a cross-compiler
configure:1155: checking whether we are using GNU C
configure:1183: checking whether gcc accepts -g
configure:1284: checking build system type
configure:1304: checking for ranlib
configure:1343: checking for ld used by GCC
configure:1405: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:1421: checking for BSD-compatible nm
configure:1457: checking whether ln -s works
ltconfig:603: checking for object suffix
ltconfig:604: gcc -c -g -O2  conftest.c 1>&5
ltconfig:629: checking for executable suffix
ltconfig:630: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib con=
ftest.c  1>&5
ltconfig:776: checking if gcc PIC flag -fPIC works
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
ltconfig:829: checking if gcc supports -c -o file.o
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
ltconfig:862: checking if gcc supports -c -o file.lo
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  confte=
st.c 1>&5
ltconfig:958: checking if gcc static flag -static works
ltconfig:959: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib -st=
atic conftest.c  1>&5
ltconfig:1653: checking if global_symbol_pipe works
ltconfig:1654: gcc -c -g -O2  conftest.c 1>&5
ltconfig:1657: eval "/usr/ccs/bin/nm -p conftest.o | sed -n -e 's/^.*[ 	]\(=
[BDT]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exception=
s  -L/usr/local/lib -R/usr/local/lib conftest.c conftstm.o 1>&5
configure:1668: checking for POSIXized ISC
configure:1689: checking whether byte ordering is bigendian
configure:1707: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:1702: `bogus' undeclared (first use in this function)
configure:1702: (Each undeclared identifier is reported only once
configure:1702: for each function it appears in.)
configure:1702: parse error before `endian'
configure: failed program was:
#line 1696 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
 bogus endian macros
#endif
; return 0; }
configure:1755: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c  1>&5
configure: failed program was:
#line 1742 "configure"
#include "confdefs.h"
main () {
  /* Are we little or big endian?  From Harbison&Steele.  */
  union
  {
    long l;
    char c[sizeof (long)];
  } u;
  u.l =3D 1;
  exit (u.c[sizeof (long) - 1] =3D=3D 1);
}
configure:1779: checking whether make sets ${MAKE}
configure:1806: checking how to run the C preprocessor
configure:1827: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1886: checking for ANSI C header files
configure:1899: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1966: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c  1>&5
configure:1994: checking for limits.h
configure:2004: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2033: checking for stpcpy
configure:2061: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c  1>&5
Undefined			first referenced
 symbol  			    in file
stpcpy                              /var/tmp/ccfvh0IE.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 2038 "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.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char stpcpy();

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
stpcpy();
#endif

; return 0; }
configure:2033: checking for memcpy
configure:2061: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c  1>&5
configure:2045: warning: conflicting types for built-in function `memcpy'
configure:2139: checking for glib-config
configure:2174: checking for GLIB - version >=3D 0.99.7
configure:2273: gcc -o conftest -g -O2 -I/usr/local/lib/glib/include -I/usr=
/local/include  -L/usr/local/lib -R/usr/local/lib conftest.c -L/usr/local/l=
ib -lglib  1>&5
configure:2365: checking for dlfcn.h
configure:2375: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2365: checking for dl.h
configure:2375: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2371: dl.h: No such file or directory
configure: failed program was:
#line 2370 "configure"
#include "confdefs.h"
#include <dl.h>
configure:2365: checking for utmp.h
configure:2375: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2365: checking for locale.h
configure:2375: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2365: checking for mcheck.h
configure:2375: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2371: mcheck.h: No such file or directory
configure: failed program was:
#line 2370 "configure"
#include "confdefs.h"
#include <mcheck.h>
configure:2365: checking for unistd.h
configure:2375: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2406: checking for dlopen
configure:2434: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c  1>&5
Undefined			first referenced
 symbol  			    in file
dlopen                              /var/tmp/ccPOqXFB.o  (symbol belongs to=
 implicit dependency /usr/lib/libdl.so.1)
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 2411 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dlopen(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dlopen();

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_dlopen) || defined (__stub___dlopen)
choke me
#else
dlopen();
#endif

; return 0; }
configure:2456: checking for dlopen in -ldl
configure:2475: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c -ldl   1>&5
configure:2602: checking for dlerror
configure:2630: gcc -o conftest -g -O2  -L/usr/local/lib -R/usr/local/lib c=
onftest.c  -ldl 1>&5
configure:2712: checking for gnome-config
configure:2749: checking if /usr/local/bin/gnome-config works
configure:2757: checking for orbit-config
configure:2793: checking for orbit-idl
configure:2827: checking for working ORBit environment
configure:2863: checking for gnorba libraries
configure:2980: checking what warning flags to pass to the C compiler
configure:3012: checking what language compliance flags to pass to the C co=
mpiler
configure:3075: checking for gdk-pixbuf-config
configure:3110: checking for GDK_PIXBUF - version >=3D 0.2.5
configure:3192: gcc -o conftest -g -O2 -Wall -Wunused  -I/usr/local/include=
 -I/usr/local/lib/glib/include -I/usr/local/include -I/usr/openwin/include =
 -L/usr/local/lib -R/usr/local/lib conftest.c  -L/usr/local/lib -lgdk_pixbu=
f -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgtk -lgdk -lgmod=
ule -lglib -ldl -lXext -lX11 -lsocket -lnsl -lm 1>&5
configure:3275: checking for qt_null in -lqthreads
configure:3294: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib conft=
est.c -lqthreads   1>&5
ld: fatal: library -lqthreads: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 3283 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char qt_null();

int main() {
qt_null()
; return 0; }
configure:3316: checking for qt_null in -lqt
configure:3335: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib conft=
est.c -lqt   1>&5
ld: fatal: library -lqt: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 3324 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char qt_null();

int main() {
qt_null()
; return 0; }
configure:3361: checking for main in -ltermcap
configure:3376: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib conft=
est.c -ltermcap   1>&5
configure:3397: checking for main in -lreadline
configure:3412: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib conft=
est.c -lreadline -ltermcap  1>&5
ld: fatal: library -lreadline: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 3405 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:3445: checking for guile-config
configure:3475: checking whether guile-config works
configure:3532: checking for sin in -lm
configure:3551: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib conft=
est.c -lm   1>&5
configure:3544: warning: conflicting types for built-in function `sin'
configure:3581: checking for guile libraries
configure:3585: checking for guile headers
configure:3798: checking whether guile works
configure:3813: gcc -o conftest -g -O2 -Wall -Wunused   -I/usr/local/includ=
e -L/usr/local/lib -R/usr/local/lib -L/usr/local/lib -L/usr/openwin/lib -R/=
usr/openwin/lib conftest.c -lm  -L/usr/local/lib -lguile -ldl -lsocket -lns=
l -lm 1>&5
configure:3900: checking for gnome-config
configure:3935: checking for GNOME-PRINT - version >=3D 0.1.0
configure:4019: gcc -o conftest -g -O2 -Wall -Wunused  -I/usr/local/include=
 -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/lib=
/glib/include -I/usr/openwin/include -I/usr/local/include/gnome-xml  -L/usr=
/local/lib -R/usr/local/lib conftest.c -lm  -L/usr/local/lib -L/usr/openwin=
/lib -R/usr/openwin/lib -R/usr/local/lib -lgnomeprint -lgnomeui -lart_lgpl =
-lgdk_imlib -lSM -lICE -lgtk -lgdk -lXext -lX11 -lgnome -lgnomesupport -les=
d -lresolv -lrt -laudiofile -lm -ldb -lgmodule -lglib -ldl -lgdk_pixbuf -lt=
iff -ljpeg -lpng -lxml -lz -lsocket -lnsl 1>&5
configure:4102: checking for gnome-config
configure:4141: checking for xmlNewDoc in -lxml
configure:4160: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lxml -L/usr/local/lib -R/usr/local/lib -lxml -lz=
 -lsocket -lnsl -lm  1>&5
configure:4194: checking for libxml/xmlversion.h
configure:4204: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4200: libxml/xmlversion.h: No such file or directory
configure: failed program was:
#line 4199 "configure"
#include "confdefs.h"
#include <libxml/xmlversion.h>
configure:4234: checking for working const
configure:4288: gcc -c -g -O2 -Wall -Wunused   conftest.c 1>&5
configure: In function `main':
configure:4262: warning: unused variable `s'
configure:4282: warning: unused variable `foo'
configure:4250: warning: unused variable `zero'
configure:4244: warning: unused variable `x'
configure:4261: warning: `t' might be used uninitialized in this function
configure:4279: warning: `b' might be used uninitialized in this function
configure:4309: checking for inline
configure:4323: gcc -c -g -O2 -Wall -Wunused   conftest.c 1>&5
configure: In function `main':
configure:4319: warning: control reaches end of non-void function
configure: At top level:
configure:4319: warning: return-type defaults to `int'
configure:4349: checking for off_t
configure:4382: checking for size_t
configure:4417: checking for working alloca.h
configure:4429: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure: In function `main':
configure:4425: warning: unused variable `p'
configure:4450: checking for alloca
configure:4483: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure: In function `main':
configure:4479: warning: unused variable `p'
configure:4652: checking for unistd.h
configure:4691: checking for getpagesize
configure:4719: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4744: checking for working mmap
configure:4892: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure: In function `main':
configure:4833: warning: implicit declaration of function `getpagesize'
configure:4842: warning: implicit declaration of function `rand'
configure:4843: warning: implicit declaration of function `umask'
configure:4847: warning: implicit declaration of function `write'
configure:4849: warning: implicit declaration of function `close'
configure:4880: warning: implicit declaration of function `read'
configure:4886: warning: implicit declaration of function `unlink'
configure:4920: checking for argz.h
configure:4930: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4926: argz.h: No such file or directory
configure: failed program was:
#line 4925 "configure"
#include "confdefs.h"
#include <argz.h>
configure:4920: checking for limits.h
configure:4920: checking for locale.h
configure:4920: checking for nl_types.h
configure:4930: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4920: checking for malloc.h
configure:4930: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4920: checking for string.h
configure:4930: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4920: checking for unistd.h
configure:4920: checking for sys/param.h
configure:4930: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4960: checking for getcwd
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for munmap
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for putenv
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for setenv
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
Undefined			first referenced
 symbol  			    in file
setenv                              /var/tmp/cclbJ6du.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4965 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setenv(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setenv();

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_setenv) || defined (__stub___setenv)
choke me
#else
setenv();
#endif

; return 0; }
configure:4960: checking for setlocale
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for strchr
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for strcasecmp
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for strdup
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:4960: checking for __argz_count
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
Undefined			first referenced
 symbol  			    in file
__argz_count                        /var/tmp/cceX21e9.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4965 "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.  */
/* 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();

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
__argz_count();
#endif

; return 0; }
configure:4960: checking for __argz_stringify
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
Undefined			first referenced
 symbol  			    in file
__argz_stringify                    /var/tmp/ccgaTZiL.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4965 "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.  */
/* 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();

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
__argz_stringify();
#endif

; return 0; }
configure:4960: checking for __argz_next
configure:4988: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
Undefined			first referenced
 symbol  			    in file
__argz_next                         /var/tmp/ccWt0XSA.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 4965 "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.  */
/* 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();

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
__argz_next();
#endif

; return 0; }
configure:5079: checking for LC_MESSAGES
configure:5091: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:5112: checking whether NLS is requested
configure:5132: checking whether included gettext is requested
configure:5151: checking for libintl.h
configure:5161: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:5178: checking for gettext in libc
configure:5190: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:5304: checking for msgfmt
configure:5338: checking for dcgettext
configure:5366: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
configure:5393: checking for gmsgfmt
configure:5429: checking for xgettext
configure:5469: gcc -o conftest -g -O2 -Wall -Wunused   -L/usr/local/lib -R=
/usr/local/lib conftest.c -lm  1>&5
Undefined			first referenced
 symbol  			    in file
_nl_msg_cat_cntr                    /var/tmp/cciuaYLJ.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 5461 "configure"
#include "confdefs.h"

int main() {
extern int _nl_msg_cat_cntr;
			       return _nl_msg_cat_cntr
; return 0; }
configure:5927: checking for catalogs to be installed
configure:6164: checking for etags
configure:6216: checking for glade
configure:6275: checking for perl
configure:6356: checking for dbopen
configure:6384: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lm  -lm 1>&5
Undefined			first referenced
 symbol  			    in file
dbopen                              /var/tmp/ccT2HySA.o
ld: fatal: Symbol referencing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6361 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char dbopen(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dbopen();

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_dbopen) || defined (__stub___dbopen)
choke me
#else
dbopen();
#endif

; return 0; }
configure:6403: checking for dbopen in -ldb1
configure:6422: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -ldb1  -lm  -lm 1>&5
ld: fatal: library -ldb1: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 6411 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dbopen();

int main() {
dbopen()
; return 0; }
configure:6441: checking for dbopen in -ldb
configure:6460: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -ldb  -lm  -lm 1>&5
configure:6579: checking for db_185.h
configure:6589: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6579: checking for db1/db.h
configure:6589: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:6585: db1/db.h: No such file or directory
configure: failed program was:
#line 6584 "configure"
#include "confdefs.h"
#include <db1/db.h>
configure:6687: checking for gtk_html_new in -lgtkhtml
configure:6706: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lgtkhtml -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib -lg=
tkhtml -lgdk_pixbuf -ltiff -ljpeg -lpng -lgnomeprint -lgnomeui -lart_lgpl -=
lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesup=
port -lesd -lresolv -lrt -laudiofile -lm -ldb -lglib -ldl -lxml -lz -lsocke=
t -lnsl -lm  -lm 1>&5
configure:6737: checking for ghttp_request_new in -lghttp
configure:6756: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lghttp -L/usr/local/lib -R/usr/local/lib -lghttp -lsocket -lnsl -lm=
  -lm 1>&5
configure:6821: checking for main in -lzvt
configure:6836: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lzvt -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib -lzvt -=
lgtkhtml -lgdk_pixbuf -ltiff -ljpeg -lpng -lgnomeprint -lgnomeui -lart_lgpl=
 -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomes=
upport -lesd -lresolv -lrt -laudiofile -lm -ldb -lglib -ldl -lxml -lz -lsoc=
ket -lnsl -lm  -lm 1>&5
configure:6859: checking for main in -lbonobo
configure:6874: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lbonobo -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib -lbo=
nobo -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lXext -lX11 -=
lgnome -lgnomesupport -lesd -lrt -laudiofile -ldb -lgmodule -ldl -lgdk_pixb=
uf -ltiff -ljpeg -lpng -lz -loaf -lORBitCosNaming -lORBit -lIIOP -lORBituti=
l -lglib -lresolv -lnsl -lsocket -lm -lm  -lm 1>&5
configure:6898: checking for main in -loaf
configure:6913: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -loaf -L/usr/local/lib -loaf -lORBitCosNaming -lORBit -lIIOP -lORBit=
util -lglib -lresolv -lnsl -lsocket -lm -lm  -lm 1>&5
configure:6936: checking for main in -lglade
configure:6951: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lglade -L/usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib -lgla=
de-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgt=
k -lgdk -lgmodule -lXext -lX11 -lgnome -lgnomesupport -lesd -lresolv -lrt -=
lnsl -lsocket -laudiofile -lm -ldb -lglib -ldl -lm  -lm 1>&5
configure:7020: checking for gnome-config
configure:7055: checking for libguppi - version >=3D 0.35.1
configure:7147: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration -I/usr/local/include -I/usr/local/inclu=
de/libguppi -I/usr/local/include/libguppitank -I/usr/local/bin/../stow/Pyth=
on-2.0/include/python2.0 -I/usr/local/lib/glib/include -I/usr/openwin/inclu=
de -DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include -I/usr/local/i=
nclude/gnome-xml  -L/usr/local/lib -R/usr/local/lib conftest.c -lm  -lm -L/=
usr/local/lib -L/usr/openwin/lib -R/usr/openwin/lib -R/usr/local/lib -lgupp=
iuseful -lguppispecfns -lguppidata -lguppidataui -lguppimath -lguppistat -l=
guppiplot -lguppitank -lgnomecanvaspixbuf -lgnorba -lzvt -lglade-gnome -lgl=
ade -lguile -lbonobo -lgdk_pixbuf -ltiff -ljpeg -lpng -loaf -lORBitCosNamin=
g -lORBit -lIIOP -lORBitutil -lbonobox -lbonobo-print -lgnomeprint -lgnomeu=
i -lart_lgpl -lgdk_imlib -lSM -lICE -lgtk -lgdk -lgmodule -lXext -lX11 -lgn=
ome -lgnomesupport -lesd -lresolv -lrt -laudiofile -lm -ldb -lglib -ldl -lx=
ml -lz -lsocket -lnsl -L/usr/local/lib/python2.0/config -lpython2.0 1>&5
configure:7252: checking for poptStrippedArgv in -lpopt
configure:7271: gcc -o conftest -g -O2 -Wall -Wunused  -Wall -Wno-unused -W=
error-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib conf=
test.c -lpopt  -lm  -lm 1>&5
configure:7338: checking for guile
configure:7380: checking for g-wrap-config
configure:7428: checking for g-wrap - version >=3D 1.1.5
configure:7468: checking for g-wrap compile args
configure:7473: checking for g-wrap link args
configure:7478: checking for g-wrap module directory
configure:7533: checking if guile long_long is at least as big as gint64
configure:7550: gcc -o conftest -I/usr/local/include -DNEED_GNOMESUPPORT_H =
-I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/op=
enwin/include -I/usr/local/include -g -O2 -Wall -Wunused  -Wall -Wno-unused=
 -Werror-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib c=
onftest.c -lpopt -lm  -lm 1>&5
configure: failed program was:
#line 7540 "configure"
#include "confdefs.h"

  #include <glib.h>
  #include <libguile/__scm.h>
  int main(int argc, char *argv[]) {
    return(!(sizeof(long_long) >=3D sizeof(gint64)));
  }

configure:7576: checking if unsigned long is at least as big as guint32
configure:7592: gcc -o conftest -I/usr/local/include -DNEED_GNOMESUPPORT_H =
-I/usr/local/lib/gnome-libs/include -I/usr/local/lib/glib/include -I/usr/op=
enwin/include -I/usr/local/include -g -O2 -Wall -Wunused  -Wall -Wno-unused=
 -Werror-implicit-function-declaration  -L/usr/local/lib -R/usr/local/lib c=
onftest.c -lpopt -lm  -lm 1>&5

--huq684BweRXVnRxX--