Problem implementing GnuCash 1.8.4 on Slackware 9.0 with Gnome 2.2 - gal library not found

Al Wheeler alfred.j.wheeler at verizon.net
Tue Jul 8 07:52:22 CDT 2003


Hi Derek et al,
Thanks again :)

1. What do you get from "gnome-config --libs gal"?
bash-2.05b# gnome-config --libs gal
Unknown library `gal'

2. "check your config.log"
You don't mean the config.log for gnome-config, but the one for GnuCash. 
Right? I can read it, but I do not always get the message... :)

<SNIP FILE=CONFIG.LOG APP=GNUCASH>
configure:13133: checking for main in -lgal
configure:13148: gcc -o conftest -g -O2 -Wall -Wunused
-I/opt/gnome/include  -L/opt/gnome/lib conftest.c -lgal  -lpopt -lm
-lm 1>&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld:
cannot find -lgal
</SNIP>


However I can see libgal right here in /usr/lib, so what am I not 
understanding?

bash-2.05b# ls -Fla /usr/lib/libgal*
-rwxr-xr-x 1 root root 709 Jan 28 15:57 /usr/lib/libgal-2.0.la*
lrwxrwxrwx 1 root root 19 Jun 8 04:31 /usr/lib/libgal-2.0.so -> 
libgal-2.0.so.0.0.0*
lrwxrwxrwx 1 root root 19 Jun 8 04:31 /usr/lib/libgal-2.0.so.0 -> 
libgal-2.0.so.0.0.0*
-rwxr-xr-x 1 root root 959084 Jan 28 15:57 /usr/lib/libgal-2.0.so.0.0.0*

---
3. I need some "macro" perspective :
Since I have Gnome 2.2, would it make sense to wait for GnuCash to be 
available on it? I am concerned about going "backward" environmentwise. 
Is Gnome 2.2 a "bad" version? Can gnome-1.4 development co-exist with 
Gnome 2.2? Why is GnuCash version dependent on Gnome?

TIA


Derek Atkins wrote:

>Gnucash is a gnome-1.4 application; you need a complete gnome-1.4
>development environment in order to build it.  What do you get from
>"gnome-config --libs gal"?  Also, check your config.log -- it should
>provide more of a clue to what's going on.
>
>-derek
>
>Al Wheeler <alfred.j.wheeler at verizon.net> writes:
>
>  
>
>>Hi All,
>>How do I help gnucash-1.8.4's "./configure" find "gal"? I did
>>configure, make, and make install for "gal-1.99.7". I did ldconfig
>>after, though I am not sure that it was relevant at all.
>>
>>Tail of ./configure output on terminal -
>><SNIP>
>>checking for GDK_PIXBUF - version >= 0.2.5... yes
>>checking for gnome-config... (cached) /usr/local/bin/gnome-config
>>checking for GNOME-PRINT - version >= 0.21... found 0.37
>>checking for libglade-config... no
>>checking for libglade... no
>>checking for main in -lgal... Unknown library `gal'
>>no
>>configure: error: gal library not found. See the README and config.log
>>for more info.
>>bash-2.05b#
>>
>>
>>Relevant portion of config.log -
>><SNIP>
>>configure:13133: checking for main in -lgal
>>configure:13148: gcc -o conftest -g -O2 -Wall -Wunused
>>-I/opt/gnome/include  -L/opt/gnome/lib conftest.c -lgal  -lpopt -lm
>>-lm 1>&5
>>/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld:
>>cannot find -lgal
>>collect2: ld returned 1 exit status
>>configure: failed program was:
>>#line 13141 "configure"
>>#include "confdefs.h"
>></SNIP>
>>
>>
>>TIA
>>:)
>>
>>_______________________________________________
>>gnucash-user mailing list
>>gnucash-user at lists.gnucash.org
>>https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>    
>>
>
>  
>

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

configure:839: checking for non-GNU ld
configure:874: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.90.0.18 20030121
configure:895: checking for gcc
configure:1008: checking whether the C compiler (gcc  ) works
configure:1024: gcc -o conftest    conftest.c  1>&5
configure:1050: checking whether the C compiler (gcc  ) is a cross-compiler
configure:1055: checking whether we are using GNU C
configure:1064: gcc -E conftest.c
configure:1083: checking whether gcc accepts -g
configure:1155: checking for a BSD compatible install
configure:1208: checking whether build environment is sane
configure:1265: checking whether make sets ${MAKE}
configure:1311: checking for working aclocal
configure:1324: checking for working autoconf
configure:1337: checking for working automake
configure:1350: checking for working autoheader
configure:1363: checking for working makeinfo
configure:1434: checking for perl
configure:1504: checking how to run the C preprocessor
configure:1525: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1601: checking for shared library run path origin
configure:1642: checking host system type
configure:1665: checking for ranlib
configure:1694: checking for strerror in -lcposix
configure:1713: gcc -o conftest -g -O2   conftest.c -lcposix   1>&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure: failed program was:
#line 1702 "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 strerror();

int main() {
strerror()
; return 0; }
configure:1736: checking for ANSI C header files
configure:1749: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1816: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1840: checking for working const
configure:1894: gcc -c -g -O2  conftest.c 1>&5
configure:1915: checking for inline
configure:1929: gcc -c -g -O2  conftest.c 1>&5
configure:1955: checking for off_t
configure:1988: checking for size_t
configure:2023: checking for working alloca.h
configure:2035: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2056: checking for alloca
configure:2089: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2258: checking for stdlib.h
configure:2268: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2258: checking for unistd.h
configure:2268: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2258: checking for sys/stat.h
configure:2268: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2258: checking for sys/types.h
configure:2268: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2297: checking for getpagesize
configure:2325: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2350: checking for working mmap
configure:2511: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2535: checking whether we are using the GNU C Library 2.1 or newer
configure:2955: checking for iconv
configure:2973: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3034: checking for msgfmt
configure:3069: checking for gmsgfmt
configure:3106: checking for xgettext
configure:3143: checking for msgmerge
configure:3206: checking for argz.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for limits.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for locale.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for nl_types.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for malloc.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for stddef.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for stdlib.h
configure:3206: checking for string.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3206: checking for unistd.h
configure:3206: checking for sys/param.h
configure:3216: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3247: checking for feof_unlocked
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for fgets_unlocked
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for getc_unlocked
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for getcwd
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for getegid
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for geteuid
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for getgid
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for getuid
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for mempcpy
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for munmap
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for putenv
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for setenv
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for setlocale
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for stpcpy
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for strcasecmp
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for strdup
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for strtoul
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for tsearch
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for __argz_count
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for __argz_stringify
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3247: checking for __argz_next
configure:3275: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3304: checking for iconv declaration
configure:3329: gcc -c -g -O2  conftest.c 1>&5
configure:3353: checking for nl_langinfo and CODESET
configure:3365: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3388: checking for LC_MESSAGES
configure:3400: gcc -o conftest -g -O2   conftest.c  1>&5
configure:3426: checking for bison
configure:3459: checking version of bison
configure:3486: checking whether NLS is requested
configure:3510: checking whether included gettext is requested
configure:3530: checking for GNU gettext in libc
configure:3545: gcc -o conftest -g -O2   conftest.c  1>&5
configure:4109: checking whether to enable maintainer-specific portions of Makefiles
configure:4159: checking for a BSD compatible install
configure:4248: checking for Cygwin environment
configure:4264: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:4260: `__CYGWIN32__' undeclared (first use in this function)
configure:4260: (Each undeclared identifier is reported only once
configure:4260: for each function it appears in.)
configure: failed program was:
#line 4253 "configure"
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
configure:4281: checking for mingw32 environment
configure:4293: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:4289: `__MINGW32__' undeclared (first use in this function)
configure:4289: (Each undeclared identifier is reported only once
configure:4289: for each function it appears in.)
configure: failed program was:
#line 4286 "configure"
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
configure:4356: checking build system type
configure:4385: checking for ld used by GCC
configure:4453: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.13.90.0.18 20030121
configure:4470: checking for /usr/bin/ld option to reload object files
configure:4482: checking for BSD-compatible nm
configure:4520: checking whether ln -s works
configure:4541: checking how to recognise dependant libraries
configure:4724: checking for object suffix
configure:4730: gcc -c -g -O2  conftest.c 1>&5
configure:4750: checking for executable suffix
configure:4760: gcc -o conftest -g -O2   conftest.c  1>&5
configure:4791: checking command to parse /usr/bin/nm -B output
configure:4871: gcc -c -g -O2  conftest.c 1>&5
configure:4874: /usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm
configure:4925: gcc -o conftest -g -O2   conftest.c conftstm.o 1>&5
configure:4974: checking for dlfcn.h
configure:4984: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:5152: checking for ranlib
configure:5219: checking for strip
configure:5462: checking for objdir
configure:5489: checking for gcc option to produce PIC
configure:5641: checking if gcc PIC flag -fPIC works
configure:5655: gcc -c -g -O2 -fPIC -DPIC  conftest.c 1>&5
configure:5707: checking if gcc static flag -static works
configure:5722: gcc -o conftest -g -O2   -static conftest.c  1>&5
configure:5749: checking if gcc supports -c -o file.o
configure:5768: gcc -c -g -O2 -o out/conftest2.o  conftest.c 1>&5
configure:5797: checking if gcc supports -c -o file.lo
configure:5815: gcc -c -g -O2 -c -o conftest.lo  conftest.c 1>&5
configure:5865: checking if gcc supports -fno-rtti -fno-exceptions
configure:5878: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  conftest.c 1>&5
configure:5905: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6589: checking how to hardcode library paths into programs
configure:6617: checking whether stripping libraries is possible
configure:6631: checking dynamic linker characteristics
configure:7028: checking if libtool supports shared libraries
configure:7032: checking whether to build shared libraries
configure:7055: checking whether to build static libraries
configure:7096: checking for shl_load
configure:7124: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccwF4meE.o(.text+0xa): In function `main':
/usr/src/gnucash-1.8.4/configure:7118: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure: failed program was:
#line 7101 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char shl_load(); 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 shl_load();

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_shl_load) || defined (__stub___shl_load)
choke me
#else
shl_load();
#endif

; return 0; }
configure:7142: checking for shl_load in -ldld
configure:7161: gcc -o conftest -g -O2   conftest.c -ldld   1>&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure: failed program was:
#line 7150 "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 shl_load();

int main() {
shl_load()
; return 0; }
configure:7180: checking for dlopen
configure:7208: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccqhWi0l.o(.text+0xa): In function `main':
/usr/src/gnucash-1.8.4/configure:7202: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 7185 "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:7226: checking for dlopen in -ldl
configure:7245: gcc -o conftest -g -O2   conftest.c -ldl   1>&5
configure:7377: checking whether a program can dlopen itself
configure:7448: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  1>&5
configure:7471: checking whether a statically linked program can dlopen itself
configure:7542: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  1>&5
configure:7591: checking whether -lc should be explicitly linked in
configure:7598: gcc -c -g -O2  conftest.c 1>&5
configure:7611: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | grep  -lc  >/dev/null 2>&1
configure:8197: checking for strerror in -lcposix
configure:8239: checking whether byte ordering is bigendian
configure:8257: gcc -c -g -O2  conftest.c 1>&5
configure:8272: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:8267: `not' undeclared (first use in this function)
configure:8267: (Each undeclared identifier is reported only once
configure:8267: for each function it appears in.)
configure:8267: parse error before "big"
configure: failed program was:
#line 8261 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {

#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif
; return 0; }
configure:8329: checking whether make sets ${MAKE}
configure:8356: checking for ANSI C header files
configure:8464: checking for limits.h
configure:8503: checking for stpcpy
configure:8503: checking for memcpy
configure:8531: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8515: warning: conflicting types for built-in function `memcpy'
configure:8503: checking for timegm
configure:8531: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8503: checking for towupper
configure:8531: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8558: checking for the tm_gmtoff member of struct tm
configure:8575: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8598: checking if scanf supports %lld conversions
configure:8624: gcc -o conftest -g -O2   conftest.c  1>&5
configure:8651: checking for ltdl.h
configure:8661: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:8744: checking for glib-config
configure:8779: checking for GLIB - version >= 0.99.7
configure:8878: gcc -o conftest -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include   conftest.c -L/usr/lib -lglib  1>&5
configure:8970: checking for dlfcn.h
configure:8970: checking for dl.h
configure:8980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:8976:16: dl.h: No such file or directory
configure: failed program was:
#line 8975 "configure"
#include "confdefs.h"
#include <dl.h>
configure:8970: checking for ghttp_ssl.h
configure:8980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:8976:23: ghttp_ssl.h: No such file or directory
configure: failed program was:
#line 8975 "configure"
#include "confdefs.h"
#include <ghttp_ssl.h>
configure:8970: checking for utmp.h
configure:8980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:8970: checking for locale.h
configure:8970: checking for mcheck.h
configure:8980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:8970: checking for unistd.h
configure:8970: checking for wctype.h
configure:8980: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:9011: checking for dlopen
configure:9061: checking for dlopen in -ldl
configure:9210: checking for dlerror
configure:9238: gcc -o conftest -g -O2   conftest.c  -ldl 1>&5
configure:9271: checking for library containing gettext
configure:9289: gcc -o conftest -g -O2   conftest.c  1>&5
configure:9334: checking for darwin
configure:9367: checking for qt_null in -lqthreads
configure:9386: gcc -o conftest -g -O2    conftest.c -lqthreads   1>&5
configure:9453: checking for main in -ltermcap
configure:9468: gcc -o conftest -g -O2    conftest.c -ltermcap   1>&5
configure:9489: checking for main in -lreadline
configure:9504: gcc -o conftest -g -O2    conftest.c -lreadline -ltermcap  1>&5
configure:9537: checking for guile-config
configure:9567: checking whether guile-config works
configure:9624: checking for sin in -lm
configure:9643: gcc -o conftest -g -O2    conftest.c -lm   1>&5
configure:9636: warning: conflicting types for built-in function `sin'
configure:9673: checking for guile libraries
configure:9677: checking for guile headers
configure:9890: checking whether guile works
configure:9905: gcc -o conftest -g -O2     conftest.c -lm  -lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm 1>&5
configure:9973: checking for guile
configure:10013: checking for guile - 1.3.4 <= version < 99.99.99
configure:10133: checking for g-wrap-config
configure:10185: checking for g-wrap - 1.3.3 <= version < 99.99.99
configure:10247: checking for g-wrap compile args
configure:10252: checking for g-wrap link args
configure:10257: checking for g-wrap module directory
configure:10304: checking if g-wrap works
configure:10333: checking if guile long_long is at least as big as gint64
configure:10350: gcc -o conftest   -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include   conftest.c -lm  1>&5
configure:10355: checking for scm_long_long2num in -lguile
configure:10374: gcc -o conftest   -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include   conftest.c -lguile  -lm  1>&5
configure:10415: checking if unsigned long is at least as big as guint32
configure:10431: gcc -o conftest   -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include   conftest.c -lm  1>&5
configure:10460: checking if guile needs our copy of srfi-1
configure:10460: checking if guile needs our copy of srfi-11
configure:10460: checking if guile needs our copy of srfi-19
configure:10460: checking if guile needs our copy of srfi-2
configure:10460: checking if guile needs our copy of srfi-8
configure:10460: checking if guile needs our copy of srfi-9
configure:10488: checking if guile needs our copy of (guile www)
configure:10516: checking for gnome-config
configure:10557: checking for xmlNewDoc in -lxml
configure:10576: gcc -o conftest -g -O2   conftest.c -lxml -L/usr/local/lib -lxml -lz -lm  1>&5
configure:10624: checking for xmlElemDump in -lxml
configure:10643: gcc -o conftest -g -O2   conftest.c -lxml  -lm  -L/usr/local/lib -lxml -lz 1>&5
configure:11344: checking for nl_langinfo and D_FMT
configure:11356: gcc -o conftest -g -O2   conftest.c -lm  1>&5
configure:11523: checking for perl
configure:11626: checking for doxygen
configure:11754: checking for dbopen
configure:11782: gcc -o conftest -g -O2   conftest.c -lm  -lm 1>&5
/tmp/ccMjHbaG.o(.text+0xa): In function `main':
/usr/src/gnucash-1.8.4/configure:11776: undefined reference to `dbopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11759 "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:11801: checking for dbopen in -ldb1
configure:11820: gcc -o conftest -g -O2   conftest.c -ldb1  -lm  -lm 1>&5
configure:12141: checking for db_185.h
configure:12151: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:12147:20: db_185.h: No such file or directory
configure: failed program was:
#line 12146 "configure"
#include "confdefs.h"
#include <db_185.h>
configure:12141: checking for db1/db.h
configure:12151: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:12141: checking for db4/db_185.h
configure:12151: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:12147:24: db4/db_185.h: No such file or directory
configure: failed program was:
#line 12146 "configure"
#include "confdefs.h"
#include <db4/db_185.h>
configure:12237: checking for poptStrippedArgv in -lpopt
configure:12256: gcc -o conftest -g -O2   conftest.c -lpopt  -lm  -lm 1>&5
configure:12376: checking for gnome-config
configure:12413: checking if /usr/local/bin/gnome-config works
configure:12421: checking for orbit-config
configure:12457: checking for orbit-idl
configure:12491: checking for working ORBit environment
configure:12527: checking for gnorba libraries
configure:12643: checking what warning flags to pass to the C compiler
configure:12675: checking what language compliance flags to pass to the C compiler
configure:12738: checking for gdk-pixbuf-config
configure:12773: checking for GDK_PIXBUF - version >= 0.2.5
configure:12855: gcc -o conftest -g -O2 -Wall -Wunused  -I/usr/local/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include  -I/opt/gnome/include  -L/opt/gnome/lib conftest.c -lpopt -lm  -lm -L/usr/local/lib -lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm 1>&5
configure:12941: checking for gnome-config
configure:12978: checking for GNOME-PRINT - version >= 0.21
configure:13060: checking for libglade-config
configure:13094: checking for libglade
configure:13133: checking for main in -lgal
configure:13148: gcc -o conftest -g -O2 -Wall -Wunused   -I/opt/gnome/include  -L/opt/gnome/lib conftest.c -lgal  -lpopt -lm  -lm 1>&5
/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lgal
collect2: ld returned 1 exit status
configure: failed program was:
#line 13141 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }


More information about the gnucash-user mailing list