[gnome-love] guile 1.8.3 won't compile



Hello,

I am using jhbuild from svn to try to build gnome from scratch on an enterprise linux system.

I ran
jhbuild bootstrap

The guile module failed to configure.

The config log says the following:

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

It was created by guile configure 1.8.3, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --prefix /home/jhbuild/gnome22 --libdir ${exec_prefix}/lib --disable-static --disable-gtk-doc

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

hostname = draikes-el5.us.oracle.com
uname -m = i686
uname -r = 2.6.18-8.el5
uname -s = Linux
uname -v = #1 SMP Tue Jun 5 23:11:13 EDT 2007

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

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/jhbuild/gnome22/bin
PATH: .
PATH: /home/jhbuild
PATH: /home/jhbuild/bin
PATH: /usr/lib/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin


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

configure:2163: checking for a BSD-compatible install
configure:2219: result: /home/jhbuild/bin/install-check
configure:2230: checking whether build environment is sane
configure:2273: result: yes
configure:2301: checking for a thread-safe mkdir -p
configure:2340: result: /bin/mkdir -p
configure:2353: checking for gawk
configure:2369: found /bin/gawk
configure:2380: result: gawk
configure:2391: checking whether make sets $(MAKE)
configure:2412: result: yes
configure:2597: checking whether to enable maintainer-specific portions of Makefiles
configure:2606: result: no
configure:2641: checking build system type
configure:2659: result: i686-pc-linux-gnu
configure:2681: checking host system type
configure:2696: result: i686-pc-linux-gnu
configure:2739: checking for a BSD-compatible install
configure:2795: result: /home/jhbuild/bin/install-check
configure:2854: checking for gcc
configure:2870: found /usr/bin/gcc
configure:2881: result: gcc
configure:3119: checking for C compiler version
configure:3126: gcc --version >&5
gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
Copyright (C) 2006 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:3129: $? = 0
configure:3136: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared 
--enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-libgcj-multifile 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
configure:3139: $? = 0
configure:3146: gcc -V >&5
gcc: '-V' option must have argument
configure:3149: $? = 1
configure:3172: checking for C compiler default output file name
configure:3199: gcc    conftest.c  >&5
configure:3202: $? = 0
configure:3240: result: a.out
configure:3257: checking whether the C compiler works
configure:3267: ./a.out
configure:3270: $? = 0
configure:3287: result: yes
configure:3294: checking whether we are cross compiling
configure:3296: result: no
configure:3299: checking for suffix of executables
configure:3306: gcc -o conftest    conftest.c  >&5
configure:3309: $? = 0
configure:3333: result: 
configure:3339: checking for suffix of object files
configure:3365: gcc -c   conftest.c >&5
configure:3368: $? = 0
configure:3391: result: o
configure:3395: checking whether we are using the GNU C compiler
configure:3424: gcc -c   conftest.c >&5
configure:3430: $? = 0
configure:3447: result: yes
configure:3452: checking whether gcc accepts -g
configure:3482: gcc -c -g  conftest.c >&5
configure:3488: $? = 0
configure:3587: result: yes
configure:3604: checking for gcc option to accept ISO C89
configure:3678: gcc  -c -g -O2  conftest.c >&5
configure:3684: $? = 0
configure:3707: result: none needed
configure:3736: checking for style of include used by make
configure:3764: result: GNU
configure:3789: checking dependency style of gcc
configure:3880: result: gcc3
configure:3900: checking how to run the C preprocessor
configure:3940: gcc -E  conftest.c
configure:3946: $? = 0
configure:3977: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:3983: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4016: result: gcc -E
configure:4045: gcc -E  conftest.c
configure:4051: $? = 0
configure:4082: gcc -E  conftest.c
conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
configure:4088: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4129: checking for gawk
configure:4156: result: gawk
configure:4170: checking for grep that handles long lines and -e
configure:4244: result: /bin/grep
configure:4249: checking for egrep
configure:4327: result: /bin/grep -E
configure:4333: checking for AIX
configure:4355: result: no
configure:4361: checking for library containing strerror
configure:4402: gcc -o conftest -g -O2   conftest.c  >&5
configure:4408: $? = 0
configure:4436: result: none required
configure:4444: checking for ANSI C header files
configure:4474: gcc -c -g -O2  conftest.c >&5
configure:4480: $? = 0
configure:4579: gcc -o conftest -g -O2   conftest.c  >&5
configure:4582: $? = 0
configure:4588: ./conftest
configure:4591: $? = 0
configure:4608: result: yes
configure:4632: checking for sys/types.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for sys/stat.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for stdlib.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for string.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for memory.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for strings.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for inttypes.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for stdint.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4632: checking for unistd.h
configure:4653: gcc -c -g -O2  conftest.c >&5
configure:4659: $? = 0
configure:4675: result: yes
configure:4697: checking minix/config.h usability
configure:4714: gcc -c -g -O2  conftest.c >&5
conftest.c:51:26: error: minix/config.h: No such file or directory
configure:4720: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4734: result: no
configure:4738: checking minix/config.h presence
configure:4753: gcc -E  conftest.c
conftest.c:18:26: error: minix/config.h: No such file or directory
configure:4759: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4773: result: no
configure:4806: checking for minix/config.h
configure:4813: result: no
configure:4891: checking for gcc
configure:4918: result: gcc
configure:5156: checking for C compiler version
configure:5163: gcc --version >&5
gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
Copyright (C) 2006 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:5166: $? = 0
configure:5173: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared 
--enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-libgcj-multifile 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
configure:5176: $? = 0
configure:5183: gcc -V >&5
gcc: '-V' option must have argument
configure:5186: $? = 1
configure:5189: checking whether we are using the GNU C compiler
configure:5241: result: yes
configure:5246: checking whether gcc accepts -g
configure:5381: result: yes
configure:5398: checking for gcc option to accept ISO C89
configure:5501: result: none needed
configure:5521: checking dependency style of gcc
configure:5612: result: gcc3
configure:5632: checking whether gcc and cc understand -c and -o together
configure:5667: gcc -c conftest.c -o conftest2.o >&5
configure:5670: $? = 0
configure:5676: gcc -c conftest.c -o conftest2.o >&5
configure:5679: $? = 0
configure:5690: cc -c conftest.c >&5
configure:5693: $? = 0
configure:5701: cc -c conftest.c -o conftest2.o >&5
configure:5704: $? = 0
configure:5710: cc -c conftest.c -o conftest2.o >&5
configure:5713: $? = 0
configure:5731: result: yes
configure:5832: checking for a sed that does not truncate output
configure:5886: result: /bin/sed
configure:5900: checking for ld used by gcc
configure:5967: result: /usr/bin/ld
configure:5976: checking if the linker (/usr/bin/ld) is GNU ld
configure:5991: result: yes
configure:5996: checking for /usr/bin/ld option to reload object files
configure:6003: result: -r
configure:6021: checking for BSD-compatible nm
configure:6070: result: /usr/bin/nm -B
configure:6074: checking whether ln -s works
configure:6078: result: yes
configure:6085: checking how to recognise dependent libraries
configure:6261: result: pass_all
configure:6794: checking dlfcn.h usability
configure:6811: gcc -c -g -O2  conftest.c >&5
configure:6817: $? = 0
configure:6831: result: yes
configure:6835: checking dlfcn.h presence
configure:6850: gcc -E  conftest.c
configure:6856: $? = 0
configure:6870: result: yes
configure:6903: checking for dlfcn.h
configure:6911: result: yes
configure:6982: checking for g++
configure:6998: found /usr/bin/g++
configure:7009: result: g++
configure:7040: checking for C++ compiler version
configure:7047: g++ --version >&5
g++ (GCC) 4.1.1 20070105 (Red Hat 4.1.1-52)
Copyright (C) 2006 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:7050: $? = 0
configure:7057: g++ -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared 
--enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-libgcj-multifile 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)
configure:7060: $? = 0
configure:7067: g++ -V >&5
g++: '-V' option must have argument
configure:7070: $? = 1
configure:7073: checking whether we are using the GNU C++ compiler
configure:7102: g++ -c   conftest.cpp >&5
configure:7108: $? = 0
configure:7125: result: yes
configure:7130: checking whether g++ accepts -g
configure:7160: g++ -c -g  conftest.cpp >&5
configure:7166: $? = 0
configure:7265: result: yes
configure:7290: checking dependency style of g++
configure:7381: result: gcc3
configure:7406: checking how to run the C++ preprocessor
configure:7442: g++ -E  conftest.cpp
configure:7448: $? = 0
configure:7479: g++ -E  conftest.cpp
conftest.cpp:19:28: error: ac_nonexistent.h: No such file or directory
configure:7485: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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:7518: result: g++ -E
configure:7547: g++ -E  conftest.cpp
configure:7553: $? = 0
configure:7584: g++ -E  conftest.cpp
conftest.cpp:19:28: error: ac_nonexistent.h: No such file or directory
configure:7590: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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:7683: checking for g77
configure:7699: found /usr/bin/g77
configure:7710: result: g77
configure:7740: checking for Fortran 77 compiler version
configure:7747: g77 --version >&5
GNU Fortran (GCC) 3.4.6 20060404 (Red Hat 3.4.6-4)
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:7750: $? = 0
configure:7757: g77 -v >&5
Reading specs from /usr/lib/gcc/i386-redhat-linux/3.4.6/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared 
--enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-languages=c,c++,f77 --disable-libgcj --host=i386-redhat-linux
Thread model: posix
gcc version 3.4.6 20060404 (Red Hat 3.4.6-4)
configure:7760: $? = 0
configure:7767: g77 -V >&5
g77: `-V' option must have argument
configure:7770: $? = 1
configure:7778: checking whether we are using the GNU Fortran 77 compiler
configure:7797: g77 -c  conftest.F >&5
configure:7803: $? = 0
configure:7820: result: yes
configure:7826: checking whether g77 accepts -g
configure:7843: g77 -c -g conftest.f >&5
configure:7849: $? = 0
configure:7865: result: yes
configure:7895: checking the maximum length of command line arguments
configure:8004: result: 32768
configure:8015: checking command to parse /usr/bin/nm -B output from gcc object
configure:8120: gcc -c -g -O2  conftest.c >&5
configure:8123: $? = 0
configure:8127: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][    
  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:8130: $? = 0
configure:8182: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:8185: $? = 0
configure:8223: result: ok
configure:8227: checking for objdir
configure:8242: result: .libs
configure:8334: checking for ar
configure:8350: found /usr/bin/ar
configure:8361: result: ar
configure:8430: checking for ranlib
configure:8446: found /usr/bin/ranlib
configure:8457: result: ranlib
configure:8526: checking for strip
configure:8542: found /usr/bin/strip
configure:8553: result: strip
configure:8839: checking if gcc supports -fno-rtti -fno-exceptions
configure:8857: 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:8861: $? = 0
configure:8874: result: no
configure:8889: checking for gcc option to produce PIC
configure:9099: result: -fPIC
configure:9107: checking if gcc PIC flag -fPIC works
configure:9125: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:9129: $? = 0
configure:9142: result: yes
configure:9170: checking if gcc static flag -static works
configure:9198: result: yes
configure:9208: checking if gcc supports -c -o file.o
configure:9229: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:9233: $? = 0
configure:9255: result: yes
configure:9281: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:10236: result: yes
configure:10257: checking whether -lc should be explicitly linked in
configure:10262: gcc -c -g -O2  conftest.c >&5
configure:10265: $? = 0
configure:10280: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  
\>/dev/null 2\>\&1
configure:10283: $? = 0
configure:10295: result: no
configure:10303: checking dynamic linker characteristics
configure:10879: result: GNU/Linux ld.so
configure:10888: checking how to hardcode library paths into programs
configure:10913: result: immediate
configure:10927: checking whether stripping libraries is possible
configure:10932: result: yes
configure:11055: checking for shl_load
configure:11111: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccmLUmRv.o: In function `main':
/home/jhbuild/svn/guile-1.8.3/conftest.c:53: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:11117: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* 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
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:11134: result: no
configure:11139: checking for shl_load in -ldld
configure:11174: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:11180: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:11198: result: no
configure:11203: checking for dlopen
configure:11259: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccWjKnMM.o: In function `main':
/home/jhbuild/svn/guile-1.8.3/conftest.c:53: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:11265: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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.  */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dlopen innocuous_dlopen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlopen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dlopen
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| /* 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
| #endif
| 
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:11282: result: no
configure:11287: checking for dlopen in -ldl
configure:11322: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:11328: $? = 0
configure:11346: result: yes
configure:11515: checking whether a program can dlopen itself
configure:11589: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c -ldl  >&5
configure: In function 'main':
configure:11585: warning: incompatible implicit declaration of built-in function 'exit'
configure:11592: $? = 0
configure:11610: result: yes
configure:11615: checking whether a statically linked program can dlopen itself
configure:11689: gcc -o conftest -g -O2  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c -ldl  >&5
configure: In function 'main':
configure:11685: warning: incompatible implicit declaration of built-in function 'exit'
/tmp/ccyh4Byi.o: In function `main':
/home/jhbuild/svn/guile-1.8.3/configure:11673: warning: Using 'dlopen' in statically linked applications 
requires at runtime the shared libraries from the glibc version used for linking
configure:11692: $? = 0
/home/jhbuild/gnome22/lib/: cannot read file data: Is a directory
configure:11710: result: no
configure:11733: checking if libtool supports shared libraries
configure:11735: result: yes
configure:11738: checking whether to build shared libraries
configure:11759: result: yes
configure:11762: checking whether to build static libraries
configure:11766: result: no
configure:11858: creating libtool
configure:12446: checking for ld used by g++
configure:12513: result: /usr/bin/ld
configure:12522: checking if the linker (/usr/bin/ld) is GNU ld
configure:12537: result: yes
configure:12588: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:13522: result: yes
configure:13540: g++ -c -g -O2  conftest.cpp >&5
configure:13543: $? = 0
configure:13662: checking for g++ option to produce PIC
configure:13936: result: -fPIC
configure:13944: checking if g++ PIC flag -fPIC works
configure:13962: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:13966: $? = 0
configure:13979: result: yes
configure:14007: checking if g++ static flag -static works
configure:14035: result: yes
configure:14045: checking if g++ supports -c -o file.o
configure:14066: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14070: $? = 0
configure:14092: result: yes
configure:14118: checking whether the g++ linker (/usr/bin/ld) supports shared libraries
configure:14146: result: yes
configure:14213: checking dynamic linker characteristics
configure:14789: result: GNU/Linux ld.so
configure:14798: checking how to hardcode library paths into programs
configure:14823: result: immediate
configure:15349: checking if libtool supports shared libraries
configure:15351: result: yes
configure:15354: checking whether to build shared libraries
configure:15374: result: yes
configure:15377: checking whether to build static libraries
configure:15381: result: no
configure:15391: checking for g77 option to produce PIC
configure:15601: result: -fPIC
configure:15609: checking if g77 PIC flag -fPIC works
configure:15627: g77 -c -g -O2 -fPIC conftest.f >&5
configure:15631: $? = 0
configure:15644: result: yes
configure:15672: checking if g77 static flag -static works
configure:15700: result: yes
configure:15710: checking if g77 supports -c -o file.o
configure:15731: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15735: $? = 0
configure:15757: result: yes
configure:15783: checking whether the g77 linker (/usr/bin/ld) supports shared libraries
configure:16718: result: yes
configure:16785: checking dynamic linker characteristics
configure:17361: result: GNU/Linux ld.so
configure:17370: checking how to hardcode library paths into programs
configure:17395: result: immediate
configure:20942: checking for lt_dlinit in -lltdl
configure:20977: gcc -o conftest -g -O2   conftest.c -lltdl   >&5
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
configure:20983: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "guile"
| #define PACKAGE_TARNAME "guile"
| #define PACKAGE_VERSION "1.8.3"
| #define PACKAGE_STRING "guile 1.8.3"
| #define PACKAGE_BUGREPORT "bug-guile gnu org"
| #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.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lt_dlinit ();
| int
| main ()
| {
| return lt_dlinit ();
|   ;
|   return 0;
| }
configure:21001: result: no
configure:21011: error: libltdl not found.  See README.

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

ac_cv_build=i686-pc-linux-gnu
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_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_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_EMACSLOADPATH_set=
ac_cv_env_EMACSLOADPATH_value=
ac_cv_env_EMACS_set=
ac_cv_env_EMACS_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GUILE_FOR_BUILD_set=
ac_cv_env_GUILE_FOR_BUILD_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_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=yes
ac_cv_func_dlopen=no
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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=i686-pc-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_ltdl_lt_dlinit=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
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_F77=g77
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_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
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=
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
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 -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_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=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[  ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\([_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'\''"'

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

ACLOCAL='${SHELL} /home/jhbuild/svn/guile-1.8.3/build-aux/missing --run aclocal-1.10'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jhbuild/svn/guile-1.8.3/build-aux/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/jhbuild/svn/guile-1.8.3/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/jhbuild/svn/guile-1.8.3/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/jhbuild/svn/guile-1.8.3/build-aux/missing --run automake-1.10'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CCLD_FOR_BUILD=''
CC_FOR_BUILD=''
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DLPREOPEN=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EMACS=''
EMACSLOADPATH=''
EXEEXT=''
EXTRA_DEFS=''
EXTRA_DOT_DOC_FILES=''
EXTRA_DOT_X_FILES=''
F77='g77'
FFLAGS='-g -O2'
GMSGFMT=''
GMSGFMT_015=''
GREP='/bin/grep'
GUILE_CFLAGS=''
GUILE_EFFECTIVE_VERSION='1.8'
GUILE_FOR_BUILD=''
GUILE_LIBS=''
GUILE_MAJOR_VERSION='1'
GUILE_MICRO_VERSION='3'
GUILE_MINOR_VERSION='8'
GUILE_VERSION='1.8.3'
HAVE_MAKEINFO_FALSE=''
HAVE_MAKEINFO_TRUE=''
HOST_CC=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LDFLAGS=''
LIBGUILE_INTERFACE='18:1:1'
LIBGUILE_INTERFACE_AGE='1'
LIBGUILE_INTERFACE_CURRENT='18'
LIBGUILE_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_13_14_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_13_14_MAJOR='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_1_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_1_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_1_MAJOR='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE='3:1:0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_4_INTERFACE_CURRENT='3'
LIBGUILE_SRFI_SRFI_4_INTERFACE_REVISION='1'
LIBGUILE_SRFI_SRFI_4_MAJOR='3'
LIBGUILE_SRFI_SRFI_60_INTERFACE='2:2:0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_AGE='0'
LIBGUILE_SRFI_SRFI_60_INTERFACE_CURRENT='2'
LIBGUILE_SRFI_SRFI_60_INTERFACE_REVISION='2'
LIBGUILE_SRFI_SRFI_60_MAJOR='2'
LIBICONV=''
LIBINTL=''
LIBLOBJS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV=''
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/jhbuild/svn/guile-1.8.3/build-aux/missing --run makeinfo'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='guile'
PACKAGE_BUGREPORT='bug-guile gnu org'
PACKAGE_NAME='guile'
PACKAGE_STRING='guile 1.8.3'
PACKAGE_TARNAME='guile'
PACKAGE_VERSION='1.8.3'
PATH_SEPARATOR=':'
POSUB=''
PTHREAD_CC=''
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
RANLIB='ranlib'
SCM_I_GSC_C_INLINE=''
SCM_I_GSC_ENABLE_DEPRECATED=''
SCM_I_GSC_ENABLE_DISCOURAGED=''
SCM_I_GSC_ENABLE_ELISP=''
SCM_I_GSC_GUILE_DEBUG=''
SCM_I_GSC_GUILE_DEBUG_FREELIST=''
SCM_I_GSC_NEEDS_INTTYPES_H=''
SCM_I_GSC_NEEDS_STDINT_H=''
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER=''
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT=''
SCM_I_GSC_STACK_GROWS_UP=''
SCM_I_GSC_T_INT16=''
SCM_I_GSC_T_INT32=''
SCM_I_GSC_T_INT64=''
SCM_I_GSC_T_INT8=''
SCM_I_GSC_T_INTMAX=''
SCM_I_GSC_T_PTRDIFF=''
SCM_I_GSC_T_UINT16=''
SCM_I_GSC_T_UINT32=''
SCM_I_GSC_T_UINT64=''
SCM_I_GSC_T_UINT8=''
SCM_I_GSC_T_UINTMAX=''
SCM_I_GSC_USE_NULL_THREADS=''
SCM_I_GSC_USE_PTHREAD_THREADS=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS=''
VERSION='1.8.3'
XGETTEXT=''
XGETTEXT_015=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77='g77'
acx_pthread_config=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
have_makeinfo=''
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/jhbuild/svn/guile-1.8.3/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
lispdir=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/jhbuild/gnome22'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' guile-readline'
sysconfdir='${prefix}/etc'
target_alias=''
top_builddir_absolute=''
top_srcdir_absolute=''

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

#define PACKAGE_NAME "guile"
#define PACKAGE_TARNAME "guile"
#define PACKAGE_VERSION "1.8.3"
#define PACKAGE_STRING "guile 1.8.3"
#define PACKAGE_BUGREPORT "bug-guile gnu org"
#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

configure: exit 1

================================

any suggestions on how to get this to compile would be appreciated.



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