I'm trying to install QPID M4 (a recent RC) on RHEL4. RHEL4 only has boost 1.32. QPID obviously prefers a newer version of boost, but there is the boost-1.32-support directory which I've applied, but I still can't get it to build.
I'm not trying anything fancy with the configure command. Here is the end of the configure output: checking for ruby... ruby ls: /home/jdboyd/work/jmgr/build/msgLayer/qpid-M4//home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/../specs/amqp.0-10-qpid-errata.xml: No such file or directory checking boost/shared_ptr.hpp usability... yes checking boost/shared_ptr.hpp presence... yes checking for boost/shared_ptr.hpp... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for main in -lboost_filesystem... yes checking for main in -lboost_program_options... yes checking for main in -lboost_system... no checking for main in -lboost_filesystem-d... no checking for main in -lboost_program_options-d... no checking for main in -lboost_system-d... no configure: error: Boost libraries could not be found. I've also attached the config.log file. I've checked and I definitely don't have libboost_system-d or any libboost_system libraries on the system, which seems to be something new to newer versions of boost. Is the boost-1.32-support stuff outdated and not going to be supported any further?
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by qpidc configure 0.4, which was generated by GNU Autoconf 2.59. Invocation command line was $ /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/configure --prefix=/home/jdboyd/work/jmgr/ ## --------- ## ## Platform. ## ## --------- ## hostname = arges3 uname -m = x86_64 uname -r = 2.6.9-78.ELsmp uname -s = Linux uname -v = #1 SMP Wed Jul 9 15:46:26 EDT 2008 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/jdboyd/bin PATH: /home/jdboyd/cyclops64/local/bin PATH: /home/jdboyd/cyclops64/host-local/bin PATH: /usr/kerberos/bin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin PATH: /opt/protobuf-2.0.3/bin/ ## ----------- ## ## Core tests. ## ## ----------- ## configure:1563: checking for a BSD-compatible install configure:1618: result: /usr/bin/install -c configure:1629: checking whether build environment is sane configure:1672: result: yes configure:1737: checking for gawk configure:1753: found /bin/gawk configure:1763: result: gawk configure:1773: checking whether make sets $(MAKE) configure:1793: result: yes configure:1981: checking for style of include used by make configure:2009: result: GNU configure:2080: checking for gcc configure:2096: found /usr/bin/gcc configure:2106: result: gcc configure:2350: checking for C compiler version configure:2353: gcc --version </dev/null >&5 gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2356: $? = 0 configure:2358: gcc -v </dev/null >&5 Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-10) configure:2361: $? = 0 configure:2363: gcc -V </dev/null >&5 gcc: `-V' option must have argument configure:2366: $? = 1 configure:2389: checking for C compiler default output file name configure:2392: gcc conftest.c >&5 configure:2395: $? = 0 configure:2441: result: a.out configure:2446: checking whether the C compiler works configure:2452: ./a.out configure:2455: $? = 0 configure:2472: result: yes configure:2479: checking whether we are cross compiling configure:2481: result: no configure:2484: checking for suffix of executables configure:2486: gcc -o conftest conftest.c >&5 configure:2489: $? = 0 configure:2514: result: configure:2520: checking for suffix of object files configure:2541: gcc -c conftest.c >&5 configure:2544: $? = 0 configure:2566: result: o configure:2570: checking whether we are using the GNU C compiler configure:2594: gcc -c conftest.c >&5 configure:2600: $? = 0 configure:2604: test -z || test ! -s conftest.err configure:2607: $? = 0 configure:2610: test -s conftest.o configure:2613: $? = 0 configure:2626: result: yes configure:2632: checking whether gcc accepts -g configure:2653: gcc -c -g conftest.c >&5 configure:2659: $? = 0 configure:2663: test -z || test ! -s conftest.err configure:2666: $? = 0 configure:2669: test -s conftest.o configure:2672: $? = 0 configure:2683: result: yes configure:2700: checking for gcc option to accept ANSI C configure:2770: gcc -c -g -O2 conftest.c >&5 configure:2776: $? = 0 configure:2780: test -z || test ! -s conftest.err configure:2783: $? = 0 configure:2786: test -s conftest.o configure:2789: $? = 0 configure:2807: result: none needed configure:2825: gcc -c -g -O2 conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2831: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2966: checking dependency style of gcc configure:3056: result: gcc3 configure:3074: checking whether gcc and cc understand -c and -o together configure:3104: gcc -c conftest.c -o conftest.o >&5 configure:3107: $? = 0 configure:3109: gcc -c conftest.c -o conftest.o >&5 configure:3112: $? = 0 configure:3119: cc -c conftest.c >&5 configure:3122: $? = 0 configure:3125: cc -c conftest.c -o conftest.o >&5 configure:3128: $? = 0 configure:3130: cc -c conftest.c -o conftest.o >&5 configure:3133: $? = 0 configure:3151: result: yes configure:3228: checking for g++ configure:3244: found /usr/bin/g++ configure:3254: result: g++ configure:3270: checking for C++ compiler version configure:3273: g++ --version </dev/null >&5 g++ (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3276: $? = 0 configure:3278: g++ -v </dev/null >&5 Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-10) configure:3281: $? = 0 configure:3283: g++ -V </dev/null >&5 g++: `-V' option must have argument configure:3286: $? = 1 configure:3289: checking whether we are using the GNU C++ compiler configure:3313: g++ -c conftest.cc >&5 configure:3319: $? = 0 configure:3323: test -z || test ! -s conftest.err configure:3326: $? = 0 configure:3329: test -s conftest.o configure:3332: $? = 0 configure:3345: result: yes configure:3351: checking whether g++ accepts -g configure:3372: g++ -c -g conftest.cc >&5 configure:3378: $? = 0 configure:3382: test -z || test ! -s conftest.err configure:3385: $? = 0 configure:3388: test -s conftest.o configure:3391: $? = 0 configure:3402: result: yes configure:3444: g++ -c -g -O2 conftest.cc >&5 configure:3450: $? = 0 configure:3454: test -z || test ! -s conftest.err configure:3457: $? = 0 configure:3460: test -s conftest.o configure:3463: $? = 0 configure:3489: g++ -c -g -O2 conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:15: error: `exit' was not declared in this scope configure:3495: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:3444: g++ -c -g -O2 conftest.cc >&5 configure:3450: $? = 0 configure:3454: test -z || test ! -s conftest.err configure:3457: $? = 0 configure:3460: test -s conftest.o configure:3463: $? = 0 configure:3489: g++ -c -g -O2 conftest.cc >&5 configure:3495: $? = 0 configure:3499: test -z || test ! -s conftest.err configure:3502: $? = 0 configure:3505: test -s conftest.o configure:3508: $? = 0 configure:3533: checking dependency style of g++ configure:3623: result: gcc3 configure:3652: checking how to run the C preprocessor configure:3687: gcc -E conftest.c configure:3693: $? = 0 configure:3725: gcc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:3731: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3770: result: gcc -E configure:3794: gcc -E conftest.c configure:3800: $? = 0 configure:3832: gcc -E conftest.c conftest.c:15:28: ac_nonexistent.h: No such file or directory configure:3838: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3882: checking for egrep configure:3892: result: grep -E configure:3898: checking for AIX configure:3920: result: no configure:3926: checking for ANSI C header files configure:3951: gcc -c -g -O2 conftest.c >&5 configure:3957: $? = 0 configure:3961: test -z || test ! -s conftest.err configure:3964: $? = 0 configure:3967: test -s conftest.o configure:3970: $? = 0 configure:4059: gcc -o conftest -g -O2 conftest.c >&5 configure:4062: $? = 0 configure:4064: ./conftest configure:4067: $? = 0 configure:4082: result: yes configure:4106: checking for sys/types.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for sys/stat.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for stdlib.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for string.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for memory.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for strings.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for inttypes.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for stdint.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4106: checking for unistd.h configure:4122: gcc -c -g -O2 conftest.c >&5 configure:4128: $? = 0 configure:4132: test -z || test ! -s conftest.err configure:4135: $? = 0 configure:4138: test -s conftest.o configure:4141: $? = 0 configure:4152: result: yes configure:4174: checking minix/config.h usability configure:4186: gcc -c -g -O2 conftest.c >&5 conftest.c:59:26: minix/config.h: No such file or directory configure:4192: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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> | #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 <minix/config.h> configure:4215: result: no configure:4219: checking minix/config.h presence configure:4229: gcc -E conftest.c conftest.c:25:26: minix/config.h: No such file or directory configure:4235: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 <minix/config.h> configure:4255: result: no configure:4290: checking for minix/config.h configure:4297: result: no configure:4336: checking whether it is safe to define __EXTENSIONS__ configure:4359: gcc -c -g -O2 conftest.c >&5 configure:4365: $? = 0 configure:4369: test -z || test ! -s conftest.err configure:4372: $? = 0 configure:4375: test -s conftest.o configure:4378: $? = 0 configure:4389: result: yes configure:4415: checking for help2man configure:4444: result: no configure:4476: checking for doxygen configure:4492: found /usr/bin/doxygen configure:4502: result: doxygen configure:4558: checking whether compiler accepts -Werror configure:4581: g++ -c -g -O2 -Werror conftest.cc >&5 configure:4587: $? = 0 configure:4591: test -z || test ! -s conftest.err configure:4594: $? = 0 configure:4597: test -s conftest.o configure:4600: $? = 0 configure:4603: result: yes configure:4616: checking whether compiler accepts -pedantic configure:4639: g++ -c -g -O2 -pedantic conftest.cc >&5 configure:4645: $? = 0 configure:4649: test -z || test ! -s conftest.err configure:4652: $? = 0 configure:4655: test -s conftest.o configure:4658: $? = 0 configure:4661: result: yes configure:4674: checking whether compiler accepts -Wall configure:4697: g++ -c -g -O2 -Wall conftest.cc >&5 conftest.cc: In function `int main()': conftest.cc:32: warning: unused variable 'x' configure:4703: $? = 0 configure:4707: test -z || test ! -s conftest.err configure:4710: $? = 0 configure:4713: test -s conftest.o configure:4716: $? = 0 configure:4719: result: yes configure:4732: checking whether compiler accepts -Wextra configure:4755: g++ -c -g -O2 -Wextra conftest.cc >&5 configure:4761: $? = 0 configure:4765: test -z || test ! -s conftest.err configure:4768: $? = 0 configure:4771: test -s conftest.o configure:4774: $? = 0 configure:4777: result: yes configure:4790: checking whether compiler accepts -Wno-shadow configure:4813: g++ -c -g -O2 -Wno-shadow conftest.cc >&5 configure:4819: $? = 0 configure:4823: test -z || test ! -s conftest.err configure:4826: $? = 0 configure:4829: test -s conftest.o configure:4832: $? = 0 configure:4835: result: yes configure:4848: checking whether compiler accepts -Wpointer-arith configure:4871: g++ -c -g -O2 -Wpointer-arith conftest.cc >&5 configure:4877: $? = 0 configure:4881: test -z || test ! -s conftest.err configure:4884: $? = 0 configure:4887: test -s conftest.o configure:4890: $? = 0 configure:4893: result: yes configure:4906: checking whether compiler accepts -Wcast-qual configure:4929: g++ -c -g -O2 -Wcast-qual conftest.cc >&5 configure:4935: $? = 0 configure:4939: test -z || test ! -s conftest.err configure:4942: $? = 0 configure:4945: test -s conftest.o configure:4948: $? = 0 configure:4951: result: yes configure:4964: checking whether compiler accepts -Wcast-align configure:4987: g++ -c -g -O2 -Wcast-align conftest.cc >&5 configure:4993: $? = 0 configure:4997: test -z || test ! -s conftest.err configure:5000: $? = 0 configure:5003: test -s conftest.o configure:5006: $? = 0 configure:5009: result: yes configure:5022: checking whether compiler accepts -Wno-long-long configure:5045: g++ -c -g -O2 -Wno-long-long conftest.cc >&5 configure:5051: $? = 0 configure:5055: test -z || test ! -s conftest.err configure:5058: $? = 0 configure:5061: test -s conftest.o configure:5064: $? = 0 configure:5067: result: yes configure:5080: checking whether compiler accepts -Wvolatile-register-var configure:5103: g++ -c -g -O2 -Wvolatile-register-var conftest.cc >&5 cc1plus: error: unrecognized command line option "-Wvolatile-register-var" configure:5109: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | | int | main () | { | int x; | ; | return 0; | } configure:5131: result: no configure:5138: checking whether compiler accepts -Winvalid-pch configure:5161: g++ -c -g -O2 -Winvalid-pch conftest.cc >&5 configure:5167: $? = 0 configure:5171: test -z || test ! -s conftest.err configure:5174: $? = 0 configure:5177: test -s conftest.o configure:5180: $? = 0 configure:5183: result: yes configure:5196: checking whether compiler accepts -Wno-system-headers configure:5219: g++ -c -g -O2 -Wno-system-headers conftest.cc >&5 configure:5225: $? = 0 configure:5229: test -z || test ! -s conftest.err configure:5232: $? = 0 configure:5235: test -s conftest.o configure:5238: $? = 0 configure:5241: result: yes configure:5254: checking whether compiler accepts -Woverloaded-virtual configure:5277: g++ -c -g -O2 -Woverloaded-virtual conftest.cc >&5 configure:5283: $? = 0 configure:5287: test -z || test ! -s conftest.err configure:5290: $? = 0 configure:5293: test -s conftest.o configure:5296: $? = 0 configure:5299: result: yes configure:5475: checking build system type configure:5493: result: x86_64-unknown-linux-gnu configure:5501: checking host system type configure:5515: result: x86_64-unknown-linux-gnu configure:5523: checking for a sed that does not truncate output configure:5577: result: /bin/sed configure:5591: checking for ld used by gcc configure:5658: result: /usr/bin/ld configure:5667: checking if the linker (/usr/bin/ld) is GNU ld configure:5682: result: yes configure:5687: checking for /usr/bin/ld option to reload object files configure:5694: result: -r configure:5703: checking for BSD-compatible nm configure:5745: result: /usr/bin/nm -B configure:5749: checking whether ln -s works configure:5753: result: yes configure:5760: checking how to recognise dependent libraries configure:5943: result: pass_all configure:6027: g++ -c -g -O2 conftest.cc >&5 configure:6030: $? = 0 configure:6165: checking dlfcn.h usability configure:6177: g++ -c -g -O2 conftest.cc >&5 configure:6183: $? = 0 configure:6187: test -z || test ! -s conftest.err configure:6190: $? = 0 configure:6193: test -s conftest.o configure:6196: $? = 0 configure:6206: result: yes configure:6210: checking dlfcn.h presence configure:6220: conftest.cc /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/configure: line 6221: conftest.cc: command not found configure:6226: $? = 127 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | /* end confdefs.h. */ | #include <dlfcn.h> configure:6246: result: no configure:6252: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor! configure:6254: WARNING: dlfcn.h: proceeding with the compiler's result configure:6281: checking for dlfcn.h configure:6288: result: yes configure:6306: checking how to run the C++ preprocessor configure:6337: g++ -E conftest.cc configure:6343: $? = 0 configure:6375: g++ -E conftest.cc conftest.cc:30:28: ac_nonexistent.h: No such file or directory configure:6381: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6420: result: g++ -E configure:6444: g++ -E conftest.cc configure:6450: $? = 0 configure:6482: g++ -E conftest.cc conftest.cc:30:28: ac_nonexistent.h: No such file or directory configure:6488: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6582: checking for g77 configure:6598: found /usr/bin/g77 configure:6608: result: g77 configure:6623: checking for Fortran 77 compiler version configure:6626: g77 --version </dev/null >&5 GNU Fortran (GCC) 3.4.6 20060404 (Red Hat 3.4.6-10) Copyright (C) 2006 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING or type the command `info -f g77 Copying'. configure:6629: $? = 0 configure:6631: g77 -v </dev/null >&5 Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.6/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux Thread model: posix gcc version 3.4.6 20060404 (Red Hat 3.4.6-10) configure:6634: $? = 0 configure:6636: g77 -V </dev/null >&5 g77: `-V' option must have argument configure:6639: $? = 1 configure:6647: checking whether we are using the GNU Fortran 77 compiler configure:6661: g77 -c conftest.F >&5 configure:6667: $? = 0 configure:6671: test -z || test ! -s conftest.err configure:6674: $? = 0 configure:6677: test -s conftest.o configure:6680: $? = 0 configure:6693: result: yes configure:6699: checking whether g77 accepts -g configure:6711: g77 -c -g conftest.f >&5 configure:6717: $? = 0 configure:6721: test -z || test ! -s conftest.err configure:6724: $? = 0 configure:6727: test -s conftest.o configure:6730: $? = 0 configure:6742: result: yes configure:6772: checking the maximum length of command line arguments configure:6837: result: 32768 configure:6848: checking command to parse /usr/bin/nm -B output from gcc object configure:6937: g++ -c -g -O2 conftest.cc >&5 configure:6940: $? = 0 configure:6944: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm configure:6947: $? = 0 configure:6999: g++ -o conftest -g -O2 conftest.cc conftstm.o >&5 configure:7002: $? = 0 configure:7040: result: ok configure:7044: checking for objdir configure:7059: result: .libs configure:7149: checking for ar configure:7165: found /usr/bin/ar configure:7176: result: ar configure:7229: checking for ranlib configure:7245: found /usr/bin/ranlib configure:7256: result: ranlib configure:7309: checking for strip configure:7325: found /usr/bin/strip configure:7336: result: strip configure:7598: checking if gcc static flag works configure:7621: result: yes configure:7639: checking if gcc supports -fno-rtti -fno-exceptions configure:7657: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:7661: $? = 0 configure:7672: result: no configure:7687: checking for gcc option to produce PIC configure:7864: result: -fPIC configure:7872: checking if gcc PIC flag -fPIC works configure:7890: gcc -c -g -O2 -fPIC -DPIC conftest.c >&5 configure:7894: $? = 0 configure:7905: result: yes configure:7929: checking if gcc supports -c -o file.o configure:7950: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:7954: $? = 0 configure:7974: result: yes configure:8000: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:8848: result: yes configure:8874: checking whether -lc should be explicitly linked in configure:8879: gcc -c -g -O2 conftest.c >&5 configure:8882: $? = 0 configure:8896: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:8899: $? = 0 configure:8911: result: no configure:8919: checking dynamic linker characteristics configure:9285: gcc -c -g -O2 conftest.c >&5 configure:9288: $? = 0 configure:9480: result: GNU/Linux ld.so configure:9484: checking how to hardcode library paths into programs configure:9509: result: immediate configure:9523: checking whether stripping libraries is possible configure:9528: result: yes configure:10358: checking if libtool supports shared libraries configure:10360: result: yes configure:10363: checking whether to build shared libraries configure:10421: result: yes configure:10424: checking whether to build static libraries configure:10428: result: no configure:10520: creating libtool configure:11067: checking for ld used by g++ configure:11134: result: /usr/bin/ld -m elf_x86_64 configure:11143: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld configure:11158: result: yes configure:11209: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:12037: result: yes configure:12055: g++ -c -g -O2 conftest.cc >&5 configure:12058: $? = 0 configure:12154: checking for g++ option to produce PIC configure:12406: result: -fPIC configure:12414: checking if g++ PIC flag -fPIC works configure:12432: g++ -c -g -O2 -fPIC -DPIC conftest.cc >&5 configure:12436: $? = 0 configure:12447: result: yes configure:12471: checking if g++ supports -c -o file.o configure:12492: g++ -c -g -O2 -o out/conftest2.o conftest.cc >&5 configure:12496: $? = 0 configure:12516: result: yes configure:12542: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:12567: result: yes configure:12638: checking dynamic linker characteristics configure:13004: g++ -c -g -O2 conftest.cc >&5 configure:13007: $? = 0 configure:13199: result: GNU/Linux ld.so configure:13203: checking how to hardcode library paths into programs configure:13228: result: immediate configure:13242: checking whether stripping libraries is possible configure:13247: result: yes configure:14554: checking if libtool supports shared libraries configure:14556: result: yes configure:14559: checking whether to build shared libraries configure:14577: result: yes configure:14580: checking whether to build static libraries configure:14584: result: no configure:14596: checking for g77 option to produce PIC configure:14773: result: -fPIC configure:14781: checking if g77 PIC flag -fPIC works configure:14799: g77 -c -g -O2 -fPIC conftest.f >&5 configure:14803: $? = 0 configure:14814: result: yes configure:14838: checking if g77 supports -c -o file.o configure:14859: g77 -c -g -O2 -o out/conftest2.o conftest.f >&5 configure:14863: $? = 0 configure:14883: result: yes configure:14909: checking whether the g77 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries configure:15737: result: yes configure:15808: checking dynamic linker characteristics configure:16174: g77 -c -g -O2 conftest.f >&5 configure:16177: $? = 0 configure:16369: result: GNU/Linux ld.so configure:16373: checking how to hardcode library paths into programs configure:16398: result: immediate configure:16412: checking whether stripping libraries is possible configure:16417: result: yes configure:20529: checking for library containing dlopen configure:20559: g++ -o conftest -g -O2 conftest.cc >&5 /tmp/cccXbJEB.o(.text+0x5): In function `main': /home/jdboyd/work/jmgr/build/msgLayer/qpid-M4/conftest.cc:41: undefined reference to `dlopen' collect2: ld returned 1 exit status configure:20565: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 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 dlopen (); | int | main () | { | dlopen (); | ; | return 0; | } configure:20614: g++ -o conftest -g -O2 conftest.cc -ldl >&5 configure:20620: $? = 0 configure:20624: test -z || test ! -s conftest.err configure:20627: $? = 0 configure:20630: test -s conftest configure:20633: $? = 0 configure:20648: result: -ldl configure:20677: checking for library containing clock_gettime configure:20707: g++ -o conftest -g -O2 conftest.cc >&5 /tmp/ccU5pzJt.o(.text+0x5): In function `main': /home/jdboyd/work/jmgr/build/msgLayer/qpid-M4/conftest.cc:41: undefined reference to `clock_gettime' collect2: ld returned 1 exit status configure:20713: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 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 clock_gettime (); | int | main () | { | clock_gettime (); | ; | return 0; | } configure:20762: g++ -o conftest -g -O2 conftest.cc -lrt >&5 configure:20768: $? = 0 configure:20772: test -z || test ! -s conftest.err configure:20775: $? = 0 configure:20778: test -s conftest configure:20781: $? = 0 configure:20796: result: -lrt configure:20810: checking for clock_gettime configure:20867: g++ -o conftest -g -O2 conftest.cc -lrt >&5 configure:20873: $? = 0 configure:20877: test -z || test ! -s conftest.err configure:20880: $? = 0 configure:20883: test -s conftest configure:20886: $? = 0 configure:20898: result: yes configure:20810: checking for clock_settime configure:20867: g++ -o conftest -g -O2 conftest.cc -lrt >&5 configure:20873: $? = 0 configure:20877: test -z || test ! -s conftest.err configure:20880: $? = 0 configure:20883: test -s conftest configure:20886: $? = 0 configure:20898: result: yes configure:20931: checking for valgrind configure:20947: found /usr/bin/valgrind configure:20957: result: valgrind configure:20969: checking for rpmlint configure:20998: result: no configure:21019: checking for ruby configure:21035: found /usr/bin/ruby configure:21045: result: ruby configure:21094: checking boost/shared_ptr.hpp usability configure:21106: g++ -c -g -O2 conftest.cc >&5 configure:21112: $? = 0 configure:21116: test -z || test ! -s conftest.err configure:21119: $? = 0 configure:21122: test -s conftest.o configure:21125: $? = 0 configure:21135: result: yes configure:21139: checking boost/shared_ptr.hpp presence configure:21149: g++ -E conftest.cc configure:21155: $? = 0 configure:21175: result: yes configure:21210: checking for boost/shared_ptr.hpp configure:21217: result: yes configure:21094: checking uuid/uuid.h usability configure:21106: g++ -c -g -O2 conftest.cc >&5 configure:21112: $? = 0 configure:21116: test -z || test ! -s conftest.err configure:21119: $? = 0 configure:21122: test -s conftest.o configure:21125: $? = 0 configure:21135: result: yes configure:21139: checking uuid/uuid.h presence configure:21149: g++ -E conftest.cc configure:21155: $? = 0 configure:21175: result: yes configure:21210: checking for uuid/uuid.h configure:21217: result: yes configure:21236: checking for main in -lboost_filesystem configure:21260: g++ -o conftest -g -O2 conftest.cc -lboost_filesystem >&5 configure:21266: $? = 0 configure:21270: test -z || test ! -s conftest.err configure:21273: $? = 0 configure:21276: test -s conftest configure:21279: $? = 0 configure:21292: result: yes configure:21298: checking for main in -lboost_program_options configure:21322: g++ -o conftest -g -O2 conftest.cc -lboost_program_options >&5 configure:21328: $? = 0 configure:21332: test -z || test ! -s conftest.err configure:21335: $? = 0 configure:21338: test -s conftest configure:21341: $? = 0 configure:21354: result: yes configure:21360: checking for main in -lboost_system configure:21384: g++ -o conftest -g -O2 conftest.cc -lboost_system >&5 /usr/bin/ld: cannot find -lboost_system collect2: ld returned 1 exit status configure:21390: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_BOOST_SHARED_PTR_HPP 1 | #define HAVE_UUID_UUID_H 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:21416: result: no configure:21428: checking for main in -lboost_filesystem-d configure:21452: g++ -o conftest -g -O2 conftest.cc -lboost_filesystem-d >&5 /usr/bin/ld: cannot find -lboost_filesystem-d collect2: ld returned 1 exit status configure:21458: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_BOOST_SHARED_PTR_HPP 1 | #define HAVE_UUID_UUID_H 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:21484: result: no configure:21490: checking for main in -lboost_program_options-d configure:21514: g++ -o conftest -g -O2 conftest.cc -lboost_program_options-d >&5 /usr/bin/ld: cannot find -lboost_program_options-d collect2: ld returned 1 exit status configure:21520: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_BOOST_SHARED_PTR_HPP 1 | #define HAVE_UUID_UUID_H 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:21546: result: no configure:21552: checking for main in -lboost_system-d configure:21576: g++ -o conftest -g -O2 conftest.cc -lboost_system-d >&5 /usr/bin/ld: cannot find -lboost_system-d collect2: ld returned 1 exit status configure:21582: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "qpidc" | #define PACKAGE_TARNAME "qpidc" | #define PACKAGE_VERSION "0.4" | #define PACKAGE_STRING "qpidc 0.4" | #define PACKAGE_BUGREPORT "[email protected]" | #define PACKAGE "qpidc" | #define VERSION "0.4" | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | #define _GNU_SOURCE 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 | #define __EXTENSIONS__ 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define lint 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define HAVE_BOOST_SHARED_PTR_HPP 1 | #define HAVE_UUID_UUID_H 1 | /* end confdefs.h. */ | | | int | main () | { | main (); | ; | return 0; | } configure:21608: result: no configure:21621: error: Boost libraries could not be found. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_build_alias=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_cxx_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_f77_compiler_gnu=yes ac_cv_func_clock_gettime=yes ac_cv_func_clock_settime=yes ac_cv_header_boost_shared_ptr_hpp=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_uuid_uuid_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_host_alias=x86_64-unknown-linux-gnu ac_cv_lib_boost_filesystem_d_main=no ac_cv_lib_boost_filesystem_main=yes ac_cv_lib_boost_program_options_d_main=no ac_cv_lib_boost_program_options_main=yes ac_cv_lib_boost_system_d_main=no ac_cv_lib_boost_system_main=no ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_DOXYGEN=doxygen ac_cv_prog_RUBY=ruby ac_cv_prog_VALGRIND=valgrind ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_ac_ct_F77=g77 ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_f77_g=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_gettime=-lrt ac_cv_search_dlopen=-ldl am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 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.3.4.so' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/bin/sed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_c_o_F77=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_max_cmd_len=32768 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_prog_compiler_c_o_F77='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMQP_FINAL_XML='/home/jdboyd/work/jmgr/build/msgLayer/qpid-M4//home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/../specs/amqp.0-10-qpid-errata.xml' AMTAR='${SHELL} /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/missing --run tar' AR='ar' AUTOCONF='${SHELL} /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/missing --run autoconf' AUTOHEADER='${SHELL} /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/missing --run autoheader' AUTOMAKE='${SHELL} /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/missing --run automake-1.9' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2' COMPILER_FLAGS='' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-g -O2' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DOWNLOAD_URL='http://rhm.et.redhat.com/download' DOXYGEN='doxygen' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='g77' FFLAGS='-g -O2' GENERATE_FALSE='' GENERATE_TRUE='#' HAS_RPMLINT_FALSE='' HAS_RPMLINT_TRUE='#' HAVE_DOXYGEN_FALSE='#' HAVE_DOXYGEN_TRUE='' HAVE_ECF_FALSE='' HAVE_ECF_TRUE='' HAVE_EPOLL_FALSE='' HAVE_EPOLL_TRUE='' HAVE_HELP2MAN_FALSE='' HAVE_HELP2MAN_TRUE='#' HAVE_LIBCMAN_FALSE='' HAVE_LIBCMAN_TRUE='' HAVE_LIBCPG_FALSE='' HAVE_LIBCPG_TRUE='' HAVE_SASL_FALSE='' HAVE_SASL_TRUE='' HAVE_XML_FALSE='' HAVE_XML_TRUE='' HELP2MAN='' 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' LIBTOOL_DEPS='/home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/ltmain.sh' LIBTOOL_VERSION_INFO_ARG='1:0:1' LIB_CLOCK_GETTIME='-lrt' LIB_DLOPEN='-ldl' LN_S='ln -s' LTLIBOBJS='' MAKEINFO='${SHELL} /home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/missing --run makeinfo' OBJEXT='o' PACKAGE='qpidc' PACKAGE_BUGREPORT='[email protected]' PACKAGE_NAME='qpidc' PACKAGE_STRING='qpidc 0.4' PACKAGE_TARNAME='qpidc' PACKAGE_VERSION='0.4' PATH_SEPARATOR=':' PKG_CONFIG='' PYTHON='' PYTHON_EXEC_PREFIX='' PYTHON_PLATFORM='' PYTHON_PREFIX='' PYTHON_VERSION='' RANLIB='ranlib' RDMA_FALSE='' RDMA_TRUE='' RPMLINT='' RUBY='ruby' SET_MAKE='' SHELL='/bin/sh' SSL_CFLAGS='' SSL_FALSE='' SSL_LIBS='' SSL_TRUE='' STRIP='strip' URL='http://rhm.et.redhat.com/qpidc' VALGRIND='valgrind' VERSION='0.4' WARNING_CFLAGS=' -Werror -pedantic -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Winvalid-pch -Wno-system-headers -Woverloaded-virtual' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='g77' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/home/jdboyd/work/jmgr/src/msgLayer/qpid-M4/cpp/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' mkdir_p='mkdir -p --' oldincludedir='/usr/include' pkgpyexecdir='' pkgpythondir='' prefix='/home/jdboyd/work/jmgr/' program_transform_name='s,x,x,' pyexecdir='' pythondir='' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_BOOST_SHARED_PTR_HPP 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_SETTIME 1 #define HAVE_DLFCN_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_MEMORY_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_UUID_UUID_H 1 #define PACKAGE "qpidc" #define PACKAGE_BUGREPORT "[email protected]" #define PACKAGE_NAME "qpidc" #define PACKAGE_STRING "qpidc 0.4" #define PACKAGE_TARNAME "qpidc" #define PACKAGE_VERSION "0.4" #define STDC_HEADERS 1 #define VERSION "0.4" #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define __EXTENSIONS__ 1 #define lint 1 #endif #ifdef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
