gnucash 1.8.0 compile problems
Theo. Sean Schulze
tschulze at teamfinders.org
Thu Feb 6 07:18:21 CST 2003
Derek,
This may be related to the guile - g-wrap mismatch you've mentioned a couple of times here. I did an `rpm -qa | grep wrap` and it tells me that I have the g-wrap-1.1.11-1.ximian.3 rpm installed. However, in my attempts to compile over the last couple of weeks, I installed g-wrap-1.3.4 from source. It could be that configure is finding g-wrap-1.3.4 and the compiler is using the Ximian g-wrap-1.1.11-1. I am thinking I should uninstall the Ximian g-wrap and then re-compile and re-install g-wrap-1.3.4 from source. I will let you know how that goes.
Config.log is attached.
Cheers,
Sean
On Wed, Feb 05, 2003 at 05:00:38PM -0500, Derek Atkins hunted and pecked out:
> Hi,
>
> > ERROR: Unbound variable: gw:new-wrapset
> > make[3]: *** [gw-core-utils.c] Error 2
>
> This seems to imply that you have the wrong version (or no version) of
> g-wrap installed. The configure script is supposed to error out if
> you have an incorrect version, but it looks like it didn't do that for
> you. For the life of me I cannot figure out why some people have this
> problem...
>
> Is there any chance you could send me your config.log BEFORE you
> follow the following instructions?
>
> Anyways, make sure you've got g-wrap 1.3.4 (and associated development
> packages). Then:
>
> rm config.cache
> ./configure ...
> make; make install
>
> It should correct your problem.
>
> -derek
> --
> Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
> Member, MIT Student Information Processing Board (SIPB)
> URL: http://web.mit.edu/warlord/ PP-ASEL-IA N1NWH
> warlord at MIT.EDU PGP key available
> _______________________________________________
--
Theo. Sean Schulze
tschulze at teamfinders.org
-------------- 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.11.92.0.10 20011021 (SuSE)
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/i486-suse-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.11.92.0.10 20011021 (SuSE)
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/ccIDes4s.o: In function `main':
/pub/src/gnucash-1.8.0/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/i486-suse-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/ccAcqhXv.o: In function `main':
/pub/src/gnucash-1.8.0/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: 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: 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
/usr/i486-suse-linux/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
configure: failed program was:
#line 9461 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:9489: checking for main in -lreadline
configure:9504: gcc -o conftest -g -O2 conftest.c -lreadline 1>&5
/usr/i486-suse-linux/bin/ld: cannot find -lreadline
collect2: ld returned 1 exit status
configure: failed program was:
#line 9497 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
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 -L/usr/lib -lguile -lqthreads -lpthread -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:10324: checking if guile long_long is at least as big as gint64
configure:10341: gcc -o conftest -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c -lm 1>&5
configure:10346: checking for scm_long_long2num in -lguile
configure:10365: gcc -o conftest -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c -lguile -lm 1>&5
/usr/lib/libguile.so: undefined reference to `qt_abort'
/usr/lib/libguile.so: undefined reference to `qt_error'
/usr/lib/libguile.so: undefined reference to `qt_block'
collect2: ld returned 1 exit status
configure: failed program was:
#line 10354 "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 scm_long_long2num();
int main() {
scm_long_long2num()
; return 0; }
configure:10406: checking if unsigned long is at least as big as guint32
configure:10422: gcc -o conftest -g -O2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include conftest.c -lm 1>&5
configure:10451: checking if guile needs our copy of srfi-1
configure:10451: checking if guile needs our copy of srfi-11
configure:10451: checking if guile needs our copy of srfi-19
configure:10451: checking if guile needs our copy of srfi-2
configure:10451: checking if guile needs our copy of srfi-8
configure:10451: checking if guile needs our copy of srfi-9
configure:10476: checking if guile needs our copy of (guile www)
configure:10504: checking for gnome-config
configure:10545: checking for xmlNewDoc in -lxml
configure:10564: gcc -o conftest -g -O2 conftest.c -lxml -L/opt/gnome/lib -lxml -lz -lm 1>&5
configure:10612: checking for xmlElemDump in -lxml
configure:10631: gcc -o conftest -g -O2 conftest.c -lxml -lm -L/opt/gnome/lib -lxml -lz 1>&5
configure:10930: checking for libofx/libofx.h
configure:10939: gcc -E conftest.c >/dev/null 2>conftest.out
configure:10981: checking for libofx
configure:11001: gcc -o conftest -g -O2 conftest.c -lm -lofx -lstdc++ 1>&5
configure:11040: checking for OpenHBCI
configure:11105: checking for OpenHBCI - version >= 0.9.4
configure:11182: gcc -o conftest -g -O2 -I/usr/local/include -I/usr/local/include/chipcard conftest.c -L/usr/lib -lcrypto -ldl -L/usr/local/lib -lchipcard -L/usr/lib -lcrypto -lopenhbci -lstdc++ -L/usr/local/lib -lopenhbci -lm 1>&5
configure:11289: checking for nl_langinfo and D_FMT
configure:11301: gcc -o conftest -g -O2 conftest.c -lm 1>&5
configure:11571: checking for doxygen
configure:11613: checking for dot
configure:11699: checking for dbopen
configure:11727: gcc -o conftest -g -O2 conftest.c -lm -lm 1>&5
/tmp/ccemzBkJ.o: In function `main':
/pub/src/gnucash-1.8.0/configure:11721: undefined reference to `dbopen'
collect2: ld returned 1 exit status
configure: failed program was:
#line 11704 "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:11746: checking for dbopen in -ldb1
configure:11765: gcc -o conftest -g -O2 conftest.c -ldb1 -lm -lm 1>&5
configure:12086: checking for db_185.h
configure:12096: gcc -E conftest.c >/dev/null 2>conftest.out
configure:12086: checking for db1/db.h
configure:12096: gcc -E conftest.c >/dev/null 2>conftest.out
configure:12086: checking for db4/db_185.h
configure:12096: gcc -E conftest.c >/dev/null 2>conftest.out
configure:12182: checking for poptStrippedArgv in -lpopt
configure:12201: gcc -o conftest -g -O2 conftest.c -lpopt -lm -lm 1>&5
configure:12321: checking for gnome-config
configure:12358: checking if /opt/gnome/bin/gnome-config works
configure:12366: checking for orbit-config
configure:12402: checking for orbit-idl
configure:12436: checking for working ORBit environment
configure:12472: checking for gnorba libraries
configure:12588: checking what warning flags to pass to the C compiler
configure:12620: checking what language compliance flags to pass to the C compiler
configure:12683: checking for gdk-pixbuf-config
configure:12718: checking for GDK_PIXBUF - version >= 0.2.5
configure:12800: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/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 -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lpopt -lm -lm -L/opt/gnome/lib -lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm 1>&5
configure:12886: checking for gnome-config
configure:12923: checking for GNOME-PRINT - version >= 0.21
configure:13005: checking for libglade-config
configure:13039: checking for libglade
configure:13078: checking for main in -lgal
configure:13093: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lgal -rdynamic -L/opt/gnome/lib -L/usr/lib -L/usr/X11R6/lib -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgnomecanvaspixbuf -lpopt -lm -lm 1>&5
configure:13116: checking for gtkhtml < 1.1
configure:13171: checking for pkg-config
configure:13249: checking for gtkhtml >= 1.1
configure:13251: checking for gtk_html_new in -lgtkhtml-1.1
configure:13270: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lgtkhtml-1.1 -rdynamic -L/opt/gnome/lib -L/usr/X11R6/lib -lgtkhtml-1.1 -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -lgnomecanvaspixbuf -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lpopt -lm -lm 1>&5
configure:13312: checking for ghttp_request_new in -lghttp
configure:13331: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lghttp -L/opt/gnome/lib -lghttp -lpopt -lm -lm 1>&5
configure:13361: checking for ghttp_enable_ssl in -lghttp
configure:13380: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lghttp -L/opt/gnome/lib -lghttp -lpopt -lm -lm 1>&5
/tmp/ccpCGPKU.o: In function `main':
/pub/src/gnucash-1.8.0/configure:13376: undefined reference to `ghttp_enable_ssl'
collect2: ld returned 1 exit status
configure: failed program was:
#line 13369 "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 ghttp_enable_ssl();
int main() {
ghttp_enable_ssl()
; return 0; }
configure:13469: checking for main in -lzvt
configure:13484: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lzvt -rdynamic -L/opt/gnome/lib -L/usr/lib -L/usr/X11R6/lib -lzvt -lutil -lSM -lICE -lgdk_imlib -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -rdynamic -L/opt/gnome/lib -L/usr/X11R6/lib -lgtkhtml-1.1 -lgal -lgnomeprint -lfreetype -lglade-gnome -lglade -lxml -lz -lgnomeui -lart_lgpl -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -lgnomecanvaspixbuf -lgconf-gtk-1 -lgconf-1 -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lpopt -lm -lm 1>&5
configure:13512: checking for main in -loaf
configure:13527: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -loaf -L/opt/gnome/lib -L/usr/lib -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lglib -lm -lpopt -lm -lm 1>&5
configure:13605: checking for gnome-config
configure:13640: checking for libguppi - version >= 0.35.1
configure:13742: gcc -o conftest -g -O2 -Wall -Wunused -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 -I/opt/gnome/include/gnome-1.0 -I/opt/gnome/include/gnome-1.0/libguppitank -DNEED_GNOMESUPPORT_H -I/opt/gnome/lib/gnome-libs/include -I/opt/gnome/include/orbit-1.0 -I/opt/gnome/include/gnome-xml -I/opt/gnome/include/libglade-1.0 -I/usr/include/freetype2 -I/opt/gnome/include/gdk-pixbuf-1.0 -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lpopt -lm -lm -rdynamic -L/usr/lib -L/usr/X11R6/lib -L/opt/gnome/lib -lguppitank -lguppi -lzvt -lutil -lglade-gnome -lglade -lbonobo -loaf -lORBitCosNaming -lORBit -lIIOP -lORBitutil -lbonobox -lbonobo-print -lgnomeprint -lgnomeui -lgdk_imlib -lSM -lICE -lgnome -lgnomesupport -lesd -laudiofile -ldb1 -lgdk_pixbuf -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lart_lgpl -lm -lxml -lz -lfreetype 1>&5
configure:13870: checking for pthread_mutex_init
configure:13898: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lpopt -lm -lm 1>&5
configure:13925: checking for strptime
configure:13953: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lpopt -lm -lm 1>&5
configure:13925: checking for localtime_r
configure:13953: gcc -o conftest -g -O2 -Wall -Wunused -I/opt/gnome/include -I/opt/gnome/include -L/opt/gnome/lib -L/opt/gnome/lib conftest.c -lpopt -lm -lm 1>&5
configure:14098: checking what extra warning flags to pass to the C compiler
More information about the gnucash-user
mailing list