libunwind-devel
[Top][All Lists]
Advanced

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

[libunwind] problem in running 'make check'


From: Chris Arena
Subject: [libunwind] problem in running 'make check'
Date: Mon, 03 Nov 2003 15:50:42 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020408

Hi,

I'm seeing this output when I run 'make check' on the libunwind:

[snip]
_Ux86_local_resume: implement me
FAILURE: b() returned from raise_exception()!!
_Ux86_local_resume: implement me
FAILURE: b() returned from raise_exception()!!
_Ux86_local_resume: implement me
FAILURE: b() returned from raise_exception()!!
_Ux86_local_resume: implement me
FAILURE: b() returned from raise_exception()!!
_Ux86_local_resume: implement me
FAILURE: b() returned from raise_exception()!!
_Ux86_local_resume: implement me
FAILURE: b() returned from raise_exception()!!
_Ux86_local_resume: implementmake[2]: *** [check-TESTS] Interrupt
make[1]: *** [check-am] Interrupt
make: *** [check-recursive] Interrupt

address@hidden libunwind-0.93]$


The output ends when I hit cntrl-C.

Should this work? I've attached the config.log if that might help understand what's going wrong.

Thanks,

Chris Arena
BMH Associates, Inc.
Virginia Beach, VA
(757) 857 5670 x 280

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

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure CC=gcc3 CXX=g++3

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

hostname = arena
uname -m = i686
uname -r = 2.4.18-3
uname -s = Linux
uname -v = #1 Thu Apr 18 07:37:53 EDT 2002

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

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

PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/local/plugins
PATH: /usr/local/mozilla
PATH: /usr/local/share/OpenSceneGraph/bin
PATH: /usr/java/j2sdk1.4.0_02/bin/
PATH: /home/arena/bin
PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/local/plugins
PATH: /usr/local/mozilla
PATH: /usr/local/share/OpenSceneGraph/bin
PATH: /usr/java/j2sdk1.4.0_02/bin/
PATH: /home/arena/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: .
PATH: /home/arena/bin
PATH: .


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

configure:1483: checking build system type
configure:1501: result: i686-pc-linux-gnu
configure:1509: checking host system type
configure:1523: result: i686-pc-linux-gnu
configure:1531: checking target system type
configure:1545: result: i686-pc-linux-gnu
configure:1572: checking for a BSD-compatible install
configure:1626: result: /usr/bin/install -c
configure:1637: checking whether build environment is sane
configure:1680: result: yes
configure:1713: checking for gawk
configure:1729: found /bin/gawk
configure:1739: result: gawk
configure:1749: checking whether make sets $(MAKE)
configure:1769: result: yes
configure:1914: checking whether to enable maintainer-specific portions of 
Makefiles
configure:1923: result: no
configure:1991: checking for gcc
configure:2017: result: gcc3
configure:2261: checking for C compiler version
configure:2264: gcc3 --version </dev/null >&5
3.0.4
configure:2267: $? = 0
configure:2269: gcc3 -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.0.4 (Red Hat Linux 7.2 3.0.4-1)
configure:2272: $? = 0
configure:2274: gcc3 -V </dev/null >&5
gcc3: argument to `-V' is missing
configure:2277: $? = 1
configure:2301: checking for C compiler default output
configure:2304: gcc3    conftest.c  >&5
configure:2307: $? = 0
configure:2353: result: a.out
configure:2358: checking whether the C compiler works
configure:2364: ./a.out
configure:2367: $? = 0
configure:2384: result: yes
configure:2391: checking whether we are cross compiling
configure:2393: result: no
configure:2396: checking for suffix of executables
configure:2398: gcc3 -o conftest    conftest.c  >&5
configure:2401: $? = 0
configure:2426: result: 
configure:2432: checking for suffix of object files
configure:2454: gcc3 -c   conftest.c >&5
configure:2457: $? = 0
configure:2479: result: o
configure:2483: checking whether we are using the GNU C compiler
configure:2508: gcc3 -c   conftest.c >&5
configure:2511: $? = 0
configure:2514: test -s conftest.o
configure:2517: $? = 0
configure:2530: result: yes
configure:2536: checking whether gcc3 accepts -g
configure:2558: gcc3 -c -g  conftest.c >&5
configure:2561: $? = 0
configure:2564: test -s conftest.o
configure:2567: $? = 0
configure:2578: result: yes
configure:2595: checking for gcc3 option to accept ANSI C
configure:2656: gcc3  -c -g -O2  conftest.c >&5
configure:2659: $? = 0
configure:2662: test -s conftest.o
configure:2665: $? = 0
configure:2683: result: none needed
configure:2701: gcc3 -c -g -O2  conftest.c >&5
conftest.c:2: parse error before "me"
configure:2704: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2832: checking for style of include used by make
configure:2860: result: GNU
configure:2888: checking dependency style of gcc3
configure:2950: result: gcc3
configure:3049: checking for C++ compiler version
configure:3052: g++3 --version </dev/null >&5
3.0.4
configure:3055: $? = 0
configure:3057: g++3 -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.0.4/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --enable-shared --enable-threads=posix 
--disable-checking --host=i386-redhat-linux --with-system-zlib
Thread model: posix
gcc version 3.0.4 (Red Hat Linux 7.2 3.0.4-1)
configure:3060: $? = 0
configure:3062: g++3 -V </dev/null >&5
g++3: argument to `-V' missing

configure:3065: $? = 1
configure:3068: checking whether we are using the GNU C++ compiler
configure:3093: g++3 -c   conftest.cc >&5
configure:3096: $? = 0
configure:3099: test -s conftest.o
configure:3102: $? = 0
configure:3115: result: yes
configure:3121: checking whether g++3 accepts -g
configure:3143: g++3 -c -g  conftest.cc >&5
configure:3146: $? = 0
configure:3149: test -s conftest.o
configure:3152: $? = 0
configure:3163: result: yes
configure:3207: g++3 -c -g -O2  conftest.cc >&5
configure:3210: $? = 0
configure:3213: test -s conftest.o
configure:3216: $? = 0
configure:3243: g++3 -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:3240: `exit' undeclared (first use this function)
configure:3240: (Each undeclared identifier is reported only once for each 
   function it appears in.)
configure:3246: $? = 1
configure: failed program was:
| #line 3226 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:3207: g++3 -c -g -O2  conftest.cc >&5
configure:3210: $? = 0
configure:3213: test -s conftest.o
configure:3216: $? = 0
configure:3243: g++3 -c -g -O2  conftest.cc >&5
configure:3246: $? = 0
configure:3249: test -s conftest.o
configure:3252: $? = 0
configure:3277: checking dependency style of g++3
configure:3339: result: gcc3
configure:3356: checking for a BSD-compatible install
configure:3410: result: /usr/bin/install -c
configure:3421: checking whether make sets $(MAKE)
configure:3441: result: yes
configure:3538: checking for ld used by GCC
configure:3601: result: /usr/bin/ld
configure:3610: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.93.0.2 20020207
configure:3622: result: yes
configure:3627: checking for /usr/bin/ld option to reload object files
configure:3634: result: -r
configure:3639: checking for BSD-compatible nm
configure:3675: result: /usr/bin/nm -B
configure:3678: checking for a sed that does not truncate output
configure:3760: result: /bin/sed
configure:3763: checking whether ln -s works
configure:3767: result: yes
configure:3774: checking how to recognise dependent libraries
configure:3955: result: pass_all
configure:3968: checking command to parse /usr/bin/nm -B output
configure:4052: gcc3 -c -g -O2  conftest.c >&5
configure:4055: $? = 0
configure:4059: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:4062: $? = 0
configure:4114: gcc3 -o conftest -g -O2   conftest.c conftstm.o >&5
configure:4117: $? = 0
configure:4161: result: ok
configure:4170: checking how to run the C preprocessor
configure:4206: gcc3 -E  conftest.c
configure:4212: $? = 0
configure:4244: gcc3 -E  conftest.c
configure:4248:28: ac_nonexistent.h: No such file or directory
configure:4250: $? = 1
configure: failed program was:
| #line 4235 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4288: result: gcc3 -E
configure:4313: gcc3 -E  conftest.c
configure:4319: $? = 0
configure:4351: gcc3 -E  conftest.c
configure:4355:28: ac_nonexistent.h: No such file or directory
configure:4357: $? = 1
configure: failed program was:
| #line 4342 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4400: checking for egrep
configure:4410: result: grep -E
configure:4415: checking for ANSI C header files
configure:4441: gcc3 -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4539: gcc3 -o conftest -g -O2   conftest.c  >&5
configure:4542: $? = 0
configure:4544: ./conftest
configure:4547: $? = 0
configure:4562: result: yes
configure:4586: checking for sys/types.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for sys/stat.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for stdlib.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for string.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for memory.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for strings.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for inttypes.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for stdint.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4586: checking for unistd.h
configure:4603: gcc3 -c -g -O2  conftest.c >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4623: result: yes
configure:4649: checking dlfcn.h usability
configure:4662: gcc3 -c -g -O2  conftest.c >&5
configure:4665: $? = 0
configure:4668: test -s conftest.o
configure:4671: $? = 0
configure:4681: result: yes
configure:4685: checking dlfcn.h presence
configure:4696: gcc3 -E  conftest.c
configure:4702: $? = 0
configure:4721: result: yes
configure:4757: checking for dlfcn.h
configure:4764: result: yes
configure:4962: checking for ranlib
configure:4978: found /usr/bin/ranlib
configure:4989: result: ranlib
configure:5042: checking for strip
configure:5058: found /usr/bin/strip
configure:5069: result: strip
configure:5279: checking for objdir
configure:5290: result: .libs
configure:5307: checking for gcc3 option to produce PIC
configure:5453: result: -fPIC
configure:5457: checking if gcc3 PIC flag -fPIC works
configure:5481: gcc3 -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5484: $? = 0
configure:5487: test -s conftest.o
configure:5490: $? = 0
configure:5528: result: yes
configure:5544: checking if gcc3 static flag -static works
configure:5569: gcc3 -o conftest -g -O2   -static conftest.c  >&5
configure:5572: $? = 0
configure:5575: test -s conftest
configure:5578: $? = 0
configure:5594: result: yes
configure:5606: checking if gcc3 supports -c -o file.o
configure:5629: gcc3 -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5650: result: yes
configure:5655: checking if gcc3 supports -c -o file.lo
configure:5683: gcc3 -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5686: $? = 0
configure:5689: test -s conftest.lo
configure:5692: $? = 0
configure:5714: result: yes
configure:5745: checking if gcc3 supports -fno-rtti -fno-exceptions
configure:5768: gcc3 -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  
conftest.c >&5
configure:5771: $? = 0
configure:5774: test -s conftest.o
configure:5777: $? = 0
configure:5794: result: yes
configure:5805: checking whether the linker (/usr/bin/ld) supports shared 
libraries
configure:6500: result: yes
configure:6505: checking how to hardcode library paths into programs
configure:6529: result: immediate
configure:6534: checking whether stripping libraries is possible
configure:6539: result: yes
configure:6550: checking dynamic linker characteristics
configure:6970: result: GNU/Linux ld.so
configure:6975: checking if libtool supports shared libraries
configure:6977: result: yes
configure:6980: checking whether to build shared libraries
configure:7001: result: yes
configure:7004: checking whether to build static libraries
configure:7008: result: yes
configure:7682: checking whether -lc should be explicitly linked in
configure:7690: gcc3 -c -g -O2  conftest.c >&5
configure:7693: $? = 0
configure:7707: gcc3 -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7710: $? = 0
configure:7723: result: no
configure:8305: checking for __uc_get_grs in -luca
configure:8336: gcc3 -o conftest -g -O2   conftest.c -luca   >&5
/usr/bin/ld: cannot find -luca
collect2: ld returned 1 exit status
configure:8339: $? = 1
configure: failed program was:
| #line 8312 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| /* Override any 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 __uc_get_grs ();
| int
| main ()
| {
| __uc_get_grs ();
|   ;
|   return 0;
| }
configure:8357: result: no
configure:8369: checking for ANSI C header files
configure:8516: result: yes
configure:8547: checking asm/ptrace_offsets.h usability
configure:8560: gcc3 -c -g -O2  conftest.c >&5
configure:8608:32: asm/ptrace_offsets.h: No such file or directory
configure:8563: $? = 1
configure: failed program was:
| #line 8549 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 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 <asm/ptrace_offsets.h>
configure:8579: result: no
configure:8583: checking asm/ptrace_offsets.h presence
configure:8594: gcc3 -E  conftest.c
configure:8610:32: asm/ptrace_offsets.h: No such file or directory
configure:8600: $? = 1
configure: failed program was:
| #line 8585 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| /* end confdefs.h.  */
| #include <asm/ptrace_offsets.h>
configure:8619: result: no
configure:8655: checking for asm/ptrace_offsets.h
configure:8662: result: no
configure:8547: checking endian.h usability
configure:8560: gcc3 -c -g -O2  conftest.c >&5
configure:8563: $? = 0
configure:8566: test -s conftest.o
configure:8569: $? = 0
configure:8579: result: yes
configure:8583: checking endian.h presence
configure:8594: gcc3 -E  conftest.c
configure:8600: $? = 0
configure:8619: result: yes
configure:8655: checking for endian.h
configure:8662: result: yes
configure:8547: checking execinfo.h usability
configure:8560: gcc3 -c -g -O2  conftest.c >&5
configure:8563: $? = 0
configure:8566: test -s conftest.o
configure:8569: $? = 0
configure:8579: result: yes
configure:8583: checking execinfo.h presence
configure:8594: gcc3 -E  conftest.c
configure:8600: $? = 0
configure:8619: result: yes
configure:8655: checking for execinfo.h
configure:8662: result: yes
configure:8547: checking ia64intrin.h usability
configure:8560: gcc3 -c -g -O2  conftest.c >&5
configure:8610:24: ia64intrin.h: No such file or directory
configure:8563: $? = 1
configure: failed program was:
| #line 8549 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_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 <ia64intrin.h>
configure:8579: result: no
configure:8583: checking ia64intrin.h presence
configure:8594: gcc3 -E  conftest.c
configure:8612:24: ia64intrin.h: No such file or directory
configure:8600: $? = 1
configure: failed program was:
| #line 8585 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_H 1
| /* end confdefs.h.  */
| #include <ia64intrin.h>
configure:8619: result: no
configure:8655: checking for ia64intrin.h
configure:8662: result: no
configure:8547: checking sys/uc_access.h usability
configure:8560: gcc3 -c -g -O2  conftest.c >&5
configure:8610:27: sys/uc_access.h: No such file or directory
configure:8563: $? = 1
configure: failed program was:
| #line 8549 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_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/uc_access.h>
configure:8579: result: no
configure:8583: checking sys/uc_access.h presence
configure:8594: gcc3 -E  conftest.c
configure:8612:27: sys/uc_access.h: No such file or directory
configure:8600: $? = 1
configure: failed program was:
| #line 8585 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_H 1
| /* end confdefs.h.  */
| #include <sys/uc_access.h>
configure:8619: result: no
configure:8655: checking for sys/uc_access.h
configure:8662: result: no
configure:8538: checking for unistd.h
configure:8543: result: yes
configure:8547: checking signal.h usability
configure:8560: gcc3 -c -g -O2  conftest.c >&5
configure:8563: $? = 0
configure:8566: test -s conftest.o
configure:8569: $? = 0
configure:8579: result: yes
configure:8583: checking signal.h presence
configure:8594: gcc3 -E  conftest.c
configure:8600: $? = 0
configure:8619: result: yes
configure:8655: checking for signal.h
configure:8662: result: yes
configure:8676: checking for an ANSI C-conforming const
configure:8744: gcc3 -c -g -O2  conftest.c >&5
configure:8747: $? = 0
configure:8750: test -s conftest.o
configure:8753: $? = 0
configure:8764: result: yes
configure:8774: checking for inline
configure:8796: gcc3 -c -g -O2  conftest.c >&5
configure:8799: $? = 0
configure:8802: test -s conftest.o
configure:8805: $? = 0
configure:8817: result: inline
configure:8832: checking return type of signal handlers
configure:8864: gcc3 -c -g -O2  conftest.c >&5
configure:8867: $? = 0
configure:8870: test -s conftest.o
configure:8873: $? = 0
configure:8884: result: void
configure:8892: checking for size_t
configure:8917: gcc3 -c -g -O2  conftest.c >&5
configure:8920: $? = 0
configure:8923: test -s conftest.o
configure:8926: $? = 0
configure:8937: result: yes
configure:8957: checking for sighandler_t
configure:8987: gcc3 -c -g -O2  -D_GNU_SOURCE -DNDEBUG conftest.c >&5
configure:8990: $? = 0
configure:8993: test -s conftest.o
configure:8996: $? = 0
configure:9007: result: yes
configure:9019: checking for working memcmp
configure:9068: gcc3 -o conftest -g -O2  -D_GNU_SOURCE -DNDEBUG  conftest.c  >&5
configure:9071: $? = 0
configure:9073: ./conftest
configure:9076: $? = 0
configure:9090: result: yes
configure:9094: checking return type of signal handlers
configure:9146: result: void
configure:9161: checking for dl_iterate_phdr
configure:9211: gcc3 -o conftest -g -O2  -D_GNU_SOURCE -DNDEBUG  conftest.c  >&5
configure:9214: $? = 0
configure:9217: test -s conftest
configure:9220: $? = 0
configure:9231: result: yes
configure:9161: checking for dlmodinfo
configure:9211: gcc3 -o conftest -g -O2  -D_GNU_SOURCE -DNDEBUG  conftest.c  >&5
/tmp/ccYQUcfC.o: In function `main':
/home/arena/Projects/libunwind-0.93/configure:9231: undefined reference to 
`dlmodinfo'
/home/arena/Projects/libunwind-0.93/configure:9230: undefined reference to 
`dlmodinfo'
collect2: ld returned 1 exit status
configure:9214: $? = 1
configure: failed program was:
| #line 9166 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define RETSIGTYPE void
| #define HAVE_SIGHANDLER_T 1
| #define RETSIGTYPE void
| #define HAVE_DL_ITERATE_PHDR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dlmodinfo (); 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
| /* 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 dlmodinfo ();
| /* 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_dlmodinfo) || defined (__stub___dlmodinfo)
| choke me
| #else
| char (*f) () = dlmodinfo;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != dlmodinfo;
|   ;
|   return 0;
| }
configure:9231: result: no
configure:9161: checking for getunwind
configure:9211: gcc3 -o conftest -g -O2  -D_GNU_SOURCE -DNDEBUG  conftest.c  >&5
/tmp/cco4eShM.o: In function `main':
/home/arena/Projects/libunwind-0.93/configure:9231: undefined reference to 
`getunwind'
/home/arena/Projects/libunwind-0.93/configure:9230: undefined reference to 
`getunwind'
collect2: ld returned 1 exit status
configure:9214: $? = 1
configure: failed program was:
| #line 9166 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define RETSIGTYPE void
| #define HAVE_SIGHANDLER_T 1
| #define RETSIGTYPE void
| #define HAVE_DL_ITERATE_PHDR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getunwind (); 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
| /* 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 getunwind ();
| /* 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_getunwind) || defined (__stub___getunwind)
| choke me
| #else
| char (*f) () = getunwind;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getunwind;
|   ;
|   return 0;
| }
configure:9231: result: no
configure:9161: checking for ttrace
configure:9211: gcc3 -o conftest -g -O2  -D_GNU_SOURCE -DNDEBUG  conftest.c  >&5
/tmp/ccoWoMXT.o: In function `main':
/home/arena/Projects/libunwind-0.93/configure:9231: undefined reference to 
`ttrace'
/home/arena/Projects/libunwind-0.93/configure:9230: undefined reference to 
`ttrace'
collect2: ld returned 1 exit status
configure:9214: $? = 1
configure: failed program was:
| #line 9166 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libunwind"
| #define VERSION "0.93"
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #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 STDC_HEADERS 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SIGNAL_H 1
| #define RETSIGTYPE void
| #define HAVE_SIGHANDLER_T 1
| #define RETSIGTYPE void
| #define HAVE_DL_ITERATE_PHDR 1
| /* end confdefs.h.  */
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char ttrace (); 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
| /* 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 ttrace ();
| /* 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_ttrace) || defined (__stub___ttrace)
| choke me
| #else
| char (*f) () = ttrace;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != ttrace;
|   ;
|   return 0;
| }
configure:9231: result: no
configure:9327: checking for __thread
configure:9336: gcc3 -g -O2 -c conftest.c >&5
conftest.c:1: syntax error before "int"
configure:9339: $? = 1
configure:9347: result: no
configure:9525: creating ./config.status

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

This file was extended by config.status, which was
generated by GNU Autoconf 2.57.  Invocation command line was

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

on arena

config.status:699: creating Makefile
config.status:699: creating src/Makefile
config.status:699: creating tests/Makefile
config.status:699: creating doc/Makefile
config.status:699: creating doc/common.tex
config.status:803: creating include/config.h
config.status:928: include/config.h is unchanged
config.status:991: linking ./include/libunwind-x86.h to include/libunwind.h
config.status:991: linking ./include/tdep-x86.h to include/tdep.h
config.status:1137: executing depfiles commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc3
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++3
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_func_dl_iterate_phdr=yes
ac_cv_func_dlmodinfo=no
ac_cv_func_getunwind=no
ac_cv_func_memcmp_working=yes
ac_cv_func_ttrace=no
ac_cv_header_asm_ptrace_offsets_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_ia64intrin_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_signal_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uc_access_h=no
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_uca___uc_get_grs=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc3 -E'
ac_cv_prog_ac_ct_CC=gcc3
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-pc-linux-gnu
ac_cv_target_alias=i686-pc-linux-gnu
ac_cv_type_sighandler_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
libc_cv_gcc___thread=no
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.2.5.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char 
\1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=-static
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /home/arena/Projects/libunwind-0.93/aux/missing --run 
aclocal-1.6'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/arena/Projects/libunwind-0.93/aux/missing --run tar'
ARCH='X86'
ARCH_HPPA_FALSE=''
ARCH_HPPA_TRUE='#'
ARCH_IA64_FALSE=''
ARCH_IA64_TRUE='#'
ARCH_X86_FALSE='#'
ARCH_X86_TRUE=''
AUTOCONF='${SHELL} /home/arena/Projects/libunwind-0.93/aux/missing --run 
autoconf'
AUTOHEADER='${SHELL} /home/arena/Projects/libunwind-0.93/aux/missing --run 
autoheader'
AUTOMAKE='${SHELL} /home/arena/Projects/libunwind-0.93/aux/missing --run 
automake-1.6'
AWK='gawk'
CC='gcc3'
CCAS='$(CC)'
CCASFLAGS='$(CFLAGS)  -D_GNU_SOURCE -DNDEBUG'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -Wall -Wsign-compare'
CPP='gcc3 -E'
CPPFLAGS=' -D_GNU_SOURCE -DNDEBUG'
CXX='g++3'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/arena/Projects/libunwind-0.93/aux/missing --run 
makeinfo'
OBJEXT='o'
OS_HPUX_FALSE=''
OS_HPUX_TRUE='#'
OS_LINUX_FALSE='#'
OS_LINUX_TRUE=''
PACKAGE='libunwind'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
REMOTE_ONLY_FALSE=''
REMOTE_ONLY_TRUE='#'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.93'
ac_ct_CC='gcc3'
ac_ct_CXX=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__include='include'
am__quote=''
arch='x86'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/arena/Projects/libunwind-0.93/aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-pc-linux-gnu'
target_alias=''
target_cpu='i686'
target_os='linux-gnu'
target_vendor='pc'

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

#define HAVE_DLFCN_H 1
#define HAVE_DL_ITERATE_PHDR 1
#define HAVE_ENDIAN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_SIGHANDLER_T 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE "libunwind"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define RETSIGTYPE void
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.93"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0

reply via email to

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