libtool
[Top][All Lists]
Advanced

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

Re: Support for creating shared C++ libraries on BeOS


From: Christian Biesinger
Subject: Re: Support for creating shared C++ libraries on BeOS
Date: Sun, 30 Oct 2005 17:59:03 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051007 Debian/1.7.12-1

Hi again, and sorry for the late reply. I did, unfortunately, not have time to do this earlier...

Ralf Wildenhues wrote:
Thanks.  Could you also try
  make check TESTS=

on CVS HEAD and send tests/testsuite.log with the failures, but only
after running `cvs update' to get a missing `-no-undefined' fix into the
new HEAD testsuite?

OK, attached. Hm... looks like I need a newer autoconf (I had some problems with newer autotools on this system earlier... That's why I ran bootstrap on a different (linux) system and copied the result over. I always get "The flock() function is unimplemented" with newer autoconfs... 2.57 is what I have, Zeta shipped with that)

Also maybe $top_builddir/config.log would be interesting, as would
output of `make' (i.e., compiler warnings while building libltdl).

I attached those too. Looks like there are no warnings, though.

Also, do you have a pointer to good online BeOS system documentation?

Hrm... not really... There's the Be Book of course (findable via google), and some of the Be Newsletters are interesting (http://www.beatjapan.org/mirror/www.be.com/aboutbe/benewsletter/).

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

It was created by libtool configure 2.1a, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/boot/home/cairo-inst

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

hostname = christian
uname -m = BePC
uname -r = 6.0
uname -s = BeOS
uname -v = 11314

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

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

PATH: /boot/home/cairo-inst/bin
PATH: .
PATH: /boot/home/config/bin
PATH: /bin
PATH: /boot/beos/apps
PATH: /boot/home/config/ZetaMenu/Software/System
PATH: /boot/home/config/ZetaMenu/Software/Tools
PATH: /boot/home/config/ZetaMenu/Software/Develop
PATH: /boot/develop/bin


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

configure:1663: checking for a BSD-compatible install
configure:1718: result: /bin/ginstall -c
configure:1729: checking whether build environment is sane
configure:1772: result: yes
configure:1837: checking for gawk
configure:1853: found /bin/gawk
configure:1863: result: gawk
configure:1873: checking whether make sets $(MAKE)
configure:1893: result: yes
configure:2068: checking whether subdir libobjs are useable
configure:2081: result: no
configure:2171: checking for gcc
configure:2187: found /boot/develop/bin/gcc
configure:2197: result: gcc
configure:2441: checking for C compiler version
configure:2444: gcc --version </dev/null >&5
2.9-beos-000224
configure:2447: $? = 0
configure:2449: gcc -v </dev/null >&5
Reading specs from 
/boot/develop/tools/sdk/release/H-i586-pc-beos5/T-i586-pc-beos5/lib/gcc-lib/i586-pc-beos5/2.9-beos-000224/specs
gcc version 2.9-beos-000224
configure:2452: $? = 0
configure:2454: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2457: $? = 1
configure:2480: checking for C compiler default output file name
configure:2483: gcc    conftest.c  >&5
configure:2486: $? = 0
configure:2532: result: conftest
configure:2537: checking whether the C compiler works
configure:2543: ./conftest
configure:2546: $? = 0
configure:2563: result: yes
configure:2570: checking whether we are cross compiling
configure:2572: result: no
configure:2575: checking for suffix of executables
configure:2577: gcc -o conftest    conftest.c  >&5
configure:2580: $? = 0
configure:2605: result: 
configure:2611: checking for suffix of object files
configure:2632: gcc -c   conftest.c >&5
configure:2635: $? = 0
configure:2657: result: o
configure:2661: checking whether we are using the GNU C compiler
configure:2685: gcc -c   conftest.c >&5
configure:2691: $? = 0
configure:2694: test -z                          || test ! -s conftest.err
configure:2697: $? = 0
configure:2700: test -s conftest.o
configure:2703: $? = 0
configure:2716: result: yes
configure:2722: checking whether gcc accepts -g
configure:2743: gcc -c -g  conftest.c >&5
configure:2749: $? = 0
configure:2752: test -z                          || test ! -s conftest.err
configure:2755: $? = 0
configure:2758: test -s conftest.o
configure:2761: $? = 0
configure:2772: result: yes
configure:2789: checking for gcc option to accept ANSI C
configure:2859: gcc  -c -g -O2  conftest.c >&5
configure:2865: $? = 0
configure:2868: test -z                          || test ! -s conftest.err
configure:2871: $? = 0
configure:2874: test -s conftest.o
configure:2877: $? = 0
configure:2895: result: none needed
configure:2913: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c:2: error: parse error before `me'
configure:2919: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3060: checking for style of include used by make
configure:3088: result: GNU
configure:3116: checking dependency style of gcc
configure:3206: result: gcc
configure:3224: checking whether gcc and cc understand -c and -o together
configure:3254: gcc -c conftest.c -o conftest.o >&5
configure:3257: $? = 0
configure:3259: gcc -c conftest.c -o conftest.o >&5
configure:3262: $? = 0
configure:3269: cc -c conftest.c >&5
configure:3272: $? = 0
configure:3275: cc -c conftest.c -o conftest.o >&5
configure:3278: $? = 0
configure:3280: cc -c conftest.c -o conftest.o >&5
configure:3283: $? = 0
configure:3301: result: yes
configure:3331: checking how to run the C preprocessor
configure:3366: gcc -E  conftest.c
configure:3372: $? = 0
configure:3404: gcc -E  conftest.c
/boot/home/Software/libtool/conftest.c:11: error: ac_nonexistent.h: No such 
file or directory
configure:3410: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3449: result: gcc -E
configure:3473: gcc -E  conftest.c
configure:3479: $? = 0
configure:3511: gcc -E  conftest.c
/boot/home/Software/libtool/conftest.c:11: error: ac_nonexistent.h: No such 
file or directory
configure:3517: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3967: checking build system type
configure:3985: result: i586-pc-beos
configure:3993: checking host system type
configure:4007: result: i586-pc-beos
configure:4015: checking for a sed that does not truncate output
configure:4070: result: /bin/sed
configure:4085: checking for egrep
configure:4095: result: grep -E
configure:4100: checking for fgrep
configure:4110: result: grep -F
configure:4145: checking for ld used by gcc
configure:4212: result: /boot/develop/bin/ld
configure:4221: checking if the linker (/boot/develop/bin/ld) is GNU ld
configure:4236: result: yes
configure:4249: checking for BSD- or MS-compatible name lister (nm)
configure:4292: result: /boot/develop/bin/nm -B
configure:4397: checking the name lister (/boot/develop/bin/nm -B) interface
configure:4404: gcc -c -g -O2  conftest.c >&5
configure:4407: /boot/develop/bin/nm -B "conftest.o"
configure:4410: output
00000000 ? __FRAME_BEGIN__
00000000 D some_variable
configure:4417: result: BSD nm
configure:4420: checking whether ln -s works
configure:4424: result: yes
configure:4432: checking the maximum length of command line arguments
configure:4529: result: 262144
configure:4547: checking whether the shell understands some XSI constructs
configure:4555: result: yes
configure:4559: checking for /boot/develop/bin/ld option to reload object files
configure:4566: result: -r
configure:4593: checking how to recognise dependent libraries
configure:4773: result: pass_all
configure:4831: checking for ar
configure:4847: found /boot/develop/bin/ar
configure:4858: result: ar
configure:4924: checking for strip
configure:4940: found /boot/develop/bin/strip
configure:4951: result: strip
configure:5011: checking for ranlib
configure:5027: found /boot/develop/bin/ranlib
configure:5038: result: ranlib
configure:5118: checking command to parse /boot/develop/bin/nm -B output from 
gcc object
configure:5225: gcc -c -g -O2  conftest.c >&5
configure:5228: $? = 0
configure:5232: /boot/develop/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:5235: $? = 0
configure:5289: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5292: $? = 0
configure:5330: result: ok
configure:5352: checking for ANSI C header files
configure:5377: gcc -c -g -O2  conftest.c >&5
configure:5383: $? = 0
configure:5386: test -z                          || test ! -s conftest.err
configure:5389: $? = 0
configure:5392: test -s conftest.o
configure:5395: $? = 0
configure:5484: gcc -o conftest -g -O2   conftest.c  >&5
configure:5487: $? = 0
configure:5489: ./conftest
configure:5492: $? = 0
configure:5507: result: yes
configure:5531: checking for sys/types.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for sys/stat.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for stdlib.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for string.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for memory.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for strings.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for inttypes.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for stdint.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5531: checking for unistd.h
configure:5547: gcc -c -g -O2  conftest.c >&5
configure:5553: $? = 0
configure:5556: test -z                          || test ! -s conftest.err
configure:5559: $? = 0
configure:5562: test -s conftest.o
configure:5565: $? = 0
configure:5576: result: yes
configure:5592: checking for dlfcn.h
configure:5608: gcc -c -g -O2  conftest.c >&5
configure:5614: $? = 0
configure:5617: test -z                          || test ! -s conftest.err
configure:5620: $? = 0
configure:5623: test -s conftest.o
configure:5626: $? = 0
configure:5637: result: yes
configure:6703: checking for objdir
configure:6718: result: .libs
configure:7038: checking if gcc supports -fno-rtti -fno-exceptions
configure:7056: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
configure:7060: $? = 0
configure:7073: result: yes
configure:7093: checking for gcc option to produce PIC
configure:7320: result:  -DPIC
configure:7332: checking if gcc PIC flag  -DPIC works
configure:7350: gcc -c -g -O2   -DPIC -DPIC conftest.c >&5
configure:7354: $? = 0
configure:7367: result: yes
configure:7390: checking if gcc static flag -static works
configure:7418: result: yes
configure:7433: checking if gcc supports -c -o file.o
configure:7454: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7458: $? = 0
configure:7480: result: yes
configure:7488: checking if gcc supports -c -o file.o
configure:7535: result: yes
configure:7568: checking whether the gcc linker (/boot/develop/bin/ld) supports 
shared libraries
configure:8544: result: yes
configure:8591: checking whether -lc should be explicitly linked in
configure:8596: gcc -c -g -O2  conftest.c >&5
configure:8599: $? = 0
configure:8613: gcc -nostart conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8616: $? = 1
configure:8628: result: yes
configure:8782: checking dynamic linker characteristics
configure:9356: result: beos ld.so
configure:9440: checking how to hardcode library paths into programs
configure:9465: result: immediate
configure:9486: checking whether stripping libraries is possible
configure:9491: result: yes
configure:9526: checking if libtool supports shared libraries
configure:9528: result: yes
configure:9531: checking whether to build shared libraries
configure:9552: result: yes
configure:9555: checking whether to build static libraries
configure:9559: result: yes
configure:9594: checking for an ANSI C-conforming const
configure:9661: gcc -c -g -O2  conftest.c >&5
configure:9667: $? = 0
configure:9670: test -z                          || test ! -s conftest.err
configure:9673: $? = 0
configure:9676: test -s conftest.o
configure:9679: $? = 0
configure:9690: result: yes
configure:9708: checking for dirent.h that defines DIR
configure:9732: gcc -c -g -O2  conftest.c >&5
configure:9738: $? = 0
configure:9741: test -z                          || test ! -s conftest.err
configure:9744: $? = 0
configure:9747: test -s conftest.o
configure:9750: $? = 0
configure:9761: result: yes
configure:9774: checking for library containing opendir
configure:9804: gcc -o conftest -g -O2   conftest.c  >&5
configure:9810: $? = 0
configure:9813: test -z                          || test ! -s conftest.err
configure:9816: $? = 0
configure:9819: test -s conftest
configure:9822: $? = 0
configure:9891: result: none required
configure:10025: checking which extension is used for runtime loadable modules
configure:10035: result: .so
configure:10045: checking which variable specifies run-time module search path
configure:10052: result: LIBRARY_PATH
configure:10062: checking for the default library search path
configure:10069: result: /lib /usr/lib
configure:10099: checking for dlopen in -ldl
configure:10129: gcc -o conftest -g -O2   conftest.c -ldl   >&5
configure:10135: $? = 0
configure:10138: test -z                         || test ! -s conftest.err
configure:10141: $? = 0
configure:10144: test -s conftest
configure:10147: $? = 0
configure:10160: result: yes
configure:10307: checking for dlerror
configure:10364: gcc -o conftest -g -O2   conftest.c  -ldl >&5
configure:10370: $? = 0
configure:10373: test -z                         || test ! -s conftest.err
configure:10376: $? = 0
configure:10379: test -s conftest
configure:10382: $? = 0
configure:10394: result: yes
configure:10409: checking for shl_load
configure:10466: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccZrwaJX.o: In function `main':
/boot/home/Software/libtool/conftest.c:69: undefined reference to `shl_load'
/boot/home/Software/libtool/conftest.c:68: undefined reference to `shl_load'
collect2: ld returned 1 exit status
configure:10472: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 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 gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* 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 ();
| /* 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
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != shl_load;
|   ;
|   return 0;
| }
configure:10496: result: no
configure:10506: checking for shl_load in -ldld
configure:10536: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/boot/develop/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10542: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* 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:10567: result: no
configure:10693: checking for dld_link in -ldld
configure:10723: gcc -o conftest -g -O2   conftest.c -ldld   >&5
/boot/develop/bin/ld: cannot find -ldld
collect2: ld returned 1 exit status
configure:10729: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char dld_link ();
| int
| main ()
| {
| dld_link ();
|   ;
|   return 0;
| }
configure:10754: result: no
configure:10792: checking for _ prefix in compiled symbols
configure:10802: gcc -c -g -O2  conftest.c >&5
configure:10805: $? = 0
configure:10809: /boot/develop/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:10812: $? = 0
configure:10834: result: no
configure:10952: checking whether deplibs are loaded by dlopen
configure:11030: result: unknown
configure:11046: checking for argz.h
configure:11062: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c:66: error: argz.h: No such file or 
directory
configure:11068: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <argz.h>
configure:11091: result: no
configure:11103: checking for error_t
configure:11130: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c: In function `main':
/boot/home/Software/libtool/conftest.c:38: error: `error_t' undeclared (first 
use in this function)
/boot/home/Software/libtool/conftest.c:38: error: (Each undeclared identifier 
is reported only once
/boot/home/Software/libtool/conftest.c:38: error: for each function it appears 
in.)
/boot/home/Software/libtool/conftest.c:38: error: parse error before `)'
configure:11136: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| /* end confdefs.h.  */
| #if defined(HAVE_ARGZ_H)
| #  include <argz.h>
| #endif
| 
| int
| main ()
| {
| if ((error_t *) 0)
|   return 0;
| if (sizeof (error_t))
|   return 0;
|   ;
|   return 0;
| }
configure:11159: result: no
configure:11187: checking for argz_append
configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cchB0Yjs.o: In function `main':
/boot/home/Software/libtool/conftest.c:72: undefined reference to `argz_append'
/boot/home/Software/libtool/conftest.c:71: undefined reference to `argz_append'
collect2: ld returned 1 exit status
configure:11250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_append to an innocuous variant, in case <limits.h> declares 
argz_append.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_append innocuous_argz_append
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_append (); 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 argz_append
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char argz_append ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_argz_append) || defined (__stub___argz_append)
| choke me
| #else
| char (*f) () = argz_append;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != argz_append;
|   ;
|   return 0;
| }
configure:11274: result: no
configure:11187: checking for argz_create_sep
configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccboSbrE.o: In function `main':
/boot/home/Software/libtool/conftest.c:72: undefined reference to 
`argz_create_sep'
/boot/home/Software/libtool/conftest.c:71: undefined reference to 
`argz_create_sep'
collect2: ld returned 1 exit status
configure:11250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_create_sep to an innocuous variant, in case <limits.h> 
declares argz_create_sep.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_create_sep innocuous_argz_create_sep
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_create_sep (); 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 argz_create_sep
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char argz_create_sep ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_argz_create_sep) || defined (__stub___argz_create_sep)
| choke me
| #else
| char (*f) () = argz_create_sep;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != argz_create_sep;
|   ;
|   return 0;
| }
configure:11274: result: no
configure:11187: checking for argz_insert
configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccEQaxxD.o: In function `main':
/boot/home/Software/libtool/conftest.c:72: undefined reference to `argz_insert'
/boot/home/Software/libtool/conftest.c:71: undefined reference to `argz_insert'
collect2: ld returned 1 exit status
configure:11250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_insert to an innocuous variant, in case <limits.h> declares 
argz_insert.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_insert innocuous_argz_insert
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_insert (); 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 argz_insert
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char argz_insert ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_argz_insert) || defined (__stub___argz_insert)
| choke me
| #else
| char (*f) () = argz_insert;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != argz_insert;
|   ;
|   return 0;
| }
configure:11274: result: no
configure:11187: checking for argz_next
configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccchIXru.o: In function `main':
/boot/home/Software/libtool/conftest.c:72: undefined reference to `argz_next'
/boot/home/Software/libtool/conftest.c:71: undefined reference to `argz_next'
collect2: ld returned 1 exit status
configure:11250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_next to an innocuous variant, in case <limits.h> declares 
argz_next.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_next innocuous_argz_next
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_next (); 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 argz_next
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char argz_next ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_argz_next) || defined (__stub___argz_next)
| choke me
| #else
| char (*f) () = argz_next;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != argz_next;
|   ;
|   return 0;
| }
configure:11274: result: no
configure:11187: checking for argz_stringify
configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/cclDeBkf.o: In function `main':
/boot/home/Software/libtool/conftest.c:72: undefined reference to 
`argz_stringify'
/boot/home/Software/libtool/conftest.c:71: undefined reference to 
`argz_stringify'
collect2: ld returned 1 exit status
configure:11250: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| /* end confdefs.h.  */
| /* Define argz_stringify to an innocuous variant, in case <limits.h> declares 
argz_stringify.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define argz_stringify innocuous_argz_stringify
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char argz_stringify (); 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 argz_stringify
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char argz_stringify ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_argz_stringify) || defined (__stub___argz_stringify)
| choke me
| #else
| char (*f) () = argz_stringify;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != argz_stringify;
|   ;
|   return 0;
| }
configure:11274: result: no
configure:11322: checking whether libtool supports -dlopen/-dlpreopen
configure:11334: result: yes
configure:11369: checking for memory.h
configure:11414: result: yes
configure:11369: checking for unistd.h
configure:11414: result: yes
configure:11369: checking for dl.h
configure:11385: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c:70: error: dl.h: No such file or 
directory
configure:11391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dl.h>
configure:11414: result: no
configure:11369: checking for sys/dl.h
configure:11385: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c:70: error: sys/dl.h: No such file or 
directory
configure:11391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/dl.h>
configure:11414: result: no
configure:11369: checking for dld.h
configure:11385: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c:70: error: dld.h: No such file or 
directory
configure:11391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <dld.h>
configure:11414: result: no
configure:11369: checking for mach-o/dyld.h
configure:11385: gcc -c -g -O2  conftest.c >&5
/boot/home/Software/libtool/conftest.c:70: error: mach-o/dyld.h: No such file 
or directory
configure:11391: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <mach-o/dyld.h>
configure:11414: result: no
configure:11430: checking for string.h
configure:11475: result: yes
configure:11493: checking for closedir
configure:11550: gcc -o conftest -g -O2   conftest.c  >&5
configure:11556: $? = 0
configure:11559: test -z                         || test ! -s conftest.err
configure:11562: $? = 0
configure:11565: test -s conftest
configure:11568: $? = 0
configure:11580: result: yes
configure:11493: checking for opendir
configure:11550: gcc -o conftest -g -O2   conftest.c  >&5
configure:11556: $? = 0
configure:11559: test -z                         || test ! -s conftest.err
configure:11562: $? = 0
configure:11565: test -s conftest
configure:11568: $? = 0
configure:11580: result: yes
configure:11493: checking for readdir
configure:11550: gcc -o conftest -g -O2   conftest.c  >&5
configure:11556: $? = 0
configure:11559: test -z                         || test ! -s conftest.err
configure:11562: $? = 0
configure:11565: test -s conftest
configure:11568: $? = 0
configure:11580: result: yes
configure:11604: checking for strlcat
configure:11661: gcc -o conftest -g -O2   conftest.c  >&5
configure:11667: $? = 0
configure:11670: test -z                         || test ! -s conftest.err
configure:11673: $? = 0
configure:11676: test -s conftest
configure:11679: $? = 0
configure:11691: result: yes
configure:11604: checking for strlcpy
configure:11661: gcc -o conftest -g -O2   conftest.c  >&5
configure:11667: $? = 0
configure:11670: test -z                         || test ! -s conftest.err
configure:11673: $? = 0
configure:11676: test -s conftest
configure:11679: $? = 0
configure:11691: result: yes
configure:11771: checking for g++
configure:11787: found /boot/develop/bin/g++
configure:11797: result: g++
configure:11813: checking for C++ compiler version
configure:11816: g++ --version </dev/null >&5
2.9-beos-000224
configure:11819: $? = 0
configure:11821: g++ -v </dev/null >&5
Reading specs from 
/boot/develop/tools/sdk/release/H-i586-pc-beos5/T-i586-pc-beos5/lib/gcc-lib/i586-pc-beos5/2.9-beos-000224/specs
gcc version 2.9-beos-000224
configure:11824: $? = 0
configure:11826: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:11829: $? = 1
configure:11832: checking whether we are using the GNU C++ compiler
configure:11856: g++ -c   conftest.cc >&5
configure:11862: $? = 0
configure:11865: test -z                         || test ! -s conftest.err
configure:11868: $? = 0
configure:11871: test -s conftest.o
configure:11874: $? = 0
configure:11887: result: yes
configure:11893: checking whether g++ accepts -g
configure:11914: g++ -c -g  conftest.cc >&5
configure:11920: $? = 0
configure:11923: test -z                         || test ! -s conftest.err
configure:11926: $? = 0
configure:11929: test -s conftest.o
configure:11932: $? = 0
configure:11943: result: yes
configure:11985: g++ -c -g -O2  conftest.cc >&5
configure:11991: $? = 0
configure:11994: test -z                         || test ! -s conftest.err
configure:11997: $? = 0
configure:12000: test -s conftest.o
configure:12003: $? = 0
configure:12029: g++ -c -g -O2  conftest.cc >&5
configure:12035: $? = 0
configure:12038: test -z                         || test ! -s conftest.err
configure:12041: $? = 0
configure:12044: test -s conftest.o
configure:12047: $? = 0
configure:12072: checking dependency style of g++
configure:12162: result: gcc
configure:12187: checking how to run the C++ preprocessor
configure:12218: g++ -E  conftest.cc
configure:12224: $? = 0
configure:12256: g++ -E  conftest.cc
/boot/home/Software/libtool/conftest.cc:41: error: ac_nonexistent.h: No such 
file or directory
configure:12262: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12301: result: g++ -E
configure:12325: g++ -E  conftest.cc
configure:12331: $? = 0
configure:12363: g++ -E  conftest.cc
/boot/home/Software/libtool/conftest.cc:41: error: ac_nonexistent.h: No such 
file or directory
configure:12369: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "libtool"
| #define VERSION "2.1a"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define error_t int
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_MEMORY_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_OPENDIR 1
| #define HAVE_READDIR 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12546: checking for ld used by g++
configure:12613: result: /boot/develop/bin/ld
configure:12622: checking if the linker (/boot/develop/bin/ld) is GNU ld
configure:12637: result: yes
configure:12692: checking whether the g++ linker (/boot/develop/bin/ld) 
supports shared libraries
configure:13606: result: yes
configure:13634: g++ -c -g -O2  conftest.cpp >&5
configure:13637: $? = 0
configure:13773: checking for g++ option to produce PIC
configure:14062: result:  -DPIC
configure:14071: checking if g++ PIC flag  -DPIC works
configure:14089: g++ -c -g -O2   -DPIC -DPIC conftest.cpp >&5
configure:14093: $? = 0
configure:14106: result: yes
configure:14126: checking if g++ static flag -static works
configure:14154: result: yes
configure:14166: checking if g++ supports -c -o file.o
configure:14187: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:14191: $? = 0
configure:14213: result: yes
configure:14218: checking if g++ supports -c -o file.o
configure:14265: result: yes
configure:14295: checking whether the g++ linker (/boot/develop/bin/ld) 
supports shared libraries
configure:14320: result: yes
configure:14459: checking dynamic linker characteristics
configure:15033: result: beos ld.so
configure:15069: checking how to hardcode library paths into programs
configure:15094: result: immediate
configure:15112: checking whether stripping libraries is possible
configure:15117: result: yes
configure:15221: checking for g77
configure:15250: result: no
configure:15221: checking for f77
configure:15250: result: no
configure:15221: checking for xlf
configure:15250: result: no
configure:15221: checking for frt
configure:15250: result: no
configure:15221: checking for pgf77
configure:15250: result: no
configure:15221: checking for fort77
configure:15250: result: no
configure:15221: checking for fl32
configure:15250: result: no
configure:15221: checking for af77
configure:15250: result: no
configure:15221: checking for f90
configure:15250: result: no
configure:15221: checking for xlf90
configure:15250: result: no
configure:15221: checking for pgf90
configure:15250: result: no
configure:15221: checking for epcf90
configure:15250: result: no
configure:15221: checking for f95
configure:15250: result: no
configure:15221: checking for fort
configure:15250: result: no
configure:15221: checking for xlf95
configure:15250: result: no
configure:15221: checking for ifc
configure:15250: result: no
configure:15221: checking for efc
configure:15250: result: no
configure:15221: checking for pgf95
configure:15250: result: no
configure:15221: checking for lf95
configure:15250: result: no
configure:15221: checking for gfortran
configure:15250: result: no
configure:15262: checking for Fortran 77 compiler version
configure:15265:  --version </dev/null >&5
./configure: line 15266: --version: command not found
configure:15268: $? = 127
configure:15270:  -v </dev/null >&5
./configure: line 15271: -v: command not found
configure:15273: $? = 127
configure:15275:  -V </dev/null >&5
./configure: line 15276: -V: command not found
configure:15278: $? = 127
configure:15286: checking whether we are using the GNU Fortran 77 compiler
configure:15300:  -c  conftest.F >&5
./configure: line 15301: -c: command not found
configure:15306: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:15331: result: no
configure:15337: checking whether  accepts -g
configure:15349:  -c -g conftest.f >&5
./configure: line 15350: -c: command not found
configure:15355: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:15379: result: no
configure:17859: checking for f95
configure:17888: result: no
configure:17859: checking for fort
configure:17888: result: no
configure:17859: checking for xlf95
configure:17888: result: no
configure:17859: checking for ifc
configure:17888: result: no
configure:17859: checking for efc
configure:17888: result: no
configure:17859: checking for pgf95
configure:17888: result: no
configure:17859: checking for lf95
configure:17888: result: no
configure:17859: checking for gfortran
configure:17888: result: no
configure:17859: checking for f90
configure:17888: result: no
configure:17859: checking for xlf90
configure:17888: result: no
configure:17859: checking for pgf90
configure:17888: result: no
configure:17859: checking for epcf90
configure:17888: result: no
configure:17859: checking for g77
configure:17888: result: no
configure:17859: checking for f77
configure:17888: result: no
configure:17859: checking for xlf
configure:17888: result: no
configure:17859: checking for frt
configure:17888: result: no
configure:17859: checking for pgf77
configure:17888: result: no
configure:17859: checking for fort77
configure:17888: result: no
configure:17859: checking for fl32
configure:17888: result: no
configure:17859: checking for af77
configure:17888: result: no
configure:17900: checking for Fortran compiler version
configure:17903:  --version </dev/null >&5
./configure: line 17904: --version: command not found
configure:17906: $? = 127
configure:17908:  -v </dev/null >&5
./configure: line 17909: -v: command not found
configure:17911: $? = 127
configure:17913:  -V </dev/null >&5
./configure: line 17914: -V: command not found
configure:17916: $? = 127
configure:17924: checking whether we are using the GNU Fortran compiler
configure:17938:  -c   conftest.F >&5
./configure: line 17939: -c: command not found
configure:17944: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:17969: result: no
configure:17975: checking whether  accepts -g
configure:17987:  -c -g  conftest.f >&5
./configure: line 17988: -c: command not found
configure:17993: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:18017: result: no
configure:20608: checking for gcj
configure:20637: result: no
configure:23094: checking for windres
configure:23123: result: no
configure:23447: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libtool config.status 2.1a, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on christian

config.status:1221: creating Makefile
config.status:1287: creating config.h
config.status:1613: executing tests/atconfig commands
config.status:1613: executing depfiles commands
config.status:1613: executing libtool commands

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

ac_cv_build=i586-pc-beos
ac_cv_build_alias=i586-pc-beos
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=no
ac_cv_func_argz_append=no
ac_cv_func_argz_create_sep=no
ac_cv_func_argz_insert=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_closedir=yes
ac_cv_func_dlerror=yes
ac_cv_func_opendir=yes
ac_cv_func_readdir=yes
ac_cv_func_shl_load=no
ac_cv_func_strlcat=yes
ac_cv_func_strlcpy=yes
ac_cv_header_argz_h=no
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dld_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_mach_o_dyld_h=no
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_dl_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i586-pc-beos
ac_cv_host_alias=i586-pc-beos
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_objext=o
ac_cv_path_install='/bin/ginstall -c'
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_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_fc_g=no
ac_cv_prog_fgrep='grep -F'
ac_cv_prog_make_make_set=yes
ac_cv_search_opendir='none required'
ac_cv_type_error_t=no
am_cv_CC_dependencies_compiler_type=gcc
am_cv_CXX_dependencies_compiler_type=gcc
libltdl_cv_lib_dl_dlopen=yes
libltdl_cv_preloaded_symbols=yes
libltdl_cv_shlibext=.so
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=load_add_on
lt_cv_dlopen_libs=
lt_cv_dlopen_self=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_module_path_var=LIBRARY_PATH
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/boot/develop/bin/ld
lt_cv_path_LDCXX=/boot/develop/bin/ld
lt_cv_path_NM='/boot/develop/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_RC=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_dlopen_deplibs=unknown
lt_cv_sys_dlsearch_path='/lib /usr/lib'
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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  
{"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=262144
lt_cv_sys_symbol_underscore=no

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

ACLOCAL='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run tar'
AR='ar'
ARGZ_H='argz.h'
AS='as'
AUTOCONF='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
autoconf'
AUTOHEADER='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
autoheader'
AUTOM4TE='autom4te'
AUTOMAKE='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
automake-1.9'
AUTOTEST='$(AUTOM4TE) --language=autotest'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/stamp-vcl'
CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo   
tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
CONVENIENCE_LTDL_FALSE=''
CONVENIENCE_LTDL_TRUE='#'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile 
tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile 
tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile 
tests/tagdemo/Makefile '
DLLTOOL='dlltool'
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FC=''
FCFLAGS=''
FFLAGS=''
FGREP='grep -F'
GCJ=''
GCJFLAGS='-g -O2'
GREP='grep'
HAVE_CXX_FALSE='#'
HAVE_CXX_TRUE=''
HAVE_F77_FALSE=''
HAVE_F77_TRUE='#'
HAVE_FC_FALSE=''
HAVE_FC_TRUE='#'
HAVE_GCJ_FALSE=''
HAVE_GCJ_TRUE='#'
HAVE_RC_FALSE=''
HAVE_RC_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LTDL_FALSE='#'
INSTALL_LTDL_TRUE=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LASTRELEASE='2.1'
LD='/boot/develop/bin/ld'
LDFLAGS=''
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBOBJS=' argz$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTDLOPEN='libltdl'
LTDL_SUBDIR_LIBOBJS_FALSE=''
LTDL_SUBDIR_LIBOBJS_TRUE='#'
LTLIBOBJS=' argz$U.lo'
LT_CONFIG_H='config.h'
LT_DLLOADERS=' libltdl/dlopen.la libltdl/load_add_on.la'
LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la -dlpreopen libltdl/load_add_on.la '
M4SH='$(AUTOM4TE) --language=m4sh'
MAKEINFO='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
makeinfo'
NM='/boot/develop/bin/nm -B'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='libtool'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='libtool'
PACKAGE_STRING='libtool 2.1a'
PACKAGE_TARNAME='libtool'
PACKAGE_VERSION='2.1a'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RC=''
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TIMESTAMP=' 1.2144 2005/10/29 14:21:01'
VERSION='2.1a'
abs_top_builddir=''
abs_top_srcdir=''
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DLLTOOL=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
ac_ct_GCJ=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_RC=''
ac_ct_STRIP='strip'
aclocaldir='${datadir}/aclocal'
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i586-pc-beos'
build_alias=''
build_cpu='i586'
build_os='beos'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i586-pc-beos'
host_alias=''
host_cpu='i586'
host_os='beos'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/boot/home/Software/libtool/libltdl/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
package_revision='1.2144'
pkgdatadir='${datadir}/libtool'
prefix='/boot/home/cairo-inst'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore='no'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_CLOSEDIR 1
#define HAVE_DIRENT_H 1
#define HAVE_DLERROR 1
#define HAVE_DLFCN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBDL 1
#define HAVE_LIBDLLOADER 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMORY_H 1
#define HAVE_OPENDIR 1
#define HAVE_PRELOADED_SYMBOLS 1
#define HAVE_READDIR 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRLCAT 1
#define HAVE_STRLCPY 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define LTDL_DLOPEN_DEPLIBS 1
#define LT_DLSEARCH_PATH "/lib:/usr/lib"
#define LT_MODULE_EXT ".so"
#define LT_MODULE_PATH_VAR "LIBRARY_PATH"
#define LT_OBJDIR ".libs/"
#define PACKAGE "libtool"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "libtool"
#define PACKAGE_STRING "libtool 2.1a"
#define PACKAGE_TARNAME "libtool"
#define PACKAGE_VERSION "2.1a"
#define STDC_HEADERS 1
#define VERSION "2.1a"
#define error_t int

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by libtool config.status 2.1a, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status libtool

on christian

config.status:1613: executing libtool commands
cd . && /bin/sh ./config.status libtool
config.status: executing libtool commands
cp ./libltdl/argz_.h libltdl/argz.h-t
mv libltdl/argz.h-t libltdl/argz.h
/bin/make  all-recursive
make[1]: Entering directory `/boot/home/Software/libtool'
make[2]: Entering directory `/boot/home/Software/libtool'
source='libltdl/loaders/preopen.c' 
object='libltdl/loaders/libltdl_libltdl_la-preopen.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdl -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl/libltdl   -g -O2 -c -o 
libltdl/loaders/libltdl_libltdl_la-preopen.lo `test -f 
'libltdl/loaders/preopen.c' || echo './'`libltdl/loaders/preopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/loaders/preopen.c 
-Wp,-MD,libltdl/loaders/.deps/libltdl_libltdl_la-preopen.TPlo  -DPIC -o 
libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/loaders/preopen.c 
-Wp,-MD,libltdl/loaders/.deps/libltdl_libltdl_la-preopen.TPlo -o 
libltdl/loaders/libltdl_libltdl_la-preopen.o >/dev/null 2>&1
source='libltdl/lt__alloc.c' object='libltdl/libltdl_libltdl_la-lt__alloc.lo' 
libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdl -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl/libltdl   -g -O2 -c -o 
libltdl/libltdl_libltdl_la-lt__alloc.lo `test -f 'libltdl/lt__alloc.c' || echo 
'./'`libltdl/lt__alloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/lt__alloc.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-lt__alloc.TPlo  -DPIC -o 
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/lt__alloc.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-lt__alloc.TPlo -o 
libltdl/libltdl_libltdl_la-lt__alloc.o >/dev/null 2>&1
source='libltdl/lt_dlloader.c' 
object='libltdl/libltdl_libltdl_la-lt_dlloader.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdl -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl/libltdl   -g -O2 -c -o 
libltdl/libltdl_libltdl_la-lt_dlloader.lo `test -f 'libltdl/lt_dlloader.c' || 
echo './'`libltdl/lt_dlloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/lt_dlloader.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-lt_dlloader.TPlo  -DPIC -o 
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/lt_dlloader.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-lt_dlloader.TPlo -o 
libltdl/libltdl_libltdl_la-lt_dlloader.o >/dev/null 2>&1
source='libltdl/lt_error.c' object='libltdl/libltdl_libltdl_la-lt_error.lo' 
libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdl -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl/libltdl   -g -O2 -c -o 
libltdl/libltdl_libltdl_la-lt_error.lo `test -f 'libltdl/lt_error.c' || echo 
'./'`libltdl/lt_error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/lt_error.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-lt_error.TPlo  -DPIC -o 
libltdl/.libs/libltdl_libltdl_la-lt_error.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/lt_error.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-lt_error.TPlo -o 
libltdl/libltdl_libltdl_la-lt_error.o >/dev/null 2>&1
source='libltdl/ltdl.c' object='libltdl/libltdl_libltdl_la-ltdl.lo' libtool=yes 
\
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdl -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl/libltdl   -g -O2 -c -o 
libltdl/libltdl_libltdl_la-ltdl.lo `test -f 'libltdl/ltdl.c' || echo 
'./'`libltdl/ltdl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/ltdl.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-ltdl.TPlo  -DPIC -o 
libltdl/.libs/libltdl_libltdl_la-ltdl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/ltdl.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-ltdl.TPlo -o 
libltdl/libltdl_libltdl_la-ltdl.o >/dev/null 2>&1
source='libltdl/slist.c' object='libltdl/libltdl_libltdl_la-slist.lo' 
libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdl -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl/libltdl   -g -O2 -c -o 
libltdl/libltdl_libltdl_la-slist.lo `test -f 'libltdl/slist.c' || echo 
'./'`libltdl/slist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/slist.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-slist.TPlo  -DPIC -o 
libltdl/.libs/libltdl_libltdl_la-slist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdl 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/slist.c 
-Wp,-MD,libltdl/.deps/libltdl_libltdl_la-slist.TPlo -o 
libltdl/libltdl_libltdl_la-slist.o >/dev/null 2>&1
source='libltdl/loaders/dlopen.c' object='libltdl/loaders/dlopen.lo' 
libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl   -g -O2 -c -o libltdl/loaders/dlopen.lo 
libltdl/loaders/dlopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/loaders/dlopen.c 
-Wp,-MD,libltdl/loaders/.deps/dlopen.TPlo  -DPIC -o 
libltdl/loaders/.libs/dlopen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/loaders/dlopen.c 
-Wp,-MD,libltdl/loaders/.deps/dlopen.TPlo -o libltdl/loaders/dlopen.o 
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
libltdl/dlopen.la  -module -avoid-version libltdl/loaders/dlopen.lo -ldl 
libtool: link: ar cru libltdl/.libs/libdlopen.a libltdl/loaders/.libs/dlopen.o 
libtool: link: ranlib libltdl/.libs/libdlopen.a
libtool: link: creating libltdl/dlopen.la
libtool: link: ( cd "libltdl/.libs" && rm -f "dlopen.la" && ln -s 
"../dlopen.la" "dlopen.la" )
source='libltdl/loaders/load_add_on.c' object='libltdl/loaders/load_add_on.lo' 
libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl   -g -O2 -c -o libltdl/loaders/load_add_on.lo 
libltdl/loaders/load_add_on.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/loaders/load_add_on.c 
-Wp,-MD,libltdl/loaders/.deps/load_add_on.TPlo  -DPIC -o 
libltdl/loaders/.libs/load_add_on.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c libltdl/loaders/load_add_on.c 
-Wp,-MD,libltdl/loaders/.deps/load_add_on.TPlo -o libltdl/loaders/load_add_on.o 
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
libltdl/load_add_on.la  -module -avoid-version libltdl/loaders/load_add_on.lo  
libtool: link: ar cru libltdl/.libs/libload_add_on.a 
libltdl/loaders/.libs/load_add_on.o 
libtool: link: ranlib libltdl/.libs/libload_add_on.a
libtool: link: creating libltdl/load_add_on.la
libtool: link: ( cd "libltdl/.libs" && rm -f "load_add_on.la" && ln -s 
"../load_add_on.la" "load_add_on.la" )
source='argz.c' object='argz.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./libltdl/config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl   -g -O2 -c -o argz.lo argz.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c argz.c -Wp,-MD,.deps/argz.TPlo  -DPIC -o 
.libs/argz.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl/libltdl -g -O2 -c argz.c -Wp,-MD,.deps/argz.TPlo -o argz.o 
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
libltdl/libltdl.la -rpath /boot/home/cairo-inst/lib -no-undefined -version-info 
7:0:0 -dlpreopen libltdl/dlopen.la -dlpreopen libltdl/load_add_on.la  
libltdl/loaders/libltdl_libltdl_la-preopen.lo 
libltdl/libltdl_libltdl_la-lt__alloc.lo 
libltdl/libltdl_libltdl_la-lt_dlloader.lo 
libltdl/libltdl_libltdl_la-lt_error.lo libltdl/libltdl_libltdl_la-ltdl.lo 
libltdl/libltdl_libltdl_la-slist.lo argz.lo 
libtool: link: rm -f libltdl/.libs/libltdl.nm libltdl/.libs/libltdl.nmS 
libltdl/.libs/libltdl.nmT
libtool: link: creating libltdl/.libs/libltdlS.c
libtool: link: extracting global C symbols from `libltdl/.libs/libdlopen.a'
libtool: link: extracting global C symbols from `libltdl/.libs/libload_add_on.a'
libtool: link: (cd libltdl/.libs && gcc -g -O2 -c -fno-builtin -fno-rtti 
-fno-exceptions  -DPIC "libltdlS.c")
libtool: link: rm -f "libltdl/.libs/libltdlS.c" "libltdl/.libs/libltdl.nm" 
"libltdl/.libs/libltdl.nmS" "libltdl/.libs/libltdl.nmT"
libtool: link: (cd libltdl/.libs/libltdl.lax/libdlopen.a && ar x 
/boot/home/Software/libtool/libltdl/.libs/libdlopen.a)
libtool: link: (cd libltdl/.libs/libltdl.lax/libload_add_on.a && ar x 
/boot/home/Software/libtool/libltdl/.libs/libload_add_on.a)
libtool: link: gcc -nostart  libltdl/loaders/.libs/libltdl_libltdl_la-preopen.o 
libltdl/.libs/libltdl_libltdl_la-lt__alloc.o 
libltdl/.libs/libltdl_libltdl_la-lt_dlloader.o 
libltdl/.libs/libltdl_libltdl_la-lt_error.o 
libltdl/.libs/libltdl_libltdl_la-ltdl.o 
libltdl/.libs/libltdl_libltdl_la-slist.o .libs/argz.o libltdl/.libs/libltdlS.o  
libltdl/.libs/libltdl.lax/libdlopen.a/dlopen.o  
libltdl/.libs/libltdl.lax/libload_add_on.a/load_add_on.o   -ldl    -Wl,-soname 
-Wl,libltdl.so -o libltdl/.libs/libltdl.so
libtool: link: (cd libltdl/.libs/libltdl.lax/libdlopen.a && ar x 
/boot/home/Software/libtool/libltdl/.libs/libdlopen.a)
libtool: link: (cd libltdl/.libs/libltdl.lax/libload_add_on.a && ar x 
/boot/home/Software/libtool/libltdl/.libs/libload_add_on.a)
libtool: link: ar cru libltdl/.libs/libltdl.a  
libltdl/loaders/libltdl_libltdl_la-preopen.o 
libltdl/libltdl_libltdl_la-lt__alloc.o libltdl/libltdl_libltdl_la-lt_dlloader.o 
libltdl/libltdl_libltdl_la-lt_error.o libltdl/libltdl_libltdl_la-ltdl.o 
libltdl/libltdl_libltdl_la-slist.o argz.o libltdl/.libs/libltdlS.o  
libltdl/.libs/libltdl.lax/libdlopen.a/dlopen.o  
libltdl/.libs/libltdl.lax/libload_add_on.a/load_add_on.o 
libtool: link: ranlib libltdl/.libs/libltdl.a
libtool: link: rm -fr libltdl/.libs/libltdl.lax libltdl/.libs/libltdl.lax
libtool: link: creating libltdl/libltdl.la
libtool: link: ( cd "libltdl/.libs" && rm -f "libltdl.la" && ln -s 
"../libltdl.la" "libltdl.la" )
rm -f libtoolize.tmp libtoolize
set dummy `/bin/sh ./libltdl/config/mkstamp < ./ChangeLog`; shift; case 2.1a in 
*[acegikmoqsuwy]) TIMESTAMP=" $1 $2 $3" ;; *) TIMESTAMP="" ;; esac; \
input="libtoolize.m4sh"; \
sed -e 's,@EGREP\@,grep -E,g' -e 's,@FGREP\@,grep -F,g' -e 's,@GREP\@,grep,g' 
-e 's,@LN_S\@,ln -s,g' -e 's,@MACRO_VERSION\@,2.1a,g' -e 
's,@PACKAGE\@,libtool,g' -e 's,@PACKAGE_BUGREPORT\@,address@hidden,g' -e 
's,@PACKAGE_NAME\@,libtool,g' -e 's,@PACKAGE_STRING\@,libtool 2.1a,g' -e 
's,@PACKAGE_TARNAME\@,libtool,g' -e 's,@PACKAGE_VERSION\@,2.1a,g' -e 
's,@SED\@,/bin/sed,g' -e 's,@VERSION\@,2.1a,g' -e 
's,@aclocaldir\@,/boot/home/cairo-inst/share/aclocal,g' -e 
's,@datadir\@,/boot/home/cairo-inst/share,g' -e 
's,@pkgdatadir\@,/boot/home/cairo-inst/share/libtool,g' -e 
's,@host_triplet\@,i586-pc-beos,g' -e 's,@prefix\@,/boot/home/cairo-inst,g' -e 
"s,@configure_input\@,Generated from $input; do not edit by hand,g" -e 
"s,@TIMESTAMP\@,$TIMESTAMP,g" \
        -e 's,@aclocal_DATA\@,m4/argz.m4 m4/libtool.m4 m4/ltdl.m4 
m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4,g' \
        -e "s,@pkgltdl_files\@,libltdl/COPYING.LIB libltdl/README 
libltdl/Makefile.inc libltdl/Makefile.am libltdl/configure.ac 
libltdl/aclocal.m4 libltdl/Makefile.in libltdl/config-h.in libltdl/configure 
libltdl/argz_.h libltdl/argz.c libltdl/loaders/dld_link.c 
libltdl/loaders/dlopen.c libltdl/loaders/dyld.c libltdl/loaders/load_add_on.c 
libltdl/loaders/loadlibrary.c libltdl/loaders/shl_load.c libltdl/lt__dirent.c 
libltdl/lt__strl.c libltdl/libltdl/lt__alloc.h libltdl/libltdl/lt__dirent.h 
libltdl/libltdl/lt__glibc.h libltdl/libltdl/lt__private.h 
libltdl/libltdl/lt__strl.h libltdl/libltdl/lt_dlloader.h 
libltdl/libltdl/lt_error.h libltdl/libltdl/lt_system.h libltdl/libltdl/slist.h 
libltdl/loaders/preopen.c libltdl/lt__alloc.c libltdl/lt_dlloader.c 
libltdl/lt_error.c libltdl/ltdl.c libltdl/ltdl.h libltdl/slist.c,g" \
        -e "s,@pkgconfig_files\@,config/compile config/config.guess 
config/config.sub config/depcomp config/install-sh config/missing 
config/ltmain.sh,g" \
        ./libtoolize.in > libtoolize.tmp
chmod a+x libtoolize.tmp
chmod a-w libtoolize.tmp
mv -f libtoolize.tmp libtoolize
make[2]: Leaving directory `/boot/home/Software/libtool'
make[1]: Leaving directory `/boot/home/Software/libtool'
## ------------------------ ##
## libtool 2.1a test suite. ##
## ------------------------ ##

testsuite: command line was:
  $ /boot/home/Software/libtool/tests/testsuite 

## ----------- ##
## ChangeLogs. ##
## ----------- ##

testsuite: ../ChangeLog:
| 2005-10-29  Howard Chu  <address@hidden>
| 
|       * libltdl/config/ltmain.m4sh (func_mode_link):
|       With `-static', only link statically against uninstalled
|       libtool libraries.  Fixes 1.5.x regression to match documented
|       behavior.
|       * NEWS: Updated.
| 
| 2005-10-27  Stepan Kasal  <address@hidden>
| 

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

hostname = christian
uname -m = BePC
uname -r = 6.0
uname -s = BeOS
uname -v = 11314

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

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

PATH: /boot/home/Software/libtool/tests
PATH: /boot/home/cairo-inst/bin
PATH: /boot/home/Software/libtool
PATH: /boot/home/config/bin
PATH: /bin
PATH: /boot/beos/apps
PATH: /boot/home/config/ZetaMenu/Software/System
PATH: /boot/home/config/ZetaMenu/Software/Tools
PATH: /boot/home/config/ZetaMenu/Software/Develop
PATH: /boot/develop/bin

testsuite: atconfig:
| # Configurable variable values for building test suites.
| # Generated by ./config.status.
| # Copyright (C) 2000, 2001, 2003 Free Software Foundation, Inc.
| 
| # The test suite will define top_srcdir=/../.. etc.
| at_testdir='tests'
| abs_builddir='/boot/home/Software/libtool/tests'
| at_srcdir='.'
| abs_srcdir='/boot/home/Software/libtool/tests'
| at_top_srcdir='..'
| abs_top_srcdir='/boot/home/Software/libtool/tests/..'
| at_top_builddir='../'
| abs_top_builddir='/boot/home/Software/libtool/tests/../.'
| 
| AUTOTEST_PATH='tests'
| 
| SHELL=${CONFIG_SHELL-'/bin/sh'}

## ---------------- ##
## Tested programs. ##
## ---------------- ##

## ------------------ ##
## Running the tests. ##
## ------------------ ##
testsuite: starting at: Sun Oct 30 16:34:49 Local time zone must be set--see 
zic manual page 2005
1. libtoolize macro installation (libtoolize.at:71): ok (0m0.156s 0m1.176s)
2. libtoolize macro serial update (libtoolize.at:95): ok        (0m1.043s 
0m5.612s)
3. libtoolize config files serial update (libtoolize.at:186): ok        
(0m1.389s 0m8.483s)
4. copy ltdl.m4 with shared macro directory (libtoolize.at:287): ok     
(0m0.319s 0m2.502s)
5. duplicate members in archive tests (duplicate_members.at:20): ok     
(0m1.871s 0m5.852s)
6. inherited_linker_flags (inherited_flags.at:20): ok   (0m1.276s 0m3.955s)
7. C convenience archives (convenience.at:21): ok       (0m1.381s 0m4.102s)
8. C++ convenience archives (convenience.at:47): ok     (0m1.840s 0m4.803s)
9. F77 convenience archives (convenience.at:74): skipped (convenience.at:75)
10. FC convenience archives (convenience.at:116): skipped (convenience.at:117)
11. Java convenience archives (convenience.at:158): skipped (convenience.at:159)
12. Link order test. (link-order.at:21): ok     (0m4.095s 0m10.796s)
17. compiling softlinked libltdl (standalone.at:26): ok (0m9.204s 0m27.183s)
18. compiling copied libltdl (standalone.at:41): ok     (0m9.234s 0m28.120s)
19. installable libltdl (standalone.at:56): ok  (0m12.908s 0m34.983s)
25. simple template test (template.at:23): ok   (0m1.102s 0m3.027s)
26. template test with subdirs (template.at:115): ok    (0m3.806s 0m9.854s)
29. build tree relpaths (deplibs-ident.at:27): UNEXPECTED PASS  (0m1.452s 
0m4.577s)
30. Link option thorough search test (stresstest.at:25): ok     (0m25.107s 
1m22.321s)
testsuite: ending at: Sun Oct 30 16:44:30 Local time zone must be set--see zic 
manual page 2005
testsuite: test suite duration: 0h 9m 41s

## ------------- ##
## Test results. ##
## ------------- ##

ERROR: 27 tests were run,
12 did not behave as expected (11 unexpected failures).
3 tests were skipped.

## ------------------------ ##
## Summary of the failures. ##
## ------------------------ ##
Failed tests:
libtool 2.1a test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  13: old-m4-iface.at:34 AM_PROG_LIBTOOL
  14: old-m4-iface.at:92 AC_WITH_LTDL
  15: am-subdir.at:27    C subdir-objects
      autoconf automake
  16: am-subdir.at:87    C++ subdir-objects
      autoconf automake CXX
  20: standalone.at:74   linking libltdl without autotools
  21: subproject.at:53   compiling softlinked libltdl
  22: subproject.at:74   compiling copied libltdl
  23: subproject.at:95   installable libltdl
  24: subproject.at:118  linking libltdl without autotools
  27: early-libtool.at:27 config.status
  28: early-libtool.at:120 config.lt

Skipped tests:
libtool 2.1a test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

   9: convenience.at:74  F77 convenience archives
      F77
  10: convenience.at:116 FC convenience archives
      FC
  11: convenience.at:158 Java convenience archives
      GCJ

Unexpected passes:
libtool 2.1a test suite test groups:

 NUM: FILENAME:LINE      TEST-GROUP-NAME
      KEYWORDS

  29: deplibs-ident.at:27 build tree relpaths

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

13. old-m4-iface.at:34: testing ...
libtoolize: linking file `./config.guess'
libtoolize: linking file `./config.sub'
libtoolize: linking file `./install-sh'
libtoolize: linking file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `libltdl/m4/libtool.m4'
libtoolize:   `libltdl/m4/ltoptions.m4'
libtoolize:   `libltdl/m4/ltversion.m4'
libtoolize:   `libltdl/m4/ltsugar.m4'
libtoolize: or else add `AC_CONFIG_MACRO_DIR([libltdl/m4])' to configure.in.
old-m4-iface.at:79: $AUTOCONF --force
stderr:
configure.in:2: error: Autoconf version 2.58 or higher is required
aclocal.m4:83: LT_INIT is expanded from...
aclocal.m4:87: AM_PROG_LIBTOOL is expanded from...
configure.in:2: the top level
autom4te: /bin/m4 failed with exit status: 1
stdout:
old-m4-iface.at:79: exit code was 1, expected 0
13. old-m4-iface.at:34: 13. AM_PROG_LIBTOOL (old-m4-iface.at:34): FAILED 
(old-m4-iface.at:79)

14. old-m4-iface.at:92: testing ...
libtoolize: linking file `libltdl/COPYING.LIB'
libtoolize: linking file `libltdl/README'
libtoolize: linking file `libltdl/Makefile.am'
libtoolize: linking file `libltdl/configure.ac'
libtoolize: linking file `libltdl/aclocal.m4'
libtoolize: linking file `libltdl/Makefile.in'
libtoolize: linking file `libltdl/config-h.in'
libtoolize: linking file `libltdl/configure'
libtoolize: linking file `libltdl/argz_.h'
libtoolize: linking file `libltdl/argz.c'
libtoolize: linking file `libltdl/loaders/dld_link.c'
libtoolize: linking file `libltdl/loaders/dlopen.c'
libtoolize: linking file `libltdl/loaders/dyld.c'
libtoolize: linking file `libltdl/loaders/load_add_on.c'
libtoolize: linking file `libltdl/loaders/loadlibrary.c'
libtoolize: linking file `libltdl/loaders/shl_load.c'
libtoolize: linking file `libltdl/lt__dirent.c'
libtoolize: linking file `libltdl/lt__strl.c'
libtoolize: linking file `libltdl/libltdl/lt__alloc.h'
libtoolize: linking file `libltdl/libltdl/lt__dirent.h'
libtoolize: linking file `libltdl/libltdl/lt__glibc.h'
libtoolize: linking file `libltdl/libltdl/lt__private.h'
libtoolize: linking file `libltdl/libltdl/lt__strl.h'
libtoolize: linking file `libltdl/libltdl/lt_dlloader.h'
libtoolize: linking file `libltdl/libltdl/lt_error.h'
libtoolize: linking file `libltdl/libltdl/lt_system.h'
libtoolize: linking file `libltdl/libltdl/slist.h'
libtoolize: linking file `libltdl/loaders/preopen.c'
libtoolize: linking file `libltdl/lt__alloc.c'
libtoolize: linking file `libltdl/lt_dlloader.c'
libtoolize: linking file `libltdl/lt_error.c'
libtoolize: linking file `libltdl/ltdl.c'
libtoolize: linking file `libltdl/ltdl.h'
libtoolize: linking file `libltdl/slist.c'
libtoolize: linking file `libltdl/m4/argz.m4'
libtoolize: linking file `libltdl/m4/ltoptions.m4'
libtoolize: linking file `libltdl/m4/ltsugar.m4'
libtoolize: linking file `libltdl/m4/ltversion.m4'
libtoolize: linking file `libltdl/m4/libtool.m4'
libtoolize: linking file `libltdl/m4/ltdl.m4'
libtoolize: linking file `libltdl/config/compile'
libtoolize: linking file `libltdl/config/config.guess'
libtoolize: linking file `libltdl/config/config.sub'
libtoolize: linking file `libltdl/config/depcomp'
libtoolize: linking file `libltdl/config/install-sh'
libtoolize: linking file `libltdl/config/missing'
libtoolize: linking file `libltdl/config/ltmain.sh'
libtoolize: linking file `./config.guess'
libtoolize: linking file `./config.sub'
libtoolize: linking file `./install-sh'
libtoolize: linking file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `libltdl/m4/libtool.m4'
libtoolize:   `libltdl/m4/ltoptions.m4'
libtoolize:   `libltdl/m4/ltversion.m4'
libtoolize:   `libltdl/m4/ltsugar.m4'
libtoolize:   `libltdl/m4/argz.m4'
libtoolize:   `libltdl/m4/ltdl.m4'
libtoolize: or else add `AC_CONFIG_MACRO_DIR([libltdl/m4])' to configure.in.
libtoolize: Remember to add `LT_CONFIG_LTDL_DIR([libltdl])' to `configure.in'.
libtoolize: Consider using `AC_CONFIG_AUX_DIR([libltdl/config])' in 
configure.in.
old-m4-iface.at:187: $ACLOCAL -I libltdl/m4
stderr:
stdout:
old-m4-iface.at:188: $AUTOCONF --force
stderr:
configure.in:3: error: Autoconf version 2.58 or higher is required
aclocal.m4:96: LT_INIT is expanded from...
aclocal.m4:100: AM_PROG_LIBTOOL is expanded from...
configure.in:3: the top level
autom4te: /bin/m4 failed with exit status: 1
stdout:
old-m4-iface.at:188: exit code was 1, expected 0
14. old-m4-iface.at:92: 14. AC_WITH_LTDL (old-m4-iface.at:92): FAILED 
(old-m4-iface.at:188)

15. am-subdir.at:27: testing ...
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/argz.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
am-subdir.at:76: $AUTORECONF --force --verbose --install
stderr:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --output=aclocal.m4t
autoreconf: `aclocal.m4' is created
autoreconf: configure.ac: tracing
configure.ac:3: error: Autoconf version 2.58 or higher is required
aclocal.m4:868: LT_INIT is expanded from...
configure.ac:3: the top level
autom4te: /bin/m4 failed with exit status: 1
autoreconf: configure.ac: not using Libtool
autoreconf: running: autoconf --force
configure.ac:3: error: Autoconf version 2.58 or higher is required
aclocal.m4:868: LT_INIT is expanded from...
configure.ac:3: the top level
autom4te: /bin/m4 failed with exit status: 1
autoreconf: autoconf failed with exit status: 1
stdout:
am-subdir.at:76: exit code was 1, expected 0
15. am-subdir.at:27: 15. C subdir-objects (am-subdir.at:27): FAILED 
(am-subdir.at:76)

16. am-subdir.at:87: testing ...
am-subdir.at:89: test -n "$CXX" || (exit 77)
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/argz.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
am-subdir.at:151: $AUTORECONF --force --verbose --install
stderr:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --output=aclocal.m4t
autoreconf: `aclocal.m4' is created
autoreconf: configure.ac: tracing
configure.ac:20: error: Autoconf version 2.58 or higher is required
aclocal.m4:908: LT_INIT is expanded from...
configure.ac:20: the top level
autom4te: /bin/m4 failed with exit status: 1
autoreconf: configure.ac: not using Libtool
autoreconf: running: autoconf --force
configure.ac:20: error: Autoconf version 2.58 or higher is required
aclocal.m4:908: LT_INIT is expanded from...
configure.ac:20: the top level
autom4te: /bin/m4 failed with exit status: 1
autoreconf: autoconf failed with exit status: 1
stdout:
am-subdir.at:151: exit code was 1, expected 0
16. am-subdir.at:87: 16. C++ subdir-objects (am-subdir.at:87): FAILED 
(am-subdir.at:151)

20. standalone.at:74: testing ...
libtoolize: copying file `libltdl/COPYING.LIB'
libtoolize: copying file `libltdl/README'
libtoolize: copying file `libltdl/Makefile.am'
libtoolize: copying file `libltdl/configure.ac'
libtoolize: copying file `libltdl/aclocal.m4'
libtoolize: copying file `libltdl/Makefile.in'
libtoolize: copying file `libltdl/config-h.in'
libtoolize: copying file `libltdl/configure'
libtoolize: copying file `libltdl/argz_.h'
libtoolize: copying file `libltdl/argz.c'
libtoolize: copying file `libltdl/loaders/dld_link.c'
libtoolize: copying file `libltdl/loaders/dlopen.c'
libtoolize: copying file `libltdl/loaders/dyld.c'
libtoolize: copying file `libltdl/loaders/load_add_on.c'
libtoolize: copying file `libltdl/loaders/loadlibrary.c'
libtoolize: copying file `libltdl/loaders/shl_load.c'
libtoolize: copying file `libltdl/lt__dirent.c'
libtoolize: copying file `libltdl/lt__strl.c'
libtoolize: copying file `libltdl/libltdl/lt__alloc.h'
libtoolize: copying file `libltdl/libltdl/lt__dirent.h'
libtoolize: copying file `libltdl/libltdl/lt__glibc.h'
libtoolize: copying file `libltdl/libltdl/lt__private.h'
libtoolize: copying file `libltdl/libltdl/lt__strl.h'
libtoolize: copying file `libltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `libltdl/libltdl/lt_error.h'
libtoolize: copying file `libltdl/libltdl/lt_system.h'
libtoolize: copying file `libltdl/libltdl/slist.h'
libtoolize: copying file `libltdl/loaders/preopen.c'
libtoolize: copying file `libltdl/lt__alloc.c'
libtoolize: copying file `libltdl/lt_dlloader.c'
libtoolize: copying file `libltdl/lt_error.c'
libtoolize: copying file `libltdl/ltdl.c'
libtoolize: copying file `libltdl/ltdl.h'
libtoolize: copying file `libltdl/slist.c'
libtoolize: copying file `libltdl/m4/argz.m4'
libtoolize: copying file `libltdl/m4/ltoptions.m4'
libtoolize: copying file `libltdl/m4/ltsugar.m4'
libtoolize: copying file `libltdl/m4/ltversion.m4'
libtoolize: copying file `libltdl/m4/libtool.m4'
libtoolize: copying file `libltdl/m4/ltdl.m4'
libtoolize: copying file `libltdl/config/compile'
libtoolize: copying file `libltdl/config/config.guess'
libtoolize: copying file `libltdl/config/config.sub'
libtoolize: copying file `libltdl/config/depcomp'
libtoolize: copying file `libltdl/config/install-sh'
libtoolize: copying file `libltdl/config/missing'
libtoolize: copying file `libltdl/config/ltmain.sh'
standalone.at:156: CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS" \
        CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
        CONFIGURE_OPTIONS="$configure_options" $MAKE -e 
stderr:
stdout:
make[4]: Entering directory `/boot/home/Software/libtool/tests/testsuite.dir/20'
cd libltdl && ./configure  && /bin/make
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether /bin/make sets $(MAKE)... yes
checking build system type... i586-pc-beos
checking host system type... i586-pc-beos
checking for style of include used by /bin/make... GNU
checking for gcc... gcc
checking for C compiler default output file name... conftest
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for fgrep... grep -F
checking for ld used by gcc... /boot/develop/bin/ld
checking if the linker (/boot/develop/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /boot/develop/bin/nm -B
checking the name lister (/boot/develop/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 262144
checking whether the shell understands some XSI constructs... yes
checking for /boot/develop/bin/ld option to reload object files... -r
checking how to recognise dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /boot/develop/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC...  -DPIC
checking if gcc PIC flag  -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/boot/develop/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... beos ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... unknown
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[5]: Entering directory 
`/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl'
cp ./argz_.h argz.h-t
mv argz.h-t argz.h
/bin/make  all-am
make[6]: Entering directory 
`/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl'
source='loaders/dlopen.c' object='dlopen.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl   -g -O2 -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo 
'./'`loaders/dlopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/dlopen.c -Wp,-MD,.deps/dlopen.TPlo  -DPIC -o .libs/dlopen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/dlopen.c -Wp,-MD,.deps/dlopen.TPlo -o dlopen.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o dlopen.la  
-module -avoid-version dlopen.lo -ldl 
libtool: link: ar cru .libs/libdlopen.a .libs/dlopen.o 
libtool: link: ranlib .libs/libdlopen.a
libtool: link: creating dlopen.la
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" 
"dlopen.la" )
source='loaders/load_add_on.c' object='load_add_on.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl   -g -O2 -c -o load_add_on.lo `test -f 'loaders/load_add_on.c' || 
echo './'`loaders/load_add_on.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/load_add_on.c -Wp,-MD,.deps/load_add_on.TPlo  -DPIC -o 
.libs/load_add_on.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/load_add_on.c -Wp,-MD,.deps/load_add_on.TPlo -o load_add_on.o 
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
load_add_on.la  -module -avoid-version load_add_on.lo  
libtool: link: ar cru .libs/libload_add_on.a .libs/load_add_on.o 
libtool: link: ranlib .libs/libload_add_on.a
libtool: link: creating load_add_on.la
libtool: link: ( cd ".libs" && rm -f "load_add_on.la" && ln -s 
"../load_add_on.la" "load_add_on.la" )
source='loaders/preopen.c' object='libltdlc_la-preopen.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-preopen.lo `test 
-f 'loaders/preopen.c' || echo './'`loaders/preopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c loaders/preopen.c -Wp,-MD,.deps/libltdlc_la-preopen.TPlo  
-DPIC -o .libs/libltdlc_la-preopen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c loaders/preopen.c -Wp,-MD,.deps/libltdlc_la-preopen.TPlo 
-o libltdlc_la-preopen.o >/dev/null 2>&1
source='lt__alloc.c' object='libltdlc_la-lt__alloc.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-lt__alloc.lo `test 
-f 'lt__alloc.c' || echo './'`lt__alloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt__alloc.c -Wp,-MD,.deps/libltdlc_la-lt__alloc.TPlo  
-DPIC -o .libs/libltdlc_la-lt__alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt__alloc.c -Wp,-MD,.deps/libltdlc_la-lt__alloc.TPlo -o 
libltdlc_la-lt__alloc.o >/dev/null 2>&1
source='lt_dlloader.c' object='libltdlc_la-lt_dlloader.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-lt_dlloader.lo 
`test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_dlloader.c -Wp,-MD,.deps/libltdlc_la-lt_dlloader.TPlo  
-DPIC -o .libs/libltdlc_la-lt_dlloader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_dlloader.c -Wp,-MD,.deps/libltdlc_la-lt_dlloader.TPlo 
-o libltdlc_la-lt_dlloader.o >/dev/null 2>&1
source='lt_error.c' object='libltdlc_la-lt_error.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-lt_error.lo `test 
-f 'lt_error.c' || echo './'`lt_error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_error.c -Wp,-MD,.deps/libltdlc_la-lt_error.TPlo  -DPIC 
-o .libs/libltdlc_la-lt_error.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_error.c -Wp,-MD,.deps/libltdlc_la-lt_error.TPlo -o 
libltdlc_la-lt_error.o >/dev/null 2>&1
source='ltdl.c' object='libltdlc_la-ltdl.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-ltdl.lo `test -f 
'ltdl.c' || echo './'`ltdl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c ltdl.c -Wp,-MD,.deps/libltdlc_la-ltdl.TPlo  -DPIC -o 
.libs/libltdlc_la-ltdl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c ltdl.c -Wp,-MD,.deps/libltdlc_la-ltdl.TPlo -o 
libltdlc_la-ltdl.o >/dev/null 2>&1
source='slist.c' object='libltdlc_la-slist.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-slist.lo `test -f 
'slist.c' || echo './'`slist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c slist.c -Wp,-MD,.deps/libltdlc_la-slist.TPlo  -DPIC -o 
.libs/libltdlc_la-slist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c slist.c -Wp,-MD,.deps/libltdlc_la-slist.TPlo -o 
libltdlc_la-slist.o >/dev/null 2>&1
source='argz.c' object='argz.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl   -g -O2 -c -o argz.lo argz.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c argz.c -Wp,-MD,.deps/argz.TPlo  -DPIC -o .libs/argz.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c argz.c -Wp,-MD,.deps/argz.TPlo -o argz.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
libltdlc.la  -no-undefined -dlpreopen dlopen.la -dlpreopen load_add_on.la  
libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo 
libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo argz.lo 
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT
libtool: link: creating .libs/libltdlcS.c
libtool: link: extracting global C symbols from `./.libs/libdlopen.a'
libtool: link: extracting global C symbols from `./.libs/libload_add_on.a'
libtool: link: (cd .libs && gcc -g -O2 -c -fno-builtin -fno-rtti 
-fno-exceptions  -DPIC "libltdlcS.c")
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" 
".libs/libltdlc.nmS" ".libs/libltdlc.nmT"
libtool: link: (cd .libs/libltdlc.lax/libdlopen.a && ar x 
/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl/./.libs/libdlopen.a)
libtool: link: (cd .libs/libltdlc.lax/libload_add_on.a && ar x 
/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl/./.libs/libload_add_on.a)
libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o 
.libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o 
.libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o 
.libs/argz.o .libs/libltdlcS.o  .libs/libltdlc.lax/libdlopen.a/dlopen.o  
.libs/libltdlc.lax/libload_add_on.a/load_add_on.o 
libtool: link: ranlib .libs/libltdlc.a
libtool: link: rm -fr .libs/libltdlc.lax
libtool: link: creating libltdlc.la
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" 
"libltdlc.la" )
make[6]: Leaving directory 
`/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl'
make[5]: Leaving directory 
`/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl'
./libltdl/libtool --tag=CC  --mode=compile gcc -I./libltdl  -g -O2 -c module.c
libtool: compile:  gcc -I./libltdl -g -O2 -c module.c  -DPIC -o .libs/module.o
libtool: compile:  gcc -I./libltdl -g -O2 -c module.c -o module.o >/dev/null 
2>&1
./libltdl/libtool --tag=CC  --mode=link gcc -g -O2  -o module.la module.lo 
-module -avoid-version -no-undefined -rpath /dev/null
libtool: link: gcc -nostart  .libs/module.o    -Wl,-soname -Wl,libmodule.so -o 
.libs/libmodule.so
libtool: link: ar cru .libs/libmodule.a  module.o
libtool: link: ranlib .libs/libmodule.a
libtool: link: creating module.la
libtool: link: ( cd ".libs" && rm -f "module.la" && ln -s "../module.la" 
"module.la" )
./libltdl/libtool --tag=CC  --mode=compile gcc -I./libltdl  -g -O2 -c main.c
libtool: compile:  gcc -I./libltdl -g -O2 -c main.c  -DPIC -o .libs/main.o
libtool: compile:  gcc -I./libltdl -g -O2 -c main.c -o main.o >/dev/null 2>&1
./libltdl/libtool --tag=CC  --mode=link gcc -g -O2  -o ltdldemo main.lo -dlopen 
module.la ./libltdl/libltdlc.la
libtool: link: rm -f .libs/ltdldemo.nm .libs/ltdldemo.nmS .libs/ltdldemo.nmT
libtool: link: creating .libs/ltdldemoS.c
libtool: link: (cd .libs && gcc -g -O2 -c -fno-builtin -fno-rtti 
-fno-exceptions "ltdldemoS.c")
libtool: link: rm -f ".libs/ltdldemoS.c" ".libs/ltdldemo.nm" 
".libs/ltdldemo.nmS" ".libs/ltdldemo.nmT"
libtool: link: gcc -g -O2 -o ltdldemo .libs/main.o .libs/ltdldemoS.o  
/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl/./.libs/libdlopen.a 
/boot/home/Software/libtool/tests/testsuite.dir/20/libltdl/./.libs/libload_add_on.a
 ./libltdl/.libs/libltdlc.a -ldl 
libtool: link: rm -f ".libs/ltdldemoS.o"
make[4]: Leaving directory `/boot/home/Software/libtool/tests/testsuite.dir/20'
standalone.at:158: ./ltdldemo; lt_status=$?; if test $lt_status -eq 0; then :;
           elif test "X$host" != "X$build" && \
                { test -x "./ltdldemo" || test -x "./ltdldemo"$EXEEXT; }
           then (exit 77); else (exit $lt_status); fi
--- /dev/null   Sun Oct 30 16:08:15 2005
+++ /boot/home/Software/libtool/tests/testsuite.dir/at-stderr   Sun Oct 30 
16:40:05 2005
@@ -0,0 +1 @@
+error during initialisation: invalid loader
stdout:
standalone.at:158: exit code was 1, expected 0
20. standalone.at:74: 20. linking libltdl without autotools (standalone.at:74): 
FAILED (standalone.at:158)

21. subproject.at:53: testing ...
libtoolize: linking file `sub/ltdl/COPYING.LIB'
libtoolize: linking file `sub/ltdl/README'
libtoolize: linking file `sub/ltdl/Makefile.am'
libtoolize: linking file `sub/ltdl/configure.ac'
libtoolize: linking file `sub/ltdl/aclocal.m4'
libtoolize: linking file `sub/ltdl/Makefile.in'
libtoolize: linking file `sub/ltdl/config-h.in'
libtoolize: linking file `sub/ltdl/configure'
libtoolize: linking file `sub/ltdl/argz_.h'
libtoolize: linking file `sub/ltdl/argz.c'
libtoolize: linking file `sub/ltdl/loaders/dld_link.c'
libtoolize: linking file `sub/ltdl/loaders/dlopen.c'
libtoolize: linking file `sub/ltdl/loaders/dyld.c'
libtoolize: linking file `sub/ltdl/loaders/load_add_on.c'
libtoolize: linking file `sub/ltdl/loaders/loadlibrary.c'
libtoolize: linking file `sub/ltdl/loaders/shl_load.c'
libtoolize: linking file `sub/ltdl/lt__dirent.c'
libtoolize: linking file `sub/ltdl/lt__strl.c'
libtoolize: linking file `sub/ltdl/libltdl/lt__alloc.h'
libtoolize: linking file `sub/ltdl/libltdl/lt__dirent.h'
libtoolize: linking file `sub/ltdl/libltdl/lt__glibc.h'
libtoolize: linking file `sub/ltdl/libltdl/lt__private.h'
libtoolize: linking file `sub/ltdl/libltdl/lt__strl.h'
libtoolize: linking file `sub/ltdl/libltdl/lt_dlloader.h'
libtoolize: linking file `sub/ltdl/libltdl/lt_error.h'
libtoolize: linking file `sub/ltdl/libltdl/lt_system.h'
libtoolize: linking file `sub/ltdl/libltdl/slist.h'
libtoolize: linking file `sub/ltdl/loaders/preopen.c'
libtoolize: linking file `sub/ltdl/lt__alloc.c'
libtoolize: linking file `sub/ltdl/lt_dlloader.c'
libtoolize: linking file `sub/ltdl/lt_error.c'
libtoolize: linking file `sub/ltdl/ltdl.c'
libtoolize: linking file `sub/ltdl/ltdl.h'
libtoolize: linking file `sub/ltdl/slist.c'
libtoolize: linking file `sub/ltdl/config/compile'
libtoolize: linking file `sub/ltdl/config/config.guess'
libtoolize: linking file `sub/ltdl/config/config.sub'
libtoolize: linking file `sub/ltdl/config/depcomp'
libtoolize: linking file `sub/ltdl/config/install-sh'
libtoolize: linking file `sub/ltdl/config/missing'
libtoolize: linking file `sub/ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `sub/ltdl/m4'.
libtoolize: linking file `sub/ltdl/m4/libtool.m4'
libtoolize: linking file `sub/ltdl/m4/ltdl.m4'
libtoolize: linking file `sub/ltdl/m4/argz.m4'
libtoolize: linking file `sub/ltdl/m4/ltoptions.m4'
libtoolize: linking file `sub/ltdl/m4/ltsugar.m4'
libtoolize: linking file `sub/ltdl/m4/ltversion.m4'
subproject.at:58: $ACLOCAL -I sub/ltdl/m4
stderr:
stdout:
subproject.at:59: $AUTOMAKE --add-missing --copy
stderr:
configure.ac:7: error: Autoconf version 2.58 or higher is required
aclocal.m4:1539: LT_INIT is expanded from...
configure.ac:7: the top level
autom4te: /bin/m4 failed with exit status: 1
configure.ac: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
automake: no `Makefile.am' found or specified
stdout:
subproject.at:59: exit code was 1, expected 0
21. subproject.at:53: 21. compiling softlinked libltdl (subproject.at:53): 
FAILED (subproject.at:59)

22. subproject.at:74: testing ...
libtoolize: copying file `sub/ltdl/COPYING.LIB'
libtoolize: copying file `sub/ltdl/README'
libtoolize: copying file `sub/ltdl/Makefile.am'
libtoolize: copying file `sub/ltdl/configure.ac'
libtoolize: copying file `sub/ltdl/aclocal.m4'
libtoolize: copying file `sub/ltdl/Makefile.in'
libtoolize: copying file `sub/ltdl/config-h.in'
libtoolize: copying file `sub/ltdl/configure'
libtoolize: copying file `sub/ltdl/argz_.h'
libtoolize: copying file `sub/ltdl/argz.c'
libtoolize: copying file `sub/ltdl/loaders/dld_link.c'
libtoolize: copying file `sub/ltdl/loaders/dlopen.c'
libtoolize: copying file `sub/ltdl/loaders/dyld.c'
libtoolize: copying file `sub/ltdl/loaders/load_add_on.c'
libtoolize: copying file `sub/ltdl/loaders/loadlibrary.c'
libtoolize: copying file `sub/ltdl/loaders/shl_load.c'
libtoolize: copying file `sub/ltdl/lt__dirent.c'
libtoolize: copying file `sub/ltdl/lt__strl.c'
libtoolize: copying file `sub/ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__private.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__strl.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_error.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_system.h'
libtoolize: copying file `sub/ltdl/libltdl/slist.h'
libtoolize: copying file `sub/ltdl/loaders/preopen.c'
libtoolize: copying file `sub/ltdl/lt__alloc.c'
libtoolize: copying file `sub/ltdl/lt_dlloader.c'
libtoolize: copying file `sub/ltdl/lt_error.c'
libtoolize: copying file `sub/ltdl/ltdl.c'
libtoolize: copying file `sub/ltdl/ltdl.h'
libtoolize: copying file `sub/ltdl/slist.c'
libtoolize: copying file `sub/ltdl/config/compile'
libtoolize: copying file `sub/ltdl/config/config.guess'
libtoolize: copying file `sub/ltdl/config/config.sub'
libtoolize: copying file `sub/ltdl/config/depcomp'
libtoolize: copying file `sub/ltdl/config/install-sh'
libtoolize: copying file `sub/ltdl/config/missing'
libtoolize: copying file `sub/ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `sub/ltdl/m4'.
libtoolize: copying file `sub/ltdl/m4/libtool.m4'
libtoolize: copying file `sub/ltdl/m4/ltdl.m4'
libtoolize: copying file `sub/ltdl/m4/argz.m4'
libtoolize: copying file `sub/ltdl/m4/ltoptions.m4'
libtoolize: copying file `sub/ltdl/m4/ltsugar.m4'
libtoolize: copying file `sub/ltdl/m4/ltversion.m4'
subproject.at:79: $ACLOCAL -I sub/ltdl/m4
stderr:
stdout:
subproject.at:80: $AUTOMAKE --add-missing --copy
stderr:
configure.ac:7: error: Autoconf version 2.58 or higher is required
aclocal.m4:1539: LT_INIT is expanded from...
configure.ac:7: the top level
autom4te: /bin/m4 failed with exit status: 1
configure.ac: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
automake: no `Makefile.am' found or specified
stdout:
subproject.at:80: exit code was 1, expected 0
22. subproject.at:74: 22. compiling copied libltdl (subproject.at:74): FAILED 
(subproject.at:80)

23. subproject.at:95: testing ...
libtoolize: copying file `sub/ltdl/COPYING.LIB'
libtoolize: copying file `sub/ltdl/README'
libtoolize: copying file `sub/ltdl/Makefile.am'
libtoolize: copying file `sub/ltdl/configure.ac'
libtoolize: copying file `sub/ltdl/aclocal.m4'
libtoolize: copying file `sub/ltdl/Makefile.in'
libtoolize: copying file `sub/ltdl/config-h.in'
libtoolize: copying file `sub/ltdl/configure'
libtoolize: copying file `sub/ltdl/argz_.h'
libtoolize: copying file `sub/ltdl/argz.c'
libtoolize: copying file `sub/ltdl/loaders/dld_link.c'
libtoolize: copying file `sub/ltdl/loaders/dlopen.c'
libtoolize: copying file `sub/ltdl/loaders/dyld.c'
libtoolize: copying file `sub/ltdl/loaders/load_add_on.c'
libtoolize: copying file `sub/ltdl/loaders/loadlibrary.c'
libtoolize: copying file `sub/ltdl/loaders/shl_load.c'
libtoolize: copying file `sub/ltdl/lt__dirent.c'
libtoolize: copying file `sub/ltdl/lt__strl.c'
libtoolize: copying file `sub/ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__private.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__strl.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_error.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_system.h'
libtoolize: copying file `sub/ltdl/libltdl/slist.h'
libtoolize: copying file `sub/ltdl/loaders/preopen.c'
libtoolize: copying file `sub/ltdl/lt__alloc.c'
libtoolize: copying file `sub/ltdl/lt_dlloader.c'
libtoolize: copying file `sub/ltdl/lt_error.c'
libtoolize: copying file `sub/ltdl/ltdl.c'
libtoolize: copying file `sub/ltdl/ltdl.h'
libtoolize: copying file `sub/ltdl/slist.c'
libtoolize: copying file `sub/ltdl/config/compile'
libtoolize: copying file `sub/ltdl/config/config.guess'
libtoolize: copying file `sub/ltdl/config/config.sub'
libtoolize: copying file `sub/ltdl/config/depcomp'
libtoolize: copying file `sub/ltdl/config/install-sh'
libtoolize: copying file `sub/ltdl/config/missing'
libtoolize: copying file `sub/ltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `sub/ltdl/m4'.
libtoolize: copying file `sub/ltdl/m4/libtool.m4'
libtoolize: copying file `sub/ltdl/m4/ltdl.m4'
libtoolize: copying file `sub/ltdl/m4/argz.m4'
libtoolize: copying file `sub/ltdl/m4/ltoptions.m4'
libtoolize: copying file `sub/ltdl/m4/ltsugar.m4'
libtoolize: copying file `sub/ltdl/m4/ltversion.m4'
subproject.at:102: $ACLOCAL -I sub/ltdl/m4
stderr:
stdout:
subproject.at:103: $AUTOMAKE --add-missing --copy
stderr:
configure.ac:7: error: Autoconf version 2.58 or higher is required
aclocal.m4:1539: LT_INIT is expanded from...
configure.ac:7: the top level
autom4te: /bin/m4 failed with exit status: 1
configure.ac: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
automake: no `Makefile.am' found or specified
stdout:
subproject.at:103: exit code was 1, expected 0
23. subproject.at:95: 23. installable libltdl (subproject.at:95): FAILED 
(subproject.at:103)

24. subproject.at:118: testing ...
libtoolize: copying file `sub/ltdl/COPYING.LIB'
libtoolize: copying file `sub/ltdl/README'
libtoolize: copying file `sub/ltdl/Makefile.am'
libtoolize: copying file `sub/ltdl/configure.ac'
libtoolize: copying file `sub/ltdl/aclocal.m4'
libtoolize: copying file `sub/ltdl/Makefile.in'
libtoolize: copying file `sub/ltdl/config-h.in'
libtoolize: copying file `sub/ltdl/configure'
libtoolize: copying file `sub/ltdl/argz_.h'
libtoolize: copying file `sub/ltdl/argz.c'
libtoolize: copying file `sub/ltdl/loaders/dld_link.c'
libtoolize: copying file `sub/ltdl/loaders/dlopen.c'
libtoolize: copying file `sub/ltdl/loaders/dyld.c'
libtoolize: copying file `sub/ltdl/loaders/load_add_on.c'
libtoolize: copying file `sub/ltdl/loaders/loadlibrary.c'
libtoolize: copying file `sub/ltdl/loaders/shl_load.c'
libtoolize: copying file `sub/ltdl/lt__dirent.c'
libtoolize: copying file `sub/ltdl/lt__strl.c'
libtoolize: copying file `sub/ltdl/libltdl/lt__alloc.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__dirent.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__glibc.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__private.h'
libtoolize: copying file `sub/ltdl/libltdl/lt__strl.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_dlloader.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_error.h'
libtoolize: copying file `sub/ltdl/libltdl/lt_system.h'
libtoolize: copying file `sub/ltdl/libltdl/slist.h'
libtoolize: copying file `sub/ltdl/loaders/preopen.c'
libtoolize: copying file `sub/ltdl/lt__alloc.c'
libtoolize: copying file `sub/ltdl/lt_dlloader.c'
libtoolize: copying file `sub/ltdl/lt_error.c'
libtoolize: copying file `sub/ltdl/ltdl.c'
libtoolize: copying file `sub/ltdl/ltdl.h'
libtoolize: copying file `sub/ltdl/slist.c'
libtoolize: copying file `sub/ltdl/m4/argz.m4'
libtoolize: copying file `sub/ltdl/m4/ltoptions.m4'
libtoolize: copying file `sub/ltdl/m4/ltsugar.m4'
libtoolize: copying file `sub/ltdl/m4/ltversion.m4'
libtoolize: copying file `sub/ltdl/m4/libtool.m4'
libtoolize: copying file `sub/ltdl/m4/ltdl.m4'
libtoolize: copying file `sub/ltdl/config/compile'
libtoolize: copying file `sub/ltdl/config/config.guess'
libtoolize: copying file `sub/ltdl/config/config.sub'
libtoolize: copying file `sub/ltdl/config/depcomp'
libtoolize: copying file `sub/ltdl/config/install-sh'
libtoolize: copying file `sub/ltdl/config/missing'
libtoolize: copying file `sub/ltdl/config/ltmain.sh'
subproject.at:207: CC="$CC" LIBTOOLFLAGS="$LIBTOOLFLAGS" CPPFLAGS="$CPPFLAGS"  \
     CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" SHELL="$SHELL" MAKE="${MAKE-make}" \
     CONFIGURE_OPTIONS="$configure_options" $MAKE -e 
stderr:
stdout:
make[4]: Entering directory `/boot/home/Software/libtool/tests/testsuite.dir/24'
cd sub/ltdl && ./configure 
checking for a BSD-compatible install... /bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether /bin/make sets $(MAKE)... yes
checking build system type... i586-pc-beos
checking host system type... i586-pc-beos
checking for style of include used by /bin/make... GNU
checking for gcc... gcc
checking for C compiler default output file name... conftest
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for fgrep... grep -F
checking for ld used by gcc... /boot/develop/bin/ld
checking if the linker (/boot/develop/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /boot/develop/bin/nm -B
checking the name lister (/boot/develop/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 262144
checking whether the shell understands some XSI constructs... yes
checking for /boot/develop/bin/ld option to reload object files... -r
checking how to recognise dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /boot/develop/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC...  -DPIC
checking if gcc PIC flag  -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/boot/develop/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... beos ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for an ANSI C-conforming const... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for runtime loadable modules... .so
checking which variable specifies run-time module search path... LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dld_link in -ldld... no
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... unknown
checking for argz.h... no
checking for error_t... no
checking for argz_append... no
checking for argz_create_sep... no
checking for argz_insert... no
checking for argz_next... no
checking for argz_stringify... no
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for memory.h... (cached) yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
checking for strlcat... yes
checking for strlcpy... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
cd sub/ltdl && /bin/make
make[5]: Entering directory 
`/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl'
cp ./argz_.h argz.h-t
mv argz.h-t argz.h
/bin/make  all-am
make[6]: Entering directory 
`/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl'
source='loaders/dlopen.c' object='dlopen.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl   -g -O2 -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo 
'./'`loaders/dlopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/dlopen.c -Wp,-MD,.deps/dlopen.TPlo  -DPIC -o .libs/dlopen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/dlopen.c -Wp,-MD,.deps/dlopen.TPlo -o dlopen.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o dlopen.la  
-module -avoid-version dlopen.lo -ldl 
libtool: link: ar cru .libs/libdlopen.a .libs/dlopen.o 
libtool: link: ranlib .libs/libdlopen.a
libtool: link: creating dlopen.la
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" 
"dlopen.la" )
source='loaders/load_add_on.c' object='load_add_on.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl   -g -O2 -c -o load_add_on.lo `test -f 'loaders/load_add_on.c' || 
echo './'`loaders/load_add_on.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/load_add_on.c -Wp,-MD,.deps/load_add_on.TPlo  -DPIC -o 
.libs/load_add_on.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c loaders/load_add_on.c -Wp,-MD,.deps/load_add_on.TPlo -o load_add_on.o 
>/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
load_add_on.la  -module -avoid-version load_add_on.lo  
libtool: link: ar cru .libs/libload_add_on.a .libs/load_add_on.o 
libtool: link: ranlib .libs/libload_add_on.a
libtool: link: creating load_add_on.la
libtool: link: ( cd ".libs" && rm -f "load_add_on.la" && ln -s 
"../load_add_on.la" "load_add_on.la" )
source='loaders/preopen.c' object='libltdlc_la-preopen.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-preopen.lo `test 
-f 'loaders/preopen.c' || echo './'`loaders/preopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c loaders/preopen.c -Wp,-MD,.deps/libltdlc_la-preopen.TPlo  
-DPIC -o .libs/libltdlc_la-preopen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c loaders/preopen.c -Wp,-MD,.deps/libltdlc_la-preopen.TPlo 
-o libltdlc_la-preopen.o >/dev/null 2>&1
source='lt__alloc.c' object='libltdlc_la-lt__alloc.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-lt__alloc.lo `test 
-f 'lt__alloc.c' || echo './'`lt__alloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt__alloc.c -Wp,-MD,.deps/libltdlc_la-lt__alloc.TPlo  
-DPIC -o .libs/libltdlc_la-lt__alloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt__alloc.c -Wp,-MD,.deps/libltdlc_la-lt__alloc.TPlo -o 
libltdlc_la-lt__alloc.o >/dev/null 2>&1
source='lt_dlloader.c' object='libltdlc_la-lt_dlloader.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-lt_dlloader.lo 
`test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_dlloader.c -Wp,-MD,.deps/libltdlc_la-lt_dlloader.TPlo  
-DPIC -o .libs/libltdlc_la-lt_dlloader.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_dlloader.c -Wp,-MD,.deps/libltdlc_la-lt_dlloader.TPlo 
-o libltdlc_la-lt_dlloader.o >/dev/null 2>&1
source='lt_error.c' object='libltdlc_la-lt_error.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-lt_error.lo `test 
-f 'lt_error.c' || echo './'`lt_error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_error.c -Wp,-MD,.deps/libltdlc_la-lt_error.TPlo  -DPIC 
-o .libs/libltdlc_la-lt_error.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c lt_error.c -Wp,-MD,.deps/libltdlc_la-lt_error.TPlo -o 
libltdlc_la-lt_error.o >/dev/null 2>&1
source='ltdl.c' object='libltdlc_la-ltdl.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-ltdl.lo `test -f 
'ltdl.c' || echo './'`ltdl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c ltdl.c -Wp,-MD,.deps/libltdlc_la-ltdl.TPlo  -DPIC -o 
.libs/libltdlc_la-ltdl.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c ltdl.c -Wp,-MD,.deps/libltdlc_la-ltdl.TPlo -o 
libltdlc_la-ltdl.o >/dev/null 2>&1
source='slist.c' object='libltdlc_la-slist.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DLTDLOPEN=libltdlc -DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. 
-Ilibltdl -I./libltdl -I./libltdl   -g -O2 -c -o libltdlc_la-slist.lo `test -f 
'slist.c' || echo './'`slist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c slist.c -Wp,-MD,.deps/libltdlc_la-slist.TPlo  -DPIC -o 
.libs/libltdlc_la-slist.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DLTDLOPEN=libltdlc 
-DHAVE_CONFIG_H "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl -g -O2 -c slist.c -Wp,-MD,.deps/libltdlc_la-slist.TPlo -o 
libltdlc_la-slist.o >/dev/null 2>&1
source='argz.c' object='argz.lo' libtool=yes \
DEPDIR=.deps depmode=gcc /bin/sh ./config/depcomp \
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-DHAVE_CONFIG_H -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl 
-I./libltdl   -g -O2 -c -o argz.lo argz.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c argz.c -Wp,-MD,.deps/argz.TPlo  -DPIC -o .libs/argz.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I. -I. -DHAVE_CONFIG_H 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g 
-O2 -c argz.c -Wp,-MD,.deps/argz.TPlo -o argz.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=link gcc  -g -O2 -no-undefined  -o 
libltdlc.la  -no-undefined -dlpreopen dlopen.la -dlpreopen load_add_on.la  
libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo 
libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo argz.lo 
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT
libtool: link: creating .libs/libltdlcS.c
libtool: link: extracting global C symbols from `./.libs/libdlopen.a'
libtool: link: extracting global C symbols from `./.libs/libload_add_on.a'
libtool: link: (cd .libs && gcc -g -O2 -c -fno-builtin -fno-rtti 
-fno-exceptions  -DPIC "libltdlcS.c")
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" 
".libs/libltdlc.nmS" ".libs/libltdlc.nmT"
libtool: link: (cd .libs/libltdlc.lax/libdlopen.a && ar x 
/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl/./.libs/libdlopen.a)
libtool: link: (cd .libs/libltdlc.lax/libload_add_on.a && ar x 
/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl/./.libs/libload_add_on.a)
libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o 
.libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o 
.libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o 
.libs/argz.o .libs/libltdlcS.o  .libs/libltdlc.lax/libdlopen.a/dlopen.o  
.libs/libltdlc.lax/libload_add_on.a/load_add_on.o 
libtool: link: ranlib .libs/libltdlc.a
libtool: link: rm -fr .libs/libltdlc.lax
libtool: link: creating libltdlc.la
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" 
"libltdlc.la" )
make[6]: Leaving directory 
`/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl'
make[5]: Leaving directory 
`/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl'
./sub/ltdl/libtool --tag=CC  --mode=compile gcc -I./sub/ltdl  -g -O2 -c module.c
libtool: compile:  gcc -I./sub/ltdl -g -O2 -c module.c  -DPIC -o .libs/module.o
libtool: compile:  gcc -I./sub/ltdl -g -O2 -c module.c -o module.o >/dev/null 
2>&1
./sub/ltdl/libtool --tag=CC  --mode=link gcc -g -O2  -o module.la module.lo 
-module -avoid-version -no-undefined -rpath /dev/null
libtool: link: gcc -nostart  .libs/module.o    -Wl,-soname -Wl,libmodule.so -o 
.libs/libmodule.so
libtool: link: ar cru .libs/libmodule.a  module.o
libtool: link: ranlib .libs/libmodule.a
libtool: link: creating module.la
libtool: link: ( cd ".libs" && rm -f "module.la" && ln -s "../module.la" 
"module.la" )
./sub/ltdl/libtool --tag=CC  --mode=compile gcc -I./sub/ltdl  -g -O2 -c main.c
libtool: compile:  gcc -I./sub/ltdl -g -O2 -c main.c  -DPIC -o .libs/main.o
libtool: compile:  gcc -I./sub/ltdl -g -O2 -c main.c -o main.o >/dev/null 2>&1
./sub/ltdl/libtool --tag=CC  --mode=link gcc -g -O2  -o ltdldemo main.lo 
-dlopen module.la ./sub/ltdl/libltdlc.la
libtool: link: rm -f .libs/ltdldemo.nm .libs/ltdldemo.nmS .libs/ltdldemo.nmT
libtool: link: creating .libs/ltdldemoS.c
libtool: link: (cd .libs && gcc -g -O2 -c -fno-builtin -fno-rtti 
-fno-exceptions "ltdldemoS.c")
libtool: link: rm -f ".libs/ltdldemoS.c" ".libs/ltdldemo.nm" 
".libs/ltdldemo.nmS" ".libs/ltdldemo.nmT"
libtool: link: gcc -g -O2 -o ltdldemo .libs/main.o .libs/ltdldemoS.o  
/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl/./.libs/libdlopen.a 
/boot/home/Software/libtool/tests/testsuite.dir/24/sub/ltdl/./.libs/libload_add_on.a
 ./sub/ltdl/.libs/libltdlc.a -ldl 
libtool: link: rm -f ".libs/ltdldemoS.o"
make[4]: Leaving directory `/boot/home/Software/libtool/tests/testsuite.dir/24'
subproject.at:209: ./ltdldemo; lt_status=$?; if test $lt_status -eq 0; then :;
           elif test "X$host" != "X$build" && \
                { test -x "./ltdldemo" || test -x "./ltdldemo"$EXEEXT; }
           then (exit 77); else (exit $lt_status); fi
--- /dev/null   Sun Oct 30 16:08:15 2005
+++ /boot/home/Software/libtool/tests/testsuite.dir/at-stderr   Sun Oct 30 
16:41:28 2005
@@ -0,0 +1 @@
+error during initialisation: invalid loader
stdout:
subproject.at:209: exit code was 1, expected 0
24. subproject.at:118: 24. linking libltdl without autotools 
(subproject.at:118): FAILED (subproject.at:209)

27. early-libtool.at:27: testing ...
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/config.guess'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/config.sub'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/install-sh'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/libtool.m4'
libtoolize: Not copying `m4/ltdl.m4', libltdl not used.
libtoolize: copying file from `/boot/home/Software/libtool/libltdl/m4/argz.m4'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/ltoptions.m4'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/ltsugar.m4'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/ltversion.m4'
early-libtool.at:106: $ACLOCAL -I m4
stderr:
stdout:
early-libtool.at:107: $AUTOCONF --force
stderr:
configure.ac:4: error: Autoconf version 2.58 or higher is required
aclocal.m4:868: LT_INIT is expanded from...
configure.ac:4: the top level
autom4te: /bin/m4 failed with exit status: 1
stdout:
early-libtool.at:107: exit code was 1, expected 0
27. early-libtool.at:27: 27. config.status (early-libtool.at:27): FAILED 
(early-libtool.at:107)

28. early-libtool.at:120: testing ...
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/config.guess'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/config.sub'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/install-sh'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/config/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/libtool.m4'
libtoolize: Not copying `m4/ltdl.m4', libltdl not used.
libtoolize: copying file from `/boot/home/Software/libtool/libltdl/m4/argz.m4'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/ltoptions.m4'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/ltsugar.m4'
libtoolize: copying file from 
`/boot/home/Software/libtool/libltdl/m4/ltversion.m4'
early-libtool.at:210: $ACLOCAL -I m4
stderr:
stdout:
early-libtool.at:211: $AUTOCONF --force
stderr:
configure.ac:4: error: Autoconf version 2.58 or higher is required
aclocal.m4:868: LT_INIT is expanded from...
configure.ac:4: the top level
autom4te: /bin/m4 failed with exit status: 1
stdout:
early-libtool.at:211: exit code was 1, expected 0
28. early-libtool.at:120: 28. config.lt (early-libtool.at:120): FAILED 
(early-libtool.at:211)


## -------------- ##
## ..//config.log ##
## -------------- ##
| This file contains any messages produced by compilers while
| running configure, to aid debugging if configure makes a mistake.
| 
| It was created by libtool configure 2.1a, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   $ ./configure --prefix=/boot/home/cairo-inst
| 
| ## --------- ##
| ## Platform. ##
| ## --------- ##
| 
| hostname = christian
| uname -m = BePC
| uname -r = 6.0
| uname -s = BeOS
| uname -v = 11314
| 
| /usr/bin/uname -p = unknown
| /bin/uname -X     = unknown
| 
| /bin/arch              = unknown
| /usr/bin/arch -k       = unknown
| /usr/convex/getsysinfo = unknown
| hostinfo               = unknown
| /bin/machine           = unknown
| /usr/bin/oslevel       = unknown
| /bin/universe          = unknown
| 
| PATH: /boot/home/cairo-inst/bin
| PATH: .
| PATH: /boot/home/config/bin
| PATH: /bin
| PATH: /boot/beos/apps
| PATH: /boot/home/config/ZetaMenu/Software/System
| PATH: /boot/home/config/ZetaMenu/Software/Tools
| PATH: /boot/home/config/ZetaMenu/Software/Develop
| PATH: /boot/develop/bin
| 
| 
| ## ----------- ##
| ## Core tests. ##
| ## ----------- ##
| 
| configure:1663: checking for a BSD-compatible install
| configure:1718: result: /bin/ginstall -c
| configure:1729: checking whether build environment is sane
| configure:1772: result: yes
| configure:1837: checking for gawk
| configure:1853: found /bin/gawk
| configure:1863: result: gawk
| configure:1873: checking whether make sets $(MAKE)
| configure:1893: result: yes
| configure:2068: checking whether subdir libobjs are useable
| configure:2081: result: no
| configure:2171: checking for gcc
| configure:2187: found /boot/develop/bin/gcc
| configure:2197: result: gcc
| configure:2441: checking for C compiler version
| configure:2444: gcc --version </dev/null >&5
| 2.9-beos-000224
| configure:2447: $? = 0
| configure:2449: gcc -v </dev/null >&5
| Reading specs from 
/boot/develop/tools/sdk/release/H-i586-pc-beos5/T-i586-pc-beos5/lib/gcc-lib/i586-pc-beos5/2.9-beos-000224/specs
| gcc version 2.9-beos-000224
| configure:2452: $? = 0
| configure:2454: gcc -V </dev/null >&5
| gcc: argument to `-V' is missing
| configure:2457: $? = 1
| configure:2480: checking for C compiler default output file name
| configure:2483: gcc    conftest.c  >&5
| configure:2486: $? = 0
| configure:2532: result: conftest
| configure:2537: checking whether the C compiler works
| configure:2543: ./conftest
| configure:2546: $? = 0
| configure:2563: result: yes
| configure:2570: checking whether we are cross compiling
| configure:2572: result: no
| configure:2575: checking for suffix of executables
| configure:2577: gcc -o conftest    conftest.c  >&5
| configure:2580: $? = 0
| configure:2605: result: 
| configure:2611: checking for suffix of object files
| configure:2632: gcc -c   conftest.c >&5
| configure:2635: $? = 0
| configure:2657: result: o
| configure:2661: checking whether we are using the GNU C compiler
| configure:2685: gcc -c   conftest.c >&5
| configure:2691: $? = 0
| configure:2694: test -z                        || test ! -s conftest.err
| configure:2697: $? = 0
| configure:2700: test -s conftest.o
| configure:2703: $? = 0
| configure:2716: result: yes
| configure:2722: checking whether gcc accepts -g
| configure:2743: gcc -c -g  conftest.c >&5
| configure:2749: $? = 0
| configure:2752: test -z                        || test ! -s conftest.err
| configure:2755: $? = 0
| configure:2758: test -s conftest.o
| configure:2761: $? = 0
| configure:2772: result: yes
| configure:2789: checking for gcc option to accept ANSI C
| configure:2859: gcc  -c -g -O2  conftest.c >&5
| configure:2865: $? = 0
| configure:2868: test -z                        || test ! -s conftest.err
| configure:2871: $? = 0
| configure:2874: test -s conftest.o
| configure:2877: $? = 0
| configure:2895: result: none needed
| configure:2913: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c:2: error: parse error before `me'
| configure:2919: $? = 1
| configure: failed program was:
| | #ifndef __cplusplus
| |   choke me
| | #endif
| configure:3060: checking for style of include used by make
| configure:3088: result: GNU
| configure:3116: checking dependency style of gcc
| configure:3206: result: gcc
| configure:3224: checking whether gcc and cc understand -c and -o together
| configure:3254: gcc -c conftest.c -o conftest.o >&5
| configure:3257: $? = 0
| configure:3259: gcc -c conftest.c -o conftest.o >&5
| configure:3262: $? = 0
| configure:3269: cc -c conftest.c >&5
| configure:3272: $? = 0
| configure:3275: cc -c conftest.c -o conftest.o >&5
| configure:3278: $? = 0
| configure:3280: cc -c conftest.c -o conftest.o >&5
| configure:3283: $? = 0
| configure:3301: result: yes
| configure:3331: checking how to run the C preprocessor
| configure:3366: gcc -E  conftest.c
| configure:3372: $? = 0
| configure:3404: gcc -E  conftest.c
| /boot/home/Software/libtool/conftest.c:11: error: ac_nonexistent.h: No such 
file or directory
| configure:3410: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3449: result: gcc -E
| configure:3473: gcc -E  conftest.c
| configure:3479: $? = 0
| configure:3511: gcc -E  conftest.c
| /boot/home/Software/libtool/conftest.c:11: error: ac_nonexistent.h: No such 
file or directory
| configure:3517: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:3967: checking build system type
| configure:3985: result: i586-pc-beos
| configure:3993: checking host system type
| configure:4007: result: i586-pc-beos
| configure:4015: checking for a sed that does not truncate output
| configure:4070: result: /bin/sed
| configure:4085: checking for egrep
| configure:4095: result: grep -E
| configure:4100: checking for fgrep
| configure:4110: result: grep -F
| configure:4145: checking for ld used by gcc
| configure:4212: result: /boot/develop/bin/ld
| configure:4221: checking if the linker (/boot/develop/bin/ld) is GNU ld
| configure:4236: result: yes
| configure:4249: checking for BSD- or MS-compatible name lister (nm)
| configure:4292: result: /boot/develop/bin/nm -B
| configure:4397: checking the name lister (/boot/develop/bin/nm -B) interface
| configure:4404: gcc -c -g -O2  conftest.c >&5
| configure:4407: /boot/develop/bin/nm -B "conftest.o"
| configure:4410: output
| 00000000 ? __FRAME_BEGIN__
| 00000000 D some_variable
| configure:4417: result: BSD nm
| configure:4420: checking whether ln -s works
| configure:4424: result: yes
| configure:4432: checking the maximum length of command line arguments
| configure:4529: result: 262144
| configure:4547: checking whether the shell understands some XSI constructs
| configure:4555: result: yes
| configure:4559: checking for /boot/develop/bin/ld option to reload object 
files
| configure:4566: result: -r
| configure:4593: checking how to recognise dependent libraries
| configure:4773: result: pass_all
| configure:4831: checking for ar
| configure:4847: found /boot/develop/bin/ar
| configure:4858: result: ar
| configure:4924: checking for strip
| configure:4940: found /boot/develop/bin/strip
| configure:4951: result: strip
| configure:5011: checking for ranlib
| configure:5027: found /boot/develop/bin/ranlib
| configure:5038: result: ranlib
| configure:5118: checking command to parse /boot/develop/bin/nm -B output from 
gcc object
| configure:5225: gcc -c -g -O2  conftest.c >&5
| configure:5228: $? = 0
| configure:5232: /boot/develop/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:5235: $? = 0
| configure:5289: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
| configure:5292: $? = 0
| configure:5330: result: ok
| configure:5352: checking for ANSI C header files
| configure:5377: gcc -c -g -O2  conftest.c >&5
| configure:5383: $? = 0
| configure:5386: test -z                        || test ! -s conftest.err
| configure:5389: $? = 0
| configure:5392: test -s conftest.o
| configure:5395: $? = 0
| configure:5484: gcc -o conftest -g -O2   conftest.c  >&5
| configure:5487: $? = 0
| configure:5489: ./conftest
| configure:5492: $? = 0
| configure:5507: result: yes
| configure:5531: checking for sys/types.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for sys/stat.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for stdlib.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for string.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for memory.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for strings.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for inttypes.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for stdint.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5531: checking for unistd.h
| configure:5547: gcc -c -g -O2  conftest.c >&5
| configure:5553: $? = 0
| configure:5556: test -z                        || test ! -s conftest.err
| configure:5559: $? = 0
| configure:5562: test -s conftest.o
| configure:5565: $? = 0
| configure:5576: result: yes
| configure:5592: checking for dlfcn.h
| configure:5608: gcc -c -g -O2  conftest.c >&5
| configure:5614: $? = 0
| configure:5617: test -z                        || test ! -s conftest.err
| configure:5620: $? = 0
| configure:5623: test -s conftest.o
| configure:5626: $? = 0
| configure:5637: result: yes
| configure:6703: checking for objdir
| configure:6718: result: .libs
| configure:7038: checking if gcc supports -fno-rtti -fno-exceptions
| configure:7056: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
| configure:7060: $? = 0
| configure:7073: result: yes
| configure:7093: checking for gcc option to produce PIC
| configure:7320: result:  -DPIC
| configure:7332: checking if gcc PIC flag  -DPIC works
| configure:7350: gcc -c -g -O2   -DPIC -DPIC conftest.c >&5
| configure:7354: $? = 0
| configure:7367: result: yes
| configure:7390: checking if gcc static flag -static works
| configure:7418: result: yes
| configure:7433: checking if gcc supports -c -o file.o
| configure:7454: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
| configure:7458: $? = 0
| configure:7480: result: yes
| configure:7488: checking if gcc supports -c -o file.o
| configure:7535: result: yes
| configure:7568: checking whether the gcc linker (/boot/develop/bin/ld) 
supports shared libraries
| configure:8544: result: yes
| configure:8591: checking whether -lc should be explicitly linked in
| configure:8596: gcc -c -g -O2  conftest.c >&5
| configure:8599: $? = 0
| configure:8613: gcc -nostart conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
| configure:8616: $? = 1
| configure:8628: result: yes
| configure:8782: checking dynamic linker characteristics
| configure:9356: result: beos ld.so
| configure:9440: checking how to hardcode library paths into programs
| configure:9465: result: immediate
| configure:9486: checking whether stripping libraries is possible
| configure:9491: result: yes
| configure:9526: checking if libtool supports shared libraries
| configure:9528: result: yes
| configure:9531: checking whether to build shared libraries
| configure:9552: result: yes
| configure:9555: checking whether to build static libraries
| configure:9559: result: yes
| configure:9594: checking for an ANSI C-conforming const
| configure:9661: gcc -c -g -O2  conftest.c >&5
| configure:9667: $? = 0
| configure:9670: test -z                        || test ! -s conftest.err
| configure:9673: $? = 0
| configure:9676: test -s conftest.o
| configure:9679: $? = 0
| configure:9690: result: yes
| configure:9708: checking for dirent.h that defines DIR
| configure:9732: gcc -c -g -O2  conftest.c >&5
| configure:9738: $? = 0
| configure:9741: test -z                        || test ! -s conftest.err
| configure:9744: $? = 0
| configure:9747: test -s conftest.o
| configure:9750: $? = 0
| configure:9761: result: yes
| configure:9774: checking for library containing opendir
| configure:9804: gcc -o conftest -g -O2   conftest.c  >&5
| configure:9810: $? = 0
| configure:9813: test -z                        || test ! -s conftest.err
| configure:9816: $? = 0
| configure:9819: test -s conftest
| configure:9822: $? = 0
| configure:9891: result: none required
| configure:10025: checking which extension is used for runtime loadable modules
| configure:10035: result: .so
| configure:10045: checking which variable specifies run-time module search path
| configure:10052: result: LIBRARY_PATH
| configure:10062: checking for the default library search path
| configure:10069: result: /lib /usr/lib
| configure:10099: checking for dlopen in -ldl
| configure:10129: gcc -o conftest -g -O2   conftest.c -ldl   >&5
| configure:10135: $? = 0
| configure:10138: test -z                       || test ! -s conftest.err
| configure:10141: $? = 0
| configure:10144: test -s conftest
| configure:10147: $? = 0
| configure:10160: result: yes
| configure:10307: checking for dlerror
| configure:10364: gcc -o conftest -g -O2   conftest.c  -ldl >&5
| configure:10370: $? = 0
| configure:10373: test -z                       || test ! -s conftest.err
| configure:10376: $? = 0
| configure:10379: test -s conftest
| configure:10382: $? = 0
| configure:10394: result: yes
| configure:10409: checking for shl_load
| configure:10466: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/ccZrwaJX.o: In function `main':
| /boot/home/Software/libtool/conftest.c:69: undefined reference to `shl_load'
| /boot/home/Software/libtool/conftest.c:68: undefined reference to `shl_load'
| collect2: ld returned 1 exit status
| configure:10472: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 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 gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* 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 ();
| | /* 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
| | char (*f) () = shl_load;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != shl_load;
| |   ;
| |   return 0;
| | }
| configure:10496: result: no
| configure:10506: checking for shl_load in -ldld
| configure:10536: gcc -o conftest -g -O2   conftest.c -ldld   >&5
| /boot/develop/bin/ld: cannot find -ldld
| collect2: ld returned 1 exit status
| configure:10542: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* 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:10567: result: no
| configure:10693: checking for dld_link in -ldld
| configure:10723: gcc -o conftest -g -O2   conftest.c -ldld   >&5
| /boot/develop/bin/ld: cannot find -ldld
| collect2: ld returned 1 exit status
| configure:10729: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | /* end confdefs.h.  */
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char dld_link ();
| | int
| | main ()
| | {
| | dld_link ();
| |   ;
| |   return 0;
| | }
| configure:10754: result: no
| configure:10792: checking for _ prefix in compiled symbols
| configure:10802: gcc -c -g -O2  conftest.c >&5
| configure:10805: $? = 0
| configure:10809: /boot/develop/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:10812: $? = 0
| configure:10834: result: no
| configure:10952: checking whether deplibs are loaded by dlopen
| configure:11030: result: unknown
| configure:11046: checking for argz.h
| configure:11062: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c:66: error: argz.h: No such file or 
directory
| configure:11068: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <argz.h>
| configure:11091: result: no
| configure:11103: checking for error_t
| configure:11130: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c: In function `main':
| /boot/home/Software/libtool/conftest.c:38: error: `error_t' undeclared (first 
use in this function)
| /boot/home/Software/libtool/conftest.c:38: error: (Each undeclared identifier 
is reported only once
| /boot/home/Software/libtool/conftest.c:38: error: for each function it 
appears in.)
| /boot/home/Software/libtool/conftest.c:38: error: parse error before `)'
| configure:11136: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | /* end confdefs.h.  */
| | #if defined(HAVE_ARGZ_H)
| | #  include <argz.h>
| | #endif
| | 
| | int
| | main ()
| | {
| | if ((error_t *) 0)
| |   return 0;
| | if (sizeof (error_t))
| |   return 0;
| |   ;
| |   return 0;
| | }
| configure:11159: result: no
| configure:11187: checking for argz_append
| configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/cchB0Yjs.o: In function `main':
| /boot/home/Software/libtool/conftest.c:72: undefined reference to 
`argz_append'
| /boot/home/Software/libtool/conftest.c:71: undefined reference to 
`argz_append'
| collect2: ld returned 1 exit status
| configure:11250: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | /* end confdefs.h.  */
| | /* Define argz_append to an innocuous variant, in case <limits.h> declares 
argz_append.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define argz_append innocuous_argz_append
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char argz_append (); 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 argz_append
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char argz_append ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_argz_append) || defined (__stub___argz_append)
| | choke me
| | #else
| | char (*f) () = argz_append;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != argz_append;
| |   ;
| |   return 0;
| | }
| configure:11274: result: no
| configure:11187: checking for argz_create_sep
| configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/ccboSbrE.o: In function `main':
| /boot/home/Software/libtool/conftest.c:72: undefined reference to 
`argz_create_sep'
| /boot/home/Software/libtool/conftest.c:71: undefined reference to 
`argz_create_sep'
| collect2: ld returned 1 exit status
| configure:11250: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | /* end confdefs.h.  */
| | /* Define argz_create_sep to an innocuous variant, in case <limits.h> 
declares argz_create_sep.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define argz_create_sep innocuous_argz_create_sep
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char argz_create_sep (); 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 argz_create_sep
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char argz_create_sep ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_argz_create_sep) || defined (__stub___argz_create_sep)
| | choke me
| | #else
| | char (*f) () = argz_create_sep;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != argz_create_sep;
| |   ;
| |   return 0;
| | }
| configure:11274: result: no
| configure:11187: checking for argz_insert
| configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/ccEQaxxD.o: In function `main':
| /boot/home/Software/libtool/conftest.c:72: undefined reference to 
`argz_insert'
| /boot/home/Software/libtool/conftest.c:71: undefined reference to 
`argz_insert'
| collect2: ld returned 1 exit status
| configure:11250: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | /* end confdefs.h.  */
| | /* Define argz_insert to an innocuous variant, in case <limits.h> declares 
argz_insert.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define argz_insert innocuous_argz_insert
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char argz_insert (); 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 argz_insert
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char argz_insert ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_argz_insert) || defined (__stub___argz_insert)
| | choke me
| | #else
| | char (*f) () = argz_insert;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != argz_insert;
| |   ;
| |   return 0;
| | }
| configure:11274: result: no
| configure:11187: checking for argz_next
| configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/ccchIXru.o: In function `main':
| /boot/home/Software/libtool/conftest.c:72: undefined reference to `argz_next'
| /boot/home/Software/libtool/conftest.c:71: undefined reference to `argz_next'
| collect2: ld returned 1 exit status
| configure:11250: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | /* end confdefs.h.  */
| | /* Define argz_next to an innocuous variant, in case <limits.h> declares 
argz_next.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define argz_next innocuous_argz_next
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char argz_next (); 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 argz_next
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char argz_next ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_argz_next) || defined (__stub___argz_next)
| | choke me
| | #else
| | char (*f) () = argz_next;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != argz_next;
| |   ;
| |   return 0;
| | }
| configure:11274: result: no
| configure:11187: checking for argz_stringify
| configure:11244: gcc -o conftest -g -O2   conftest.c  >&5
| /tmp/cclDeBkf.o: In function `main':
| /boot/home/Software/libtool/conftest.c:72: undefined reference to 
`argz_stringify'
| /boot/home/Software/libtool/conftest.c:71: undefined reference to 
`argz_stringify'
| collect2: ld returned 1 exit status
| configure:11250: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | /* end confdefs.h.  */
| | /* Define argz_stringify to an innocuous variant, in case <limits.h> 
declares argz_stringify.
| |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| | #define argz_stringify innocuous_argz_stringify
| | 
| | /* System header to define __stub macros and hopefully few prototypes,
| |     which can conflict with char argz_stringify (); 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 argz_stringify
| | 
| | /* Override any gcc2 internal prototype to avoid an error.  */
| | #ifdef __cplusplus
| | extern "C"
| | {
| | #endif
| | /* We use char because int might match the return type of a gcc2
| |    builtin and then its argument prototype would still apply.  */
| | char argz_stringify ();
| | /* The GNU C library defines this for functions which it implements
| |     to always fail with ENOSYS.  Some functions are actually named
| |     something starting with __ and the normal name is an alias.  */
| | #if defined (__stub_argz_stringify) || defined (__stub___argz_stringify)
| | choke me
| | #else
| | char (*f) () = argz_stringify;
| | #endif
| | #ifdef __cplusplus
| | }
| | #endif
| | 
| | int
| | main ()
| | {
| | return f != argz_stringify;
| |   ;
| |   return 0;
| | }
| configure:11274: result: no
| configure:11322: checking whether libtool supports -dlopen/-dlpreopen
| configure:11334: result: yes
| configure:11369: checking for memory.h
| configure:11414: result: yes
| configure:11369: checking for unistd.h
| configure:11414: result: yes
| configure:11369: checking for dl.h
| configure:11385: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c:70: error: dl.h: No such file or 
directory
| configure:11391: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <dl.h>
| configure:11414: result: no
| configure:11369: checking for sys/dl.h
| configure:11385: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c:70: error: sys/dl.h: No such file or 
directory
| configure:11391: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <sys/dl.h>
| configure:11414: result: no
| configure:11369: checking for dld.h
| configure:11385: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c:70: error: dld.h: No such file or 
directory
| configure:11391: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <dld.h>
| configure:11414: result: no
| configure:11369: checking for mach-o/dyld.h
| configure:11385: gcc -c -g -O2  conftest.c >&5
| /boot/home/Software/libtool/conftest.c:70: error: mach-o/dyld.h: No such file 
or directory
| configure:11391: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | /* end confdefs.h.  */
| | #include <stdio.h>
| | #if HAVE_SYS_TYPES_H
| | # include <sys/types.h>
| | #endif
| | #if HAVE_SYS_STAT_H
| | # include <sys/stat.h>
| | #endif
| | #if STDC_HEADERS
| | # include <stdlib.h>
| | # include <stddef.h>
| | #else
| | # if HAVE_STDLIB_H
| | #  include <stdlib.h>
| | # endif
| | #endif
| | #if HAVE_STRING_H
| | # if !STDC_HEADERS && HAVE_MEMORY_H
| | #  include <memory.h>
| | # endif
| | # include <string.h>
| | #endif
| | #if HAVE_STRINGS_H
| | # include <strings.h>
| | #endif
| | #if HAVE_INTTYPES_H
| | # include <inttypes.h>
| | #else
| | # if HAVE_STDINT_H
| | #  include <stdint.h>
| | # endif
| | #endif
| | #if HAVE_UNISTD_H
| | # include <unistd.h>
| | #endif
| | 
| | #include <mach-o/dyld.h>
| configure:11414: result: no
| configure:11430: checking for string.h
| configure:11475: result: yes
| configure:11493: checking for closedir
| configure:11550: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11556: $? = 0
| configure:11559: test -z                       || test ! -s conftest.err
| configure:11562: $? = 0
| configure:11565: test -s conftest
| configure:11568: $? = 0
| configure:11580: result: yes
| configure:11493: checking for opendir
| configure:11550: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11556: $? = 0
| configure:11559: test -z                       || test ! -s conftest.err
| configure:11562: $? = 0
| configure:11565: test -s conftest
| configure:11568: $? = 0
| configure:11580: result: yes
| configure:11493: checking for readdir
| configure:11550: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11556: $? = 0
| configure:11559: test -z                       || test ! -s conftest.err
| configure:11562: $? = 0
| configure:11565: test -s conftest
| configure:11568: $? = 0
| configure:11580: result: yes
| configure:11604: checking for strlcat
| configure:11661: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11667: $? = 0
| configure:11670: test -z                       || test ! -s conftest.err
| configure:11673: $? = 0
| configure:11676: test -s conftest
| configure:11679: $? = 0
| configure:11691: result: yes
| configure:11604: checking for strlcpy
| configure:11661: gcc -o conftest -g -O2   conftest.c  >&5
| configure:11667: $? = 0
| configure:11670: test -z                       || test ! -s conftest.err
| configure:11673: $? = 0
| configure:11676: test -s conftest
| configure:11679: $? = 0
| configure:11691: result: yes
| configure:11771: checking for g++
| configure:11787: found /boot/develop/bin/g++
| configure:11797: result: g++
| configure:11813: checking for C++ compiler version
| configure:11816: g++ --version </dev/null >&5
| 2.9-beos-000224
| configure:11819: $? = 0
| configure:11821: g++ -v </dev/null >&5
| Reading specs from 
/boot/develop/tools/sdk/release/H-i586-pc-beos5/T-i586-pc-beos5/lib/gcc-lib/i586-pc-beos5/2.9-beos-000224/specs
| gcc version 2.9-beos-000224
| configure:11824: $? = 0
| configure:11826: g++ -V </dev/null >&5
| g++: argument to `-V' missing
| 
| configure:11829: $? = 1
| configure:11832: checking whether we are using the GNU C++ compiler
| configure:11856: g++ -c   conftest.cc >&5
| configure:11862: $? = 0
| configure:11865: test -z                       || test ! -s conftest.err
| configure:11868: $? = 0
| configure:11871: test -s conftest.o
| configure:11874: $? = 0
| configure:11887: result: yes
| configure:11893: checking whether g++ accepts -g
| configure:11914: g++ -c -g  conftest.cc >&5
| configure:11920: $? = 0
| configure:11923: test -z                       || test ! -s conftest.err
| configure:11926: $? = 0
| configure:11929: test -s conftest.o
| configure:11932: $? = 0
| configure:11943: result: yes
| configure:11985: g++ -c -g -O2  conftest.cc >&5
| configure:11991: $? = 0
| configure:11994: test -z                       || test ! -s conftest.err
| configure:11997: $? = 0
| configure:12000: test -s conftest.o
| configure:12003: $? = 0
| configure:12029: g++ -c -g -O2  conftest.cc >&5
| configure:12035: $? = 0
| configure:12038: test -z                       || test ! -s conftest.err
| configure:12041: $? = 0
| configure:12044: test -s conftest.o
| configure:12047: $? = 0
| configure:12072: checking dependency style of g++
| configure:12162: result: gcc
| configure:12187: checking how to run the C++ preprocessor
| configure:12218: g++ -E  conftest.cc
| configure:12224: $? = 0
| configure:12256: g++ -E  conftest.cc
| /boot/home/Software/libtool/conftest.cc:41: error: ac_nonexistent.h: No such 
file or directory
| configure:12262: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_CLOSEDIR 1
| | #define HAVE_OPENDIR 1
| | #define HAVE_READDIR 1
| | #define HAVE_STRLCAT 1
| | #define HAVE_STRLCPY 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:12301: result: g++ -E
| configure:12325: g++ -E  conftest.cc
| configure:12331: $? = 0
| configure:12363: g++ -E  conftest.cc
| /boot/home/Software/libtool/conftest.cc:41: error: ac_nonexistent.h: No such 
file or directory
| configure:12369: $? = 1
| configure: failed program was:
| | /* confdefs.h.  */
| | 
| | #define PACKAGE_NAME "libtool"
| | #define PACKAGE_TARNAME "libtool"
| | #define PACKAGE_VERSION "2.1a"
| | #define PACKAGE_STRING "libtool 2.1a"
| | #define PACKAGE_BUGREPORT "address@hidden"
| | #define PACKAGE "libtool"
| | #define VERSION "2.1a"
| | #define STDC_HEADERS 1
| | #define HAVE_SYS_TYPES_H 1
| | #define HAVE_SYS_STAT_H 1
| | #define HAVE_STDLIB_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_STRINGS_H 1
| | #define HAVE_INTTYPES_H 1
| | #define HAVE_STDINT_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_DLFCN_H 1
| | #define LT_OBJDIR ".libs/"
| | #define HAVE_DIRENT_H 1
| | #define LT_MODULE_EXT ".so"
| | #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| | #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| | #define HAVE_LIBDL 1
| | #define HAVE_DLERROR 1
| | #define HAVE_LIBDLLOADER 1
| | #define LTDL_DLOPEN_DEPLIBS 1
| | #define error_t int
| | #define HAVE_PRELOADED_SYMBOLS 1
| | #define HAVE_MEMORY_H 1
| | #define HAVE_UNISTD_H 1
| | #define HAVE_STRING_H 1
| | #define HAVE_CLOSEDIR 1
| | #define HAVE_OPENDIR 1
| | #define HAVE_READDIR 1
| | #define HAVE_STRLCAT 1
| | #define HAVE_STRLCPY 1
| | /* end confdefs.h.  */
| | #include <ac_nonexistent.h>
| configure:12546: checking for ld used by g++
| configure:12613: result: /boot/develop/bin/ld
| configure:12622: checking if the linker (/boot/develop/bin/ld) is GNU ld
| configure:12637: result: yes
| configure:12692: checking whether the g++ linker (/boot/develop/bin/ld) 
supports shared libraries
| configure:13606: result: yes
| configure:13634: g++ -c -g -O2  conftest.cpp >&5
| configure:13637: $? = 0
| configure:13773: checking for g++ option to produce PIC
| configure:14062: result:  -DPIC
| configure:14071: checking if g++ PIC flag  -DPIC works
| configure:14089: g++ -c -g -O2   -DPIC -DPIC conftest.cpp >&5
| configure:14093: $? = 0
| configure:14106: result: yes
| configure:14126: checking if g++ static flag -static works
| configure:14154: result: yes
| configure:14166: checking if g++ supports -c -o file.o
| configure:14187: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
| configure:14191: $? = 0
| configure:14213: result: yes
| configure:14218: checking if g++ supports -c -o file.o
| configure:14265: result: yes
| configure:14295: checking whether the g++ linker (/boot/develop/bin/ld) 
supports shared libraries
| configure:14320: result: yes
| configure:14459: checking dynamic linker characteristics
| configure:15033: result: beos ld.so
| configure:15069: checking how to hardcode library paths into programs
| configure:15094: result: immediate
| configure:15112: checking whether stripping libraries is possible
| configure:15117: result: yes
| configure:15221: checking for g77
| configure:15250: result: no
| configure:15221: checking for f77
| configure:15250: result: no
| configure:15221: checking for xlf
| configure:15250: result: no
| configure:15221: checking for frt
| configure:15250: result: no
| configure:15221: checking for pgf77
| configure:15250: result: no
| configure:15221: checking for fort77
| configure:15250: result: no
| configure:15221: checking for fl32
| configure:15250: result: no
| configure:15221: checking for af77
| configure:15250: result: no
| configure:15221: checking for f90
| configure:15250: result: no
| configure:15221: checking for xlf90
| configure:15250: result: no
| configure:15221: checking for pgf90
| configure:15250: result: no
| configure:15221: checking for epcf90
| configure:15250: result: no
| configure:15221: checking for f95
| configure:15250: result: no
| configure:15221: checking for fort
| configure:15250: result: no
| configure:15221: checking for xlf95
| configure:15250: result: no
| configure:15221: checking for ifc
| configure:15250: result: no
| configure:15221: checking for efc
| configure:15250: result: no
| configure:15221: checking for pgf95
| configure:15250: result: no
| configure:15221: checking for lf95
| configure:15250: result: no
| configure:15221: checking for gfortran
| configure:15250: result: no
| configure:15262: checking for Fortran 77 compiler version
| configure:15265:  --version </dev/null >&5
| ./configure: line 15266: --version: command not found
| configure:15268: $? = 127
| configure:15270:  -v </dev/null >&5
| ./configure: line 15271: -v: command not found
| configure:15273: $? = 127
| configure:15275:  -V </dev/null >&5
| ./configure: line 15276: -V: command not found
| configure:15278: $? = 127
| configure:15286: checking whether we are using the GNU Fortran 77 compiler
| configure:15300:  -c  conftest.F >&5
| ./configure: line 15301: -c: command not found
| configure:15306: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |       end
| configure:15331: result: no
| configure:15337: checking whether  accepts -g
| configure:15349:  -c -g conftest.f >&5
| ./configure: line 15350: -c: command not found
| configure:15355: $? = 127
| configure: failed program was:
| |       program main
| | 
| |       end
| configure:15379: result: no
| configure:17859: checking for f95
| configure:17888: result: no
| configure:17859: checking for fort
| configure:17888: result: no
| configure:17859: checking for xlf95
| configure:17888: result: no
| configure:17859: checking for ifc
| configure:17888: result: no
| configure:17859: checking for efc
| configure:17888: result: no
| configure:17859: checking for pgf95
| configure:17888: result: no
| configure:17859: checking for lf95
| configure:17888: result: no
| configure:17859: checking for gfortran
| configure:17888: result: no
| configure:17859: checking for f90
| configure:17888: result: no
| configure:17859: checking for xlf90
| configure:17888: result: no
| configure:17859: checking for pgf90
| configure:17888: result: no
| configure:17859: checking for epcf90
| configure:17888: result: no
| configure:17859: checking for g77
| configure:17888: result: no
| configure:17859: checking for f77
| configure:17888: result: no
| configure:17859: checking for xlf
| configure:17888: result: no
| configure:17859: checking for frt
| configure:17888: result: no
| configure:17859: checking for pgf77
| configure:17888: result: no
| configure:17859: checking for fort77
| configure:17888: result: no
| configure:17859: checking for fl32
| configure:17888: result: no
| configure:17859: checking for af77
| configure:17888: result: no
| configure:17900: checking for Fortran compiler version
| configure:17903:  --version </dev/null >&5
| ./configure: line 17904: --version: command not found
| configure:17906: $? = 127
| configure:17908:  -v </dev/null >&5
| ./configure: line 17909: -v: command not found
| configure:17911: $? = 127
| configure:17913:  -V </dev/null >&5
| ./configure: line 17914: -V: command not found
| configure:17916: $? = 127
| configure:17924: checking whether we are using the GNU Fortran compiler
| configure:17938:  -c   conftest.F >&5
| ./configure: line 17939: -c: command not found
| configure:17944: $? = 127
| configure: failed program was:
| |       program main
| | #ifndef __GNUC__
| |        choke me
| | #endif
| | 
| |       end
| configure:17969: result: no
| configure:17975: checking whether  accepts -g
| configure:17987:  -c -g  conftest.f >&5
| ./configure: line 17988: -c: command not found
| configure:17993: $? = 127
| configure: failed program was:
| |       program main
| | 
| |       end
| configure:18017: result: no
| configure:20608: checking for gcj
| configure:20637: result: no
| configure:23094: checking for windres
| configure:23123: result: no
| configure:23447: creating ./config.status
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by libtool config.status 2.1a, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status 
| 
| on christian
| 
| config.status:1221: creating Makefile
| config.status:1287: creating config.h
| config.status:1613: executing tests/atconfig commands
| config.status:1613: executing depfiles commands
| config.status:1613: executing libtool commands
| 
| ## ---------------- ##
| ## Cache variables. ##
| ## ---------------- ##
| 
| ac_cv_build=i586-pc-beos
| ac_cv_build_alias=i586-pc-beos
| ac_cv_c_compiler_gnu=yes
| ac_cv_c_const=yes
| ac_cv_cxx_compiler_gnu=yes
| ac_cv_env_CC_set=
| ac_cv_env_CC_value=
| ac_cv_env_CFLAGS_set=
| ac_cv_env_CFLAGS_value=
| ac_cv_env_CPPFLAGS_set=
| ac_cv_env_CPPFLAGS_value=
| ac_cv_env_CPP_set=
| ac_cv_env_CPP_value=
| ac_cv_env_CXXCPP_set=
| ac_cv_env_CXXCPP_value=
| ac_cv_env_CXXFLAGS_set=
| ac_cv_env_CXXFLAGS_value=
| ac_cv_env_CXX_set=
| ac_cv_env_CXX_value=
| ac_cv_env_F77_set=
| ac_cv_env_F77_value=
| ac_cv_env_FCFLAGS_set=
| ac_cv_env_FCFLAGS_value=
| ac_cv_env_FC_set=
| ac_cv_env_FC_value=
| ac_cv_env_FFLAGS_set=
| ac_cv_env_FFLAGS_value=
| ac_cv_env_LDFLAGS_set=
| ac_cv_env_LDFLAGS_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_exeext=
| ac_cv_f77_compiler_gnu=no
| ac_cv_fc_compiler_gnu=no
| ac_cv_func_argz_append=no
| ac_cv_func_argz_create_sep=no
| ac_cv_func_argz_insert=no
| ac_cv_func_argz_next=no
| ac_cv_func_argz_stringify=no
| ac_cv_func_closedir=yes
| ac_cv_func_dlerror=yes
| ac_cv_func_opendir=yes
| ac_cv_func_readdir=yes
| ac_cv_func_shl_load=no
| ac_cv_func_strlcat=yes
| ac_cv_func_strlcpy=yes
| ac_cv_header_argz_h=no
| ac_cv_header_dirent_dirent_h=yes
| ac_cv_header_dl_h=no
| ac_cv_header_dld_h=no
| ac_cv_header_dlfcn_h=yes
| ac_cv_header_inttypes_h=yes
| ac_cv_header_mach_o_dyld_h=no
| ac_cv_header_memory_h=yes
| ac_cv_header_stdc=yes
| ac_cv_header_stdint_h=yes
| ac_cv_header_stdlib_h=yes
| ac_cv_header_string_h=yes
| ac_cv_header_strings_h=yes
| ac_cv_header_sys_dl_h=no
| ac_cv_header_sys_stat_h=yes
| ac_cv_header_sys_types_h=yes
| ac_cv_header_unistd_h=yes
| ac_cv_host=i586-pc-beos
| ac_cv_host_alias=i586-pc-beos
| ac_cv_lib_dl_dlopen=yes
| ac_cv_lib_dld_dld_link=no
| ac_cv_lib_dld_shl_load=no
| ac_cv_objext=o
| ac_cv_path_install='/bin/ginstall -c'
| 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_RANLIB=ranlib
| ac_cv_prog_ac_ct_STRIP=strip
| ac_cv_prog_cc_g=yes
| ac_cv_prog_cc_gcc_c_o=yes
| ac_cv_prog_cc_stdc=
| ac_cv_prog_cxx_g=yes
| ac_cv_prog_egrep='grep -E'
| ac_cv_prog_f77_g=no
| ac_cv_prog_fc_g=no
| ac_cv_prog_fgrep='grep -F'
| ac_cv_prog_make_make_set=yes
| ac_cv_search_opendir='none required'
| ac_cv_type_error_t=no
| am_cv_CC_dependencies_compiler_type=gcc
| am_cv_CXX_dependencies_compiler_type=gcc
| libltdl_cv_lib_dl_dlopen=yes
| libltdl_cv_preloaded_symbols=yes
| libltdl_cv_shlibext=.so
| lt_cv_deplibs_check_method=pass_all
| lt_cv_dlopen=load_add_on
| lt_cv_dlopen_libs=
| lt_cv_dlopen_self=yes
| lt_cv_file_magic_cmd='$MAGIC_CMD'
| lt_cv_file_magic_test_file=
| lt_cv_ld_reload_flag=-r
| lt_cv_module_path_var=LIBRARY_PATH
| lt_cv_nm_interface='BSD nm'
| lt_cv_objdir=.libs
| lt_cv_path_LD=/boot/develop/bin/ld
| lt_cv_path_LDCXX=/boot/develop/bin/ld
| lt_cv_path_NM='/boot/develop/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_RC=yes
| lt_cv_prog_compiler_rtti_exceptions=yes
| lt_cv_prog_gnu_ld=yes
| lt_cv_prog_gnu_ldcxx=yes
| lt_cv_sys_dlopen_deplibs=unknown
| lt_cv_sys_dlsearch_path='/lib /usr/lib'
| 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\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  
{"\2", (void *) \&\2},/p'\'''
| lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int 
\1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
| lt_cv_sys_max_cmd_len=262144
| lt_cv_sys_symbol_underscore=no
| 
| ## ----------------- ##
| ## Output variables. ##
| ## ----------------- ##
| 
| ACLOCAL='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
aclocal-1.9'
| AMDEPBACKSLASH='\'
| AMDEP_FALSE='#'
| AMDEP_TRUE=''
| AMTAR='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run tar'
| AR='ar'
| ARGZ_H='argz.h'
| AS='as'
| AUTOCONF='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
autoconf'
| AUTOHEADER='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
autoheader'
| AUTOM4TE='autom4te'
| AUTOMAKE='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
automake-1.9'
| AUTOTEST='$(AUTOM4TE) --language=autotest'
| AWK='gawk'
| CC='gcc'
| CCDEPMODE='depmode=gcc'
| CFLAGS='-g -O2'
| CONFIG_STATUS_DEPENDENCIES='$(top_srcdir)/stamp-vcl'
| CONF_SUBDIRS='tests/cdemo tests/demo tests/depdemo tests/f77demo tests/fcdemo 
        tests/mdemo tests/mdemo2 tests/pdemo tests/tagdemo'
| CONVENIENCE_LTDL_FALSE=''
| CONVENIENCE_LTDL_TRUE='#'
| CPP='gcc -E'
| CPPFLAGS=''
| CXX='g++'
| CXXCPP='g++ -E'
| CXXDEPMODE='depmode=gcc'
| CXXFLAGS='-g -O2'
| CYGPATH_W='echo'
| DEFS='-DHAVE_CONFIG_H'
| DEPDIR='.deps'
| DIST_MAKEFILE_LIST='tests/cdemo/Makefile tests/demo/Makefile 
tests/depdemo/Makefile tests/f77demo/Makefile tests/fcdemo/Makefile 
tests/mdemo/Makefile tests/mdemo2/Makefile tests/pdemo/Makefile 
tests/tagdemo/Makefile '
| DLLTOOL='dlltool'
| DUMPBIN=''
| ECHO_C=''
| ECHO_N='-n'
| ECHO_T=''
| EGREP='grep -E'
| EXEEXT=''
| F77=''
| FC=''
| FCFLAGS=''
| FFLAGS=''
| FGREP='grep -F'
| GCJ=''
| GCJFLAGS='-g -O2'
| GREP='grep'
| HAVE_CXX_FALSE='#'
| HAVE_CXX_TRUE=''
| HAVE_F77_FALSE=''
| HAVE_F77_TRUE='#'
| HAVE_FC_FALSE=''
| HAVE_FC_TRUE='#'
| HAVE_GCJ_FALSE=''
| HAVE_GCJ_TRUE='#'
| HAVE_RC_FALSE=''
| HAVE_RC_TRUE='#'
| INSTALL_DATA='${INSTALL} -m 644'
| INSTALL_LTDL_FALSE='#'
| INSTALL_LTDL_TRUE=''
| INSTALL_PROGRAM='${INSTALL}'
| INSTALL_SCRIPT='${INSTALL}'
| INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
| LASTRELEASE='2.1'
| LD='/boot/develop/bin/ld'
| LDFLAGS=''
| LIBADD_DL='-ldl '
| LIBADD_DLD_LINK=''
| LIBADD_DLOPEN='-ldl'
| LIBADD_SHL_LOAD=''
| LIBOBJS=' argz$U.o'
| LIBS=''
| LIBTOOL='$(SHELL) $(top_builddir)/libtool'
| LN_S='ln -s'
| LTDLOPEN='libltdl'
| LTDL_SUBDIR_LIBOBJS_FALSE=''
| LTDL_SUBDIR_LIBOBJS_TRUE='#'
| LTLIBOBJS=' argz$U.lo'
| LT_CONFIG_H='config.h'
| LT_DLLOADERS=' libltdl/dlopen.la libltdl/load_add_on.la'
| LT_DLPREOPEN='-dlpreopen libltdl/dlopen.la -dlpreopen libltdl/load_add_on.la '
| M4SH='$(AUTOM4TE) --language=m4sh'
| MAKEINFO='${SHELL} /boot/home/Software/libtool/libltdl/config/missing --run 
makeinfo'
| NM='/boot/develop/bin/nm -B'
| OBJDUMP='objdump'
| OBJEXT='o'
| PACKAGE='libtool'
| PACKAGE_BUGREPORT='address@hidden'
| PACKAGE_NAME='libtool'
| PACKAGE_STRING='libtool 2.1a'
| PACKAGE_TARNAME='libtool'
| PACKAGE_VERSION='2.1a'
| PATH_SEPARATOR=':'
| RANLIB='ranlib'
| RC=''
| SED='/bin/sed'
| SET_MAKE=''
| SHELL='/bin/sh'
| STRIP='strip'
| TIMESTAMP=' 1.2144 2005/10/29 14:21:01'
| VERSION='2.1a'
| abs_top_builddir=''
| abs_top_srcdir=''
| ac_ct_AR='ar'
| ac_ct_AS=''
| ac_ct_CC='gcc'
| ac_ct_CXX='g++'
| ac_ct_DLLTOOL=''
| ac_ct_DUMPBIN=''
| ac_ct_F77=''
| ac_ct_FC=''
| ac_ct_GCJ=''
| ac_ct_OBJDUMP=''
| ac_ct_RANLIB='ranlib'
| ac_ct_RC=''
| ac_ct_STRIP='strip'
| aclocaldir='${datadir}/aclocal'
| am__fastdepCC_FALSE=''
| am__fastdepCC_TRUE='#'
| am__fastdepCXX_FALSE=''
| am__fastdepCXX_TRUE='#'
| am__include='include'
| am__leading_dot='.'
| am__quote=''
| am__tar='${AMTAR} chof - "$$tardir"'
| am__untar='${AMTAR} xf -'
| bindir='${exec_prefix}/bin'
| build='i586-pc-beos'
| build_alias=''
| build_cpu='i586'
| build_os='beos'
| build_vendor='pc'
| datadir='${prefix}/share'
| exec_prefix='${prefix}'
| host='i586-pc-beos'
| host_alias=''
| host_cpu='i586'
| host_os='beos'
| host_vendor='pc'
| includedir='${prefix}/include'
| infodir='${prefix}/info'
| install_sh='/boot/home/Software/libtool/libltdl/config/install-sh'
| libdir='${exec_prefix}/lib'
| libexecdir='${exec_prefix}/libexec'
| localstatedir='${prefix}/var'
| lt_ECHO='echo'
| mandir='${prefix}/man'
| mkdir_p='mkdir -p --'
| oldincludedir='/usr/include'
| package_revision='1.2144'
| pkgdatadir='${datadir}/libtool'
| prefix='/boot/home/cairo-inst'
| program_transform_name='s,x,x,'
| sbindir='${exec_prefix}/sbin'
| sharedstatedir='${prefix}/com'
| sys_symbol_underscore='no'
| sysconfdir='${prefix}/etc'
| target_alias=''
| 
| ## ----------- ##
| ## confdefs.h. ##
| ## ----------- ##
| 
| #define HAVE_CLOSEDIR 1
| #define HAVE_DIRENT_H 1
| #define HAVE_DLERROR 1
| #define HAVE_DLFCN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIBDL 1
| #define HAVE_LIBDLLOADER 1
| #define HAVE_MEMORY_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_OPENDIR 1
| #define HAVE_PRELOADED_SYMBOLS 1
| #define HAVE_READDIR 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCPY 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UNISTD_H 1
| #define LTDL_DLOPEN_DEPLIBS 1
| #define LT_DLSEARCH_PATH "/lib:/usr/lib"
| #define LT_MODULE_EXT ".so"
| #define LT_MODULE_PATH_VAR "LIBRARY_PATH"
| #define LT_OBJDIR ".libs/"
| #define PACKAGE "libtool"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE_NAME "libtool"
| #define PACKAGE_STRING "libtool 2.1a"
| #define PACKAGE_TARNAME "libtool"
| #define PACKAGE_VERSION "2.1a"
| #define STDC_HEADERS 1
| #define VERSION "2.1a"
| #define error_t int
| 
| configure: exit 0
| 
| ## ---------------------- ##
| ## Running config.status. ##
| ## ---------------------- ##
| 
| This file was extended by libtool config.status 2.1a, which was
| generated by GNU Autoconf 2.59.  Invocation command line was
| 
|   CONFIG_FILES    = 
|   CONFIG_HEADERS  = 
|   CONFIG_LINKS    = 
|   CONFIG_COMMANDS = 
|   $ ./config.status libtool
| 
| on christian
| 
| config.status:1613: executing libtool commands


reply via email to

[Prev in Thread] Current Thread [Next in Thread]