public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: 최재혁B <jaehyek.choi@lge.com>
To: "'Mark Wielaard'" <mjw@redhat.com>
Cc: "'Turgis, Frederic'" <f-turgis@ti.com>,
	"'Josh Stone'" <jistone@redhat.com>,	<systemtap@sourceware.org>
Subject: RE: problem during "make install" at Ubuntu64.
Date: Fri, 16 Sep 2011 08:08:00 -0000	[thread overview]
Message-ID: <002f01cc7447$b6803fa0$2380bee0$@choi@lge.com> (raw)
In-Reply-To: <20110915060446.GA9792@hermans.wildebeest.org>

[-- Attachment #1: Type: text/plain, Size: 2538 bytes --]

Hi Mark.

I have still a problem  during "make install" like below 
Systemtap ver  is "systemtap-20110910.tar.bz2"
I also am attaching the config.log .

--------------------------------------------------------------------------
make[2]: Leaving directory `/data/stapbuild/build-elfutils/backends'
/bin/sh /data/elfutils-0.152/config/install-sh -d /data/stapbuild/lib-elfutils/systemtap
for m in i386 sh x86_64 ia64 alpha arm sparc ppc ppc64 s390; do \
	  /usr/bin/install -c libebl_${m}.so /data/stapbuild/lib-elfutils/systemtap/libebl_${m}-0.152.so; \
	  ln -fs libebl_${m}-0.152.so /data/stapbuild/lib-elfutils/systemtap/libebl_${m}.so; \
	done
make[1]: Leaving directory `/data/stapbuild/build-elfutils/backends'
make  -j1 -C build-elfutils install-pkgincludeHEADERS;
make[1]: Entering directory `/data/stapbuild/build-elfutils'
test -z "/data/stapbuild/include-elfutils/elfutils" || /bin/mkdir -p "/data/stapbuild/include-elfutils/elfutils"
 /usr/bin/install -c -m 644 version.h '/data/stapbuild/include-elfutils/elfutils'
make[1]: Leaving directory `/data/stapbuild/build-elfutils'
touch stamp-elfutils
make  install-recursive
make[1]: Entering directory `/data/stapbuild'
Making install in .
make[2]: Entering directory `/data/stapbuild'
  CXX    stap-main.o
In file included from csclient.h:12:0,
                 from main.cxx:24:
cscommon.h:8:17: fatal error: ssl.h: no such file or directory.
compilation terminated.
make[2]: *** [stap-main.o] error 1
make[2]: Leaving directory `/data/stapbuild'
make[1]: *** [install-recursive] error 1
make[1]: Leaving directory `/data/stapbuild'
make: *** [install] error 2
jaehyek@jaehyek-A505-64:/data/stapbuild$
--------------------------------------------------------------------------










-----Original Message-----
From: systemtap-owner@sourceware.org [mailto:systemtap-owner@sourceware.org] On Behalf Of 'Mark Wielaard'
Sent: Thursday, September 15, 2011 3:05 PM
To: 최재혁B
Cc: 'Turgis, Frederic'; 'Josh Stone'; systemtap@sourceware.org
Subject: Re: problem during "make install" at Ubuntu64.

On Thu, Sep 15, 2011 at 09:19:18AM +0900, 최재혁B wrote:
> I attached the "runtime/staprun/config.log"
> 
> Please review my problem.

This problem should be fixed with latest systemtap in git:

commit 2cf32f06fb5d880ce4f5a9abbd4f9d3874a0b852
Author: Turgis, Frederic <f-turgis@ti.com>
Date:   Tue Sep 6 19:38:08 2011 +0200

    runtime/staprun/configure.ac: AC_CHECK_LIB before adding -lelf.

Cheers,

Mark

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 54930 bytes --]

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

It was created by systemtap configure 1.7, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --exec-prefix=/data/staphome --prefix=/data/staphome --with-elfutils=/data/elfutils-0.152

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

hostname = jaehyek-A505-64
uname -m = x86_64
uname -r = 2.6.38-10-generic
uname -s = Linux
uname -v = #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011

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

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

PATH: .
PATH: /home/jaehyek/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /home/jaehyek/myexe
PATH: /home/jaehyek/bin
PATH: /home/jaehyek/eclipse/android-sdk-linux_x86/platform-tools
PATH: /home/jaehyek/eclipse/android-sdk-linux_x86/tools
PATH: /opt/CodeSourcery/Sourcery_G++_Lite/bin
PATH: .
PATH: /usr/lib/jvm/java-6-sun/bin
PATH: /usr/lib/jvm/java-6-sun/jre/bin
PATH: /home/jaehyek/eclipse/android-ndk-r6


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

configure:2533: checking for a BSD-compatible install
configure:2601: result: /usr/bin/install -c
configure:2612: checking whether build environment is sane
configure:2662: result: yes
configure:2803: checking for a thread-safe mkdir -p
configure:2842: result: /bin/mkdir -p
configure:2855: checking for gawk
configure:2871: found /usr/bin/gawk
configure:2882: result: gawk
configure:2893: checking whether make sets $(MAKE)
configure:2915: result: yes
configure:2996: checking whether to enable maintainer-specific portions of Makefiles
configure:3005: result: no
configure:3044: checking for style of include used by make
configure:3072: result: GNU
configure:3142: checking for gcc
configure:3158: found /usr/bin/gcc
configure:3169: result: gcc
configure:3398: checking for C compiler version
configure:3407: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3418: $? = 0
configure:3407: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:3418: $? = 0
configure:3407: gcc -V >&5
gcc: '-V' option must have argument
configure:3418: $? = 1
configure:3407: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3418: $? = 1
configure:3438: checking whether the C compiler works
configure:3460: gcc    conftest.c  >&5
configure:3464: $? = 0
configure:3512: result: yes
configure:3515: checking for C compiler default output file name
configure:3517: result: a.out
configure:3523: checking for suffix of executables
configure:3530: gcc -o conftest    conftest.c  >&5
configure:3534: $? = 0
configure:3556: result: 
configure:3578: checking whether we are cross compiling
configure:3586: gcc -o conftest    conftest.c  >&5
configure:3590: $? = 0
configure:3597: ./conftest
configure:3601: $? = 0
configure:3616: result: no
configure:3621: checking for suffix of object files
configure:3643: gcc -c   conftest.c >&5
configure:3647: $? = 0
configure:3668: result: o
configure:3672: checking whether we are using the GNU C compiler
configure:3691: gcc -c   conftest.c >&5
configure:3691: $? = 0
configure:3700: result: yes
configure:3709: checking whether gcc accepts -g
configure:3729: gcc -c -g  conftest.c >&5
configure:3729: $? = 0
configure:3770: result: yes
configure:3787: checking for gcc option to accept ISO C89
configure:3851: gcc  -c -g -O2  conftest.c >&5
configure:3851: $? = 0
configure:3864: result: none needed
configure:3886: checking dependency style of gcc
configure:3996: result: gcc3
configure:4017: checking how to run the C preprocessor
configure:4048: gcc -E  conftest.c
configure:4048: $? = 0
configure:4062: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4062: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4087: result: gcc -E
configure:4107: gcc -E  conftest.c
configure:4107: $? = 0
configure:4121: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4150: checking for grep that handles long lines and -e
configure:4208: result: /bin/grep
configure:4213: checking for egrep
configure:4275: result: /bin/grep -E
configure:4280: checking for ANSI C header files
configure:4300: gcc -c -g -O2  conftest.c >&5
configure:4300: $? = 0
configure:4373: gcc -o conftest -g -O2   conftest.c  >&5
configure:4373: $? = 0
configure:4373: ./conftest
configure:4373: $? = 0
configure:4384: result: yes
configure:4397: checking for sys/types.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for sys/stat.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for stdlib.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for string.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for memory.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for strings.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for inttypes.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for stdint.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4397: checking for unistd.h
configure:4397: gcc -c -g -O2  conftest.c >&5
configure:4397: $? = 0
configure:4397: result: yes
configure:4410: checking minix/config.h usability
configure:4410: gcc -c -g -O2  conftest.c >&5
conftest.c:54:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4410: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:4410: result: no
configure:4410: checking minix/config.h presence
configure:4410: gcc -E  conftest.c
conftest.c:21:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:4410: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4410: result: no
configure:4410: checking for minix/config.h
configure:4410: result: no
configure:4431: checking whether it is safe to define __EXTENSIONS__
configure:4449: gcc -c -g -O2  conftest.c >&5
configure:4449: $? = 0
configure:4456: result: yes
configure:4477: checking whether ln -s works
configure:4481: result: yes
configure:4536: checking for gcc
configure:4563: result: gcc
configure:4792: checking for C compiler version
configure:4801: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4812: $? = 0
configure:4801: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:4812: $? = 0
configure:4801: gcc -V >&5
gcc: '-V' option must have argument
configure:4812: $? = 1
configure:4801: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4812: $? = 1
configure:4816: checking whether we are using the GNU C compiler
configure:4844: result: yes
configure:4853: checking whether gcc accepts -g
configure:4914: result: yes
configure:4931: checking for gcc option to accept ISO C89
configure:5008: result: none needed
configure:5030: checking dependency style of gcc
configure:5140: result: gcc3
configure:5213: checking for g++
configure:5229: found /usr/bin/g++
configure:5240: result: g++
configure:5267: checking for C++ compiler version
configure:5276: g++ --version >&5
g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5287: $? = 0
configure:5276: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:5287: $? = 0
configure:5276: g++ -V >&5
g++: '-V' option must have argument
configure:5287: $? = 1
configure:5276: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:5287: $? = 1
configure:5291: checking whether we are using the GNU C++ compiler
configure:5310: g++ -c   conftest.cpp >&5
configure:5310: $? = 0
configure:5319: result: yes
configure:5328: checking whether g++ accepts -g
configure:5348: g++ -c -g  conftest.cpp >&5
configure:5348: $? = 0
configure:5389: result: yes
configure:5414: checking dependency style of g++
configure:5524: result: gcc3
configure:5544: checking how to run the C preprocessor
configure:5614: result: gcc -E
configure:5634: gcc -E  conftest.c
configure:5634: $? = 0
configure:5648: gcc -E  conftest.c
conftest.c:26:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5648: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5724: checking for gcc
configure:5751: result: gcc
configure:5980: checking for C compiler version
configure:5989: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6000: $? = 0
configure:5989: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:6000: $? = 0
configure:5989: gcc -V >&5
gcc: '-V' option must have argument
configure:6000: $? = 1
configure:5989: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:6000: $? = 1
configure:6004: checking whether we are using the GNU C compiler
configure:6032: result: yes
configure:6041: checking whether gcc accepts -g
configure:6102: result: yes
configure:6119: checking for gcc option to accept ISO C89
configure:6196: result: none needed
configure:6218: checking dependency style of gcc
configure:6328: result: gcc3
configure:6347: checking whether gcc and cc understand -c and -o together
configure:6378: gcc -c conftest.c -o conftest2.o >&5
configure:6382: $? = 0
configure:6388: gcc -c conftest.c -o conftest2.o >&5
configure:6392: $? = 0
configure:6403: cc -c conftest.c >&5
configure:6407: $? = 0
configure:6415: cc -c conftest.c -o conftest2.o >&5
configure:6419: $? = 0
configure:6425: cc -c conftest.c -o conftest2.o >&5
configure:6429: $? = 0
configure:6447: result: yes
configure:6472: checking for function prototypes
configure:6475: result: yes
configure:6498: checking for string.h
configure:6498: result: yes
configure:6552: checking for ranlib
configure:6568: found /usr/bin/ranlib
configure:6579: result: ranlib
configure:6604: checking whether make sets $(MAKE)
configure:6626: result: yes
configure:6638: checking whether NLS is requested
configure:6647: result: yes
configure:6688: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:6720: result: /usr/bin/msgfmt
configure:6729: checking for gmsgfmt
configure:6760: result: /usr/bin/msgfmt
configure:6811: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:6843: result: /usr/bin/xgettext
configure:6889: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:6920: result: /usr/bin/msgmerge
configure:6957: checking build system type
configure:6971: result: x86_64-unknown-linux-gnu
configure:6991: checking host system type
configure:7004: result: x86_64-unknown-linux-gnu
configure:7048: checking for ld used by GCC
configure:7112: result: /usr/bin/ld
configure:7119: checking if the linker (/usr/bin/ld) is GNU ld
configure:7132: result: yes
configure:7139: checking for shared library run path origin
configure:7152: result: done
configure:7759: checking for GNU gettext in libc
configure:7779: gcc -o conftest -g -O2   conftest.c  >&5
configure:7779: $? = 0
configure:7788: result: yes
configure:8579: checking whether to use NLS
configure:8581: result: yes
configure:8584: checking where the gettext function comes from
configure:8595: result: libc
configure:8655: checking for ppoll
configure:8655: gcc -o conftest -g -O2   conftest.c  >&5
configure:8655: $? = 0
configure:8655: result: yes
configure:8666: checking to see if prologue searching should be the default
configure:8675: result: no
configure:8692: checking to see if sdt probes should be the default
configure:8701: result: yes
configure:8733: gcc -c -g -O2 -Werror -fstack-protector-all -D_FORTIFY_SOURCE=2  conftest.c >&5
configure:8733: $? = 0
configure:8735: Compiling with gcc -fstack-protector-all et al.
configure:8809: checking for sqlite3_open in -lsqlite3
configure:8834: gcc -o conftest -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2   conftest.c -lsqlite3   >&5
/usr/bin/ld: cannot find -lsqlite3
collect2: ld returned 1 exit status
configure:8834: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqlite3_open ();
| int
| main ()
| {
| return sqlite3_open ();
|   ;
|   return 0;
| }
configure:8843: result: no
configure:8929: checking for latex
configure:8957: result: no
configure:8967: checking for dvips
configure:8995: result: no
configure:9005: checking for ps2pdf
configure:9021: found /usr/bin/ps2pdf
configure:9033: result: yes
configure:9043: checking for latex2html
configure:9071: result: no
configure:9084: WARNING: will not build documentation, cannot find all tools
configure:9113: checking for publican
configure:9141: result: no
configure:9190: checking for xmlto
configure:9218: result: no
configure:9367: checking for pkg-config
configure:9385: found /usr/bin/pkg-config
configure:9397: result: /usr/bin/pkg-config
configure:9422: checking pkg-config is at least version 0.9.0
configure:9425: result: yes
configure:9437: checking for nss
configure:9444: $PKG_CONFIG --exists --print-errors "nss >= 3"
configure:9447: $? = 0
configure:9460: $PKG_CONFIG --exists --print-errors "nss >= 3"
configure:9463: $? = 0
configure:9500: result: yes
configure:9561: checking for avahi
configure:9568: $PKG_CONFIG --exists --print-errors "avahi-client"
configure:9571: $? = 0
configure:9584: $PKG_CONFIG --exists --print-errors "avahi-client"
configure:9587: $? = 0
configure:9624: result: yes
configure:9663: checking how to run the C++ preprocessor
configure:9690: g++ -E  conftest.cpp
configure:9690: $? = 0
configure:9704: g++ -E  conftest.cpp
conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:9704: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9729: result: g++ -E
configure:9749: g++ -E  conftest.cpp
configure:9749: $? = 0
configure:9763: g++ -E  conftest.cpp
conftest.cpp:36:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:9763: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9796: checking for gtkmm
configure:9803: $PKG_CONFIG --exists --print-errors "gtkmm-2.4 >= 2.8.0"
Package gtkmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.4' found
configure:9806: $? = 1
configure:9819: $PKG_CONFIG --exists --print-errors "gtkmm-2.4 >= 2.8.0"
Package gtkmm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtkmm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtkmm-2.4' found
configure:9822: $? = 1
configure:9835: result: no
No package 'gtkmm-2.4' found
configure:9870: checking for libglade
configure:9877: $PKG_CONFIG --exists --print-errors "libglademm-2.4 >= 2.6.7"
Package libglademm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglademm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglademm-2.4' found
configure:9880: $? = 1
configure:9893: $PKG_CONFIG --exists --print-errors "libglademm-2.4 >= 2.6.7"
Package libglademm-2.4 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglademm-2.4.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglademm-2.4' found
configure:9896: $? = 1
configure:9909: result: no
No package 'libglademm-2.4' found
configure:9952: checking boost/algorithm/string.hpp usability
configure:9952: g++ -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2  conftest.cpp >&5
conftest.cpp:69:38: fatal error: boost/algorithm/string.hpp: No such file or directory
compilation terminated.
configure:9952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <boost/algorithm/string.hpp>
configure:9952: result: no
configure:9952: checking boost/algorithm/string.hpp presence
configure:9952: g++ -E  conftest.cpp
conftest.cpp:36:38: fatal error: boost/algorithm/string.hpp: No such file or directory
compilation terminated.
configure:9952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| #include <boost/algorithm/string.hpp>
configure:9952: result: no
configure:9952: checking for boost/algorithm/string.hpp
configure:9952: result: no
configure:9952: checking boost/range.hpp usability
configure:9952: g++ -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2  conftest.cpp >&5
conftest.cpp:69:27: fatal error: boost/range.hpp: No such file or directory
compilation terminated.
configure:9952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <boost/range.hpp>
configure:9952: result: no
configure:9952: checking boost/range.hpp presence
configure:9952: g++ -E  conftest.cpp
conftest.cpp:36:27: fatal error: boost/range.hpp: No such file or directory
compilation terminated.
configure:9952: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| #include <boost/range.hpp>
configure:9952: result: no
configure:9952: checking for boost/range.hpp
configure:9952: result: no
configure:10003: checking for rpmtsInitIterator in -lrpm
configure:10028: gcc -o conftest -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2   conftest.c -lrpm   >&5
/usr/bin/ld: cannot find -lrpm
collect2: ld returned 1 exit status
configure:10028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rpmtsInitIterator ();
| int
| main ()
| {
| return rpmtsInitIterator ();
|   ;
|   return 0;
| }
configure:10037: result: no
configure:10050: checking for rpmFreeCrypto in -lrpmio
configure:10075: gcc -o conftest -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2   conftest.c -lrpmio   >&5
/usr/bin/ld: cannot find -lrpmio
collect2: ld returned 1 exit status
configure:10075: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char rpmFreeCrypto ();
| int
| main ()
| {
| return rpmFreeCrypto ();
|   ;
|   return 0;
| }
configure:10084: result: no
configure:10289: stap will link  -Wl,--start-group -ldw -lebl -Wl,--end-group -lelf
configure:10315: checking tr1/unordered_map usability
configure:10315: g++ -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2  conftest.cpp >&5
configure:10315: $? = 0
configure:10315: result: yes
configure:10315: checking tr1/unordered_map presence
configure:10315: g++ -E  conftest.cpp
configure:10315: $? = 0
configure:10315: result: yes
configure:10315: checking for tr1/unordered_map
configure:10315: result: yes
configure:10327: checking tr1/memory usability
configure:10327: g++ -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2  conftest.cpp >&5
configure:10327: $? = 0
configure:10327: result: yes
configure:10327: checking tr1/memory presence
configure:10327: g++ -E  conftest.cpp
configure:10327: $? = 0
configure:10327: result: yes
configure:10327: checking for tr1/memory
configure:10327: result: yes
configure:10339: checking boost/shared_ptr.hpp usability
configure:10339: g++ -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2  conftest.cpp >&5
conftest.cpp:72:32: fatal error: boost/shared_ptr.hpp: No such file or directory
compilation terminated.
configure:10339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| #define DATE "2011-09-16"
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_TR1_MEMORY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <boost/shared_ptr.hpp>
configure:10339: result: no
configure:10339: checking boost/shared_ptr.hpp presence
configure:10339: g++ -E  conftest.cpp
conftest.cpp:39:32: fatal error: boost/shared_ptr.hpp: No such file or directory
compilation terminated.
configure:10339: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #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 __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define HAVE_STRING_H 1
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_PPOLL 1
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define HAVE_AVAHI 1
| #define DATE "2011-09-16"
| #define HAVE_TR1_UNORDERED_MAP 1
| #define HAVE_TR1_MEMORY 1
| /* end confdefs.h.  */
| #include <boost/shared_ptr.hpp>
configure:10339: result: no
configure:10339: checking for boost/shared_ptr.hpp
configure:10339: result: no
configure:10357: checking for assembler .section "?" flags support
configure:10377: gcc -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2 -Wa,--fatal-warnings  conftest.c >&5
configure:10377: $? = 0
configure:10385: result: yes
configure:10400: running /data/elfutils-0.152/configure
configure:10412: gcc -c -g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2 -fgnu89-inline  conftest.c >&5
configure:10412: $? = 0
configure:10414: Compiling elfutils with gcc -fgnu89-inline
configure:10685: creating ./config.status

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

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

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

on jaehyek-A505-64

config.status:995: creating includes/sys/sdt-config.h
config.status:995: creating po/Makefile.in
config.status:995: creating Makefile
config.status:995: creating doc/Makefile
config.status:995: creating doc/beginners/Makefile
config.status:995: creating doc/SystemTap_Tapset_Reference/Makefile
config.status:995: creating grapher/Makefile
config.status:995: creating grapher/stapgraph.1
config.status:995: creating stappaths.7
config.status:995: creating initscript/systemtap
config.status:995: creating initscript/stap-server
config.status:995: creating run-stap
config.status:995: creating dtrace
config.status:995: creating doc/beginners/publican.cfg
config.status:995: creating config.h
config.status:1224: executing depfiles commands
config.status:1224: executing po-directories commands
config.status:1224: executing doc/beginners commands
configure:12219: === configuring in testsuite (/data/stapbuild/testsuite)
configure:12282: running /bin/sh ./configure --disable-option-checking '--prefix=/data/staphome'  '--exec-prefix=/data/staphome' '--with-elfutils=/data/elfutils-0.152' --cache-file=/dev/null --srcdir=.
configure:12219: === configuring in runtime/staprun (/data/stapbuild/runtime/staprun)
configure:12282: running /bin/sh ./configure --disable-option-checking '--prefix=/data/staphome'  '--exec-prefix=/data/staphome' '--with-elfutils=/data/elfutils-0.152' --cache-file=/dev/null --srcdir=.

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_avahi_CFLAGS_set=
ac_cv_env_avahi_CFLAGS_value=
ac_cv_env_avahi_LIBS_set=
ac_cv_env_avahi_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_gtkmm_CFLAGS_set=
ac_cv_env_gtkmm_CFLAGS_value=
ac_cv_env_gtkmm_LIBS_set=
ac_cv_env_gtkmm_LIBS_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_libglade_CFLAGS_set=
ac_cv_env_libglade_CFLAGS_value=
ac_cv_env_libglade_LIBS_set=
ac_cv_env_libglade_LIBS_value=
ac_cv_env_nss_CFLAGS_set=
ac_cv_env_nss_CFLAGS_value=
ac_cv_env_nss_LIBS_set=
ac_cv_env_nss_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_ppoll=yes
ac_cv_header_boost_algorithm_string_hpp=no
ac_cv_header_boost_range_hpp=no
ac_cv_header_boost_shared_ptr_hpp=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_tr1_memory=yes
ac_cv_header_tr1_unordered_map=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_rpm_rpmtsInitIterator=no
ac_cv_lib_rpmio_rpmFreeCrypto=no
ac_cv_lib_sqlite3_sqlite3_open=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_have_dvips=no
ac_cv_prog_have_latex2html=no
ac_cv_prog_have_latex=no
ac_cv_prog_have_ps2pdf=yes
ac_cv_prog_have_publican=no
ac_cv_prog_have_xmlto=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
gt_cv_func_gnugettext1_libc=yes
pkg_cv_avahi_CFLAGS='-D_REENTRANT  '
pkg_cv_avahi_LIBS='-L/usr/lib/x86_64-linux-gnu -lavahi-common -lavahi-client  '
pkg_cv_nss_CFLAGS=
pkg_cv_nss_LIBS=
stap_cv_sectionq=yes

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

ACLOCAL='${SHELL} /data/stapbuild/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /data/stapbuild/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
ANSI2KNR=''
AUTOCONF='${SHELL} /data/stapbuild/missing --run autoconf'
AUTOHEADER='${SHELL} /data/stapbuild/missing --run autoheader'
AUTOMAKE='${SHELL} /data/stapbuild/missing --run automake-1.11'
AWK='gawk'
BUILD_CRASHMOD_FALSE=''
BUILD_CRASHMOD_TRUE='#'
BUILD_DOCS_FALSE=''
BUILD_DOCS_TRUE='#'
BUILD_ELFUTILS_FALSE='#'
BUILD_ELFUTILS_TRUE=''
BUILD_GRAPHER_FALSE=''
BUILD_GRAPHER_TRUE='#'
BUILD_PDFREFDOCS_FALSE=''
BUILD_PDFREFDOCS_TRUE='#'
BUILD_PUBLICAN_FALSE=''
BUILD_PUBLICAN_TRUE='#'
BUILD_REFDOCS_FALSE=''
BUILD_REFDOCS_TRUE='#'
BUILD_SERVER_FALSE='#'
BUILD_SERVER_TRUE=''
BUILD_TRANSLATOR_FALSE='#'
BUILD_TRANSLATOR_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2 -fstack-protector-all -D_FORTIFY_SOURCE=2'
CYGPATH_W='echo'
DATE='2011-09-16'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_NLS='yes'
EXEEXT=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GREP='/bin/grep'
HAVE_AVAHI_FALSE='#'
HAVE_AVAHI_TRUE=''
HAVE_NSS_FALSE='#'
HAVE_NSS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
LDFLAGS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LOCALEDIR='${datarootdir}/locale'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /data/stapbuild/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
OBJEXT='o'
PACKAGE='systemtap'
PACKAGE_BUGREPORT='systemtap@sourceware.org'
PACKAGE_NAME='systemtap'
PACKAGE_STRING='systemtap 1.7'
PACKAGE_TARNAME='systemtap'
PACKAGE_URL=''
PACKAGE_VERSION='1.7'
PATH_SEPARATOR=':'
PIECFLAGS=''
PIECXXFLAGS=''
PIELDFLAGS=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB='po'
PUBLICAN_BRAND='common'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STAP_PREFIX='/data/staphome'
STRIP=''
U=''
USE_NLS='yes'
VERSION='1.7'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
XMLTO_STRINGPARAM_FALSE=''
XMLTO_STRINGPARAM_TRUE='#'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
avahi_CFLAGS='-D_REENTRANT  '
avahi_LIBS='-L/usr/lib/x86_64-linux-gnu -lavahi-common -lavahi-client  '
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
elfutils_abs_srcdir='/data/elfutils-0.152'
exec_prefix='/data/staphome'
gtkmm_CFLAGS=''
gtkmm_LIBS=''
have_dvips='no'
have_latex2html='no'
have_latex='no'
have_ps2pdf='yes'
have_publican='no'
have_xmlto='no'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /data/stapbuild/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libglade_CFLAGS=''
libglade_LIBS=''
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
nss_CFLAGS=''
nss_LIBS=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/data/staphome'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sqlite3_LIBS=''
stap_LIBS=' -Wl,--start-group -ldw -lebl -Wl,--end-group -lelf'
staplog_CPPFLAGS=''
subdirs=' testsuite runtime/staprun'
support_section_question='1'
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "systemtap"
#define PACKAGE_TARNAME "systemtap"
#define PACKAGE_VERSION "1.7"
#define PACKAGE_STRING "systemtap 1.7"
#define PACKAGE_BUGREPORT "systemtap@sourceware.org"
#define PACKAGE_URL ""
#define PACKAGE "systemtap"
#define VERSION "1.7"
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define PROTOTYPES 1
#define __PROTOTYPES 1
#define HAVE_STRING_H 1
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_PPOLL 1
#define ENABLE_SDT_PROBES 1
#define HAVE_NSS 1
#define HAVE_AVAHI 1
#define DATE "2011-09-16"
#define HAVE_TR1_UNORDERED_MAP 1
#define HAVE_TR1_MEMORY 1
#define STAP_PREFIX "/data/staphome"

configure: exit 0

[-- Attachment #3: runtime.staprun.config.log --]
[-- Type: application/octet-stream, Size: 24495 bytes --]

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

It was created by systemtap configure 1.7, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --disable-option-checking --prefix=/data/staphome --exec-prefix=/data/staphome --with-elfutils=/data/elfutils-0.152 --cache-file=/dev/null --srcdir=.

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

hostname = jaehyek-A505-64
uname -m = x86_64
uname -r = 2.6.38-10-generic
uname -s = Linux
uname -v = #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011

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

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

PATH: .
PATH: /home/jaehyek/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /home/jaehyek/myexe
PATH: /home/jaehyek/bin
PATH: /home/jaehyek/eclipse/android-sdk-linux_x86/platform-tools
PATH: /home/jaehyek/eclipse/android-sdk-linux_x86/tools
PATH: /opt/CodeSourcery/Sourcery_G++_Lite/bin
PATH: .
PATH: /usr/lib/jvm/java-6-sun/bin
PATH: /usr/lib/jvm/java-6-sun/jre/bin
PATH: /home/jaehyek/eclipse/android-ndk-r6


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

configure:2186: checking for a BSD-compatible install
configure:2254: result: /usr/bin/install -c
configure:2265: checking whether build environment is sane
configure:2315: result: yes
configure:2456: checking for a thread-safe mkdir -p
configure:2495: result: /bin/mkdir -p
configure:2508: checking for gawk
configure:2524: found /usr/bin/gawk
configure:2535: result: gawk
configure:2546: checking whether make sets $(MAKE)
configure:2568: result: yes
configure:2649: checking whether to enable maintainer-specific portions of Makefiles
configure:2658: result: no
configure:2733: checking for gcc
configure:2749: found /usr/bin/gcc
configure:2760: result: gcc
configure:2989: checking for C compiler version
configure:2998: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3009: $? = 0
configure:2998: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:3009: $? = 0
configure:2998: gcc -V >&5
gcc: '-V' option must have argument
configure:3009: $? = 1
configure:2998: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3009: $? = 1
configure:3029: checking whether the C compiler works
configure:3051: gcc    conftest.c  >&5
configure:3055: $? = 0
configure:3103: result: yes
configure:3106: checking for C compiler default output file name
configure:3108: result: a.out
configure:3114: checking for suffix of executables
configure:3121: gcc -o conftest    conftest.c  >&5
configure:3125: $? = 0
configure:3147: result: 
configure:3169: checking whether we are cross compiling
configure:3177: gcc -o conftest    conftest.c  >&5
configure:3181: $? = 0
configure:3188: ./conftest
configure:3192: $? = 0
configure:3207: result: no
configure:3212: checking for suffix of object files
configure:3234: gcc -c   conftest.c >&5
configure:3238: $? = 0
configure:3259: result: o
configure:3263: checking whether we are using the GNU C compiler
configure:3282: gcc -c   conftest.c >&5
configure:3282: $? = 0
configure:3291: result: yes
configure:3300: checking whether gcc accepts -g
configure:3320: gcc -c -g  conftest.c >&5
configure:3320: $? = 0
configure:3361: result: yes
configure:3378: checking for gcc option to accept ISO C89
configure:3442: gcc  -c -g -O2  conftest.c >&5
configure:3442: $? = 0
configure:3455: result: none needed
configure:3486: checking for style of include used by make
configure:3514: result: GNU
configure:3539: checking dependency style of gcc
configure:3649: result: gcc3
configure:3722: checking for g++
configure:3738: found /usr/bin/g++
configure:3749: result: g++
configure:3776: checking for C++ compiler version
configure:3785: g++ --version >&5
g++ (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3796: $? = 0
configure:3785: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:3796: $? = 0
configure:3785: g++ -V >&5
g++: '-V' option must have argument
configure:3796: $? = 1
configure:3785: g++ -qversion >&5
g++: unrecognized option '-qversion'
g++: no input files
configure:3796: $? = 1
configure:3800: checking whether we are using the GNU C++ compiler
configure:3819: g++ -c   conftest.cpp >&5
configure:3819: $? = 0
configure:3828: result: yes
configure:3837: checking whether g++ accepts -g
configure:3857: g++ -c -g  conftest.cpp >&5
configure:3857: $? = 0
configure:3898: result: yes
configure:3923: checking dependency style of g++
configure:4033: result: gcc3
configure:4096: checking for gcc
configure:4123: result: gcc
configure:4352: checking for C compiler version
configure:4361: gcc --version >&5
gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4372: $? = 0
configure:4361: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.5.2-8ubuntu4' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.5 --enable-shared --enable-multiarch --with-multiarch-defaults=x86_64-linux-gnu --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib/x86_64-linux-gnu --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib/x86_64-linux-gnu --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-gold --enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.5.2 (Ubuntu/Linaro 4.5.2-8ubuntu4) 
configure:4372: $? = 0
configure:4361: gcc -V >&5
gcc: '-V' option must have argument
configure:4372: $? = 1
configure:4361: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:4372: $? = 1
configure:4376: checking whether we are using the GNU C compiler
configure:4404: result: yes
configure:4413: checking whether gcc accepts -g
configure:4474: result: yes
configure:4491: checking for gcc option to accept ISO C89
configure:4568: result: none needed
configure:4590: checking dependency style of gcc
configure:4700: result: gcc3
configure:4719: checking whether gcc and cc understand -c and -o together
configure:4750: gcc -c conftest.c -o conftest2.o >&5
configure:4754: $? = 0
configure:4760: gcc -c conftest.c -o conftest2.o >&5
configure:4764: $? = 0
configure:4775: cc -c conftest.c >&5
configure:4779: $? = 0
configure:4787: cc -c conftest.c -o conftest2.o >&5
configure:4791: $? = 0
configure:4797: cc -c conftest.c -o conftest2.o >&5
configure:4801: $? = 0
configure:4819: result: yes
configure:4853: checking for special C compiler options needed for large files
configure:4898: result: no
configure:4904: checking for _FILE_OFFSET_BITS value needed for large files
configure:4929: gcc -c -g -O2  conftest.c >&5
configure:4929: $? = 0
configure:4961: result: no
configure:5159: checking for pkg-config
configure:5177: found /usr/bin/pkg-config
configure:5189: result: /usr/bin/pkg-config
configure:5214: checking pkg-config is at least version 0.9.0
configure:5217: result: yes
configure:5227: checking for nss
configure:5234: $PKG_CONFIG --exists --print-errors "nss >= 3"
configure:5237: $? = 0
configure:5250: $PKG_CONFIG --exists --print-errors "nss >= 3"
configure:5253: $? = 0
configure:5290: result: yes
configure:5329: checking how to run the C preprocessor
configure:5360: gcc -E  conftest.c
configure:5360: $? = 0
configure:5374: gcc -E  conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5374: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5399: result: gcc -E
configure:5419: gcc -E  conftest.c
configure:5419: $? = 0
configure:5433: gcc -E  conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5433: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define ENABLE_NLS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5462: checking for grep that handles long lines and -e
configure:5520: result: /bin/grep
configure:5525: checking for egrep
configure:5587: result: /bin/grep -E
configure:5592: checking for ANSI C header files
configure:5612: gcc -c -g -O2  conftest.c >&5
configure:5612: $? = 0
configure:5685: gcc -o conftest -g -O2   conftest.c  >&5
configure:5685: $? = 0
configure:5685: ./conftest
configure:5685: $? = 0
configure:5696: result: yes
configure:5709: checking for sys/types.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for sys/stat.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for stdlib.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for string.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for memory.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for strings.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for inttypes.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for stdint.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5709: checking for unistd.h
configure:5709: gcc -c -g -O2  conftest.c >&5
configure:5709: $? = 0
configure:5709: result: yes
configure:5723: checking libelf.h usability
configure:5723: gcc -c -g -O2  conftest.c >&5
conftest.c:57:20: fatal error: libelf.h: No such file or directory
compilation terminated.
configure:5723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define ENABLE_NLS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libelf.h>
configure:5723: result: no
configure:5723: checking libelf.h presence
configure:5723: gcc -E  conftest.c
conftest.c:24:20: fatal error: libelf.h: No such file or directory
compilation terminated.
configure:5723: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define ENABLE_NLS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <libelf.h>
configure:5723: result: no
configure:5723: checking for libelf.h
configure:5723: result: no
configure:5735: checking for elf_getshdrstrndx in -lelf
configure:5760: gcc -o conftest -g -O2   conftest.c -lelf   >&5
/usr/bin/ld: skipping incompatible /usr/lib64/libelf.so when searching for -lelf
/usr/bin/ld: skipping incompatible /usr/lib64/libelf.a when searching for -lelf
/usr/bin/ld: skipping incompatible /usr/local/lib/libelf.so when searching for -lelf
/usr/bin/ld: skipping incompatible /usr/local/lib/libelf.a when searching for -lelf
/usr/bin/ld: skipping incompatible /usr/lib/libelf.so when searching for -lelf
/usr/bin/ld: skipping incompatible /usr/lib/libelf.a when searching for -lelf
/usr/bin/ld: cannot find -lelf
collect2: ld returned 1 exit status
configure:5760: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "systemtap"
| #define PACKAGE_TARNAME "systemtap"
| #define PACKAGE_VERSION "1.7"
| #define PACKAGE_STRING "systemtap 1.7"
| #define PACKAGE_BUGREPORT "systemtap@sourceware.org"
| #define PACKAGE_URL ""
| #define PACKAGE "systemtap"
| #define VERSION "1.7"
| #define ENABLE_SDT_PROBES 1
| #define HAVE_NSS 1
| #define ENABLE_NLS 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char elf_getshdrstrndx ();
| int
| main ()
| {
| return elf_getshdrstrndx ();
|   ;
|   return 0;
| }
configure:5769: result: no
configure:5783: staprun will link 
configure:5938: creating ./config.status

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

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

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

on jaehyek-A505-64

config.status:886: creating Makefile
config.status:886: creating run-staprun
config.status:886: creating config.h
config.status:1115: executing depfiles commands

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

ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_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_nss_CFLAGS_set=
ac_cv_env_nss_CFLAGS_value=
ac_cv_env_nss_LIBS_set=
ac_cv_env_nss_LIBS_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_inttypes_h=yes
ac_cv_header_libelf_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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_elf_elf_getshdrstrndx=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
pkg_cv_nss_CFLAGS=
pkg_cv_nss_LIBS=

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

ACLOCAL='${SHELL} /data/stapbuild/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /data/stapbuild/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AUTOCONF='${SHELL} /data/stapbuild/missing --run autoconf'
AUTOHEADER='${SHELL} /data/stapbuild/missing --run autoheader'
AUTOMAKE='${SHELL} /data/stapbuild/missing --run automake-1.11'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
GREP='/bin/grep'
HAVE_NSS_FALSE='#'
HAVE_NSS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LOCALEDIR='${datarootdir}/locale'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /data/stapbuild/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='systemtap'
PACKAGE_BUGREPORT='systemtap@sourceware.org'
PACKAGE_NAME='systemtap'
PACKAGE_STRING='systemtap 1.7'
PACKAGE_TARNAME='systemtap'
PACKAGE_URL=''
PACKAGE_VERSION='1.7'
PATH_SEPARATOR=':'
PIECFLAGS=''
PIECXXFLAGS=''
PIELDFLAGS=''
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.7'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/data/staphome'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /data/stapbuild/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
nss_CFLAGS=''
nss_LIBS=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/data/staphome'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
staprun_LIBS=''
sysconfdir='${prefix}/etc'
target_alias=''

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

/* confdefs.h */
#define PACKAGE_NAME "systemtap"
#define PACKAGE_TARNAME "systemtap"
#define PACKAGE_VERSION "1.7"
#define PACKAGE_STRING "systemtap 1.7"
#define PACKAGE_BUGREPORT "systemtap@sourceware.org"
#define PACKAGE_URL ""
#define PACKAGE "systemtap"
#define VERSION "1.7"
#define ENABLE_SDT_PROBES 1
#define HAVE_NSS 1
#define ENABLE_NLS 1
#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

configure: exit 0

  reply	other threads:[~2011-09-16  8:08 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-30 19:11 Met Problem on Enable SystemTap on Android Yao,Yanjun
2011-08-30 19:32 ` Josh Stone
     [not found]   ` <CAFxt-KSZkjb5eYutfEYTxe2=Hru7zLjd-YrBRs814N=VJFWr+A@mail.gmail.com>
2011-08-30 20:14     ` Josh Stone
2011-08-30 21:14       ` Yao,Yanjun
2011-08-30 22:16         ` Josh Stone
2011-08-31  9:05           ` Turgis, Frederic
2011-08-31 16:17             ` Josh Stone
2011-08-31 21:03               ` Yao,Yanjun
2011-09-01  9:00                 ` Turgis, Frederic
2011-09-01 16:09                   ` Josh Stone
2011-09-01 16:31                     ` Turgis, Frederic
2011-09-01 17:34                       ` Josh Stone
2011-09-01 21:40                         ` Turgis, Frederic
2011-09-01 16:21                   ` Yao,Yanjun
2011-09-01 16:44                     ` Turgis, Frederic
2011-09-07 21:46                       ` Yao,Yanjun
2011-09-08  7:46                         ` Mark Wielaard
2011-09-08 17:12                           ` Yao,Yanjun
2011-09-09 11:35                             ` Turgis, Frederic
2011-09-09 15:27                               ` Yao,Yanjun
2011-09-09 15:52                                 ` Turgis, Frederic
2011-09-14 20:20                                   ` Yao,Yanjun
2011-09-14 20:33                                     ` Mark Wielaard
2011-09-14 20:38                                     ` David Smith
2011-09-14 20:40                                       ` Yao,Yanjun
2011-09-15  7:15                                         ` Turgis, Frederic
2011-09-20 19:50                                           ` Yao,Yanjun
2011-09-21  6:42                                             ` Turgis, Frederic
2011-09-01  8:45               ` Turgis, Frederic
2011-09-26 20:52                 ` Josh Stone
2011-09-27 14:25                   ` Turgis, Frederic
2011-09-27 16:14                     ` Josh Stone
2011-09-27 18:02                       ` Turgis, Frederic
     [not found]             ` <003001cc686f$27aeafc0$770c0f40$@choi@lge.com>
2011-09-01  8:37               ` Some Problem come out during runing systemtap module on Android phone Turgis, Frederic
2011-09-06  1:30                 ` 최재혁B
2011-09-06  9:58                   ` Turgis, Frederic
2011-09-09  1:40                 ` problem during "make install" at Ubuntu64 최재혁B
2011-09-09  9:47                   ` Mark Wielaard
2011-09-09 10:38                     ` Turgis, Frederic
2011-09-15  0:19                     ` 최재혁B
2011-09-15  6:05                       ` 'Mark Wielaard'
2011-09-16  8:08                         ` 최재혁B [this message]
2011-09-16  9:53                           ` Mark Wielaard
2011-09-16  8:20                         ` How can I trace when the allocated memory is free after kmalloc ? 최재혁B
2011-09-16 10:03                           ` Mark Wielaard
2011-09-20  0:39                             ` 최재혁B
2011-09-20  9:12                               ` Mark Wielaard
2011-09-20 16:01                                 ` Josh Stone
2011-09-22 14:11                                   ` Turgis, Frederic
2011-09-23  0:27                                     ` 최재혁B
     [not found]                           ` <OF28D2A9AC.052504CE-ON4925790F.00483152-4925790F.00483154@lge.com>
2011-09-18 19:59                             ` Re : " Mark Wielaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='002f01cc7447$b6803fa0$2380bee0$@choi@lge.com' \
    --to=jaehyek.choi@lge.com \
    --cc=f-turgis@ti.com \
    --cc=jistone@redhat.com \
    --cc=mjw@redhat.com \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).