Boost logo

Boost Testing :

From: Jim Douglas (jim_at_[hidden])
Date: 2005-11-03 17:39:51


John,

I will raise your points with QNX re POSIX compliance and report back.

I will also start posting the build issues to the Jamboost list.

>>3. A number of the conditional tests assume a fixed relationship
>>between compiler and C++ library, e.g. many tests check __GNUC__ to
>>determine which headers/features are present instead of __GLIBCPP__ .
>>Given the "mix and match" nature of the QNX development environment
>>this
>>assumption no longer holds true.
>
> That's a bug then :-)

Not wishing to point fingers but take a look at a file that caused me
some bother: libs/python/src/converter/type_id.cpp. Tell me whether you
consider the tests to be legal.

> Certainly Boost.Config shouldn't do that anywhere, um I hope :-)
>
>>4.
>> > Maybe you could cd into libs/config and do a:
>> >
>> > ./configure --enable-test
>> >
>> > and report the results.

config.log and user.hpp are attached.

> ...Boost.Config splits the logic up into:
>
> * Compiler
> * std lib
> * Platform (system headers etc)
> * Common features (POSIX feature detection etc)

I understand the logic, and apart from adding a test for QNX I have
relied on the automatic detection of compiler and std lib.

> There's currently no platform config for QNX, so really the information I'm
> trying to get from you (and which a configure run would detect), are which
> platform headers are present/missing, obviously this may vary by QNX
> sub-platform, but once we have a basic QNX platform config header in place I
> guess you can maintain that :-)

I have attached qnxnto.hpp which I have put into boost/config/platform/.
It is included by the test in select_platform_config.hpp:

...
#elif defined(__QNXNTO__)
#define BOOST_PLATFORM_CONFIG "boost/config/platform/qnxnto.hpp"
...

I have taken a minimalist approach and only added something to this file
when it was needed in order to get a library though its test. My initial
efforts have been with the Dinkum library. I now want to work on the GNU
(gcc 3.3.5) library.
>
> We also need to know how best to detect QNX platform/subplatforms etc.
>

QNX uses a wrapper program QCC(C++) or qcc(C) around the gcc build
tools. QCC inserts the definitions __QNXNTO__ and __QNX__. if you call
gcc/g++ directly do don't get a platform identlifier. The overall OS and
development system level/version is defined as _NTO_VERSION = 630 for
QNX 6.3.0. FYI in the bjam files $(OS) expands to "QNXNTO" and $(UNAME)
expands to "QNX".

AFAIK the identifiers used for versions of gcc and the libraries are the
same as for Linux.

Regards
Jim


// (C) Copyright Boost.org 2001.
// Do not check in modified versions of this file,
// This file may be customised by the end user, but not by boost.

//
// Use this file to define a site and compiler specific
// configuration policy, this version was auto-generated by
// configure on Thu Nov 03 21:24:16 WET 2005
// With the following options:
// CXX = g++
// CXXFLAGS = -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG
// LDFLAGS =
// LIBS = -lm
//

// define this to disable all config options,
// excluding the user config. Use if your
// setup is fully ISO complient, and has no
// useful extentions, or for autoconf generated
// setups:
#ifndef BOOST_NO_CONFIG
# define BOOST_NO_CONFIG
#endif

// define if you want to disable threading support, even
// when available:
// #define BOOST_DISABLE_THREADS

// define if you want the regex library to use the C locale
// even on Win32:
// #define BOOST_REGEX_USE_C_LOCALE

// define this is you want the regex library to use the C++
// locale:
// #define BOOST_REGEX_USE_CPP_LOCALE

//
// options added by configure:
//
#define BOOST_MSVC6_MEMBER_TEMPLATES
#define BOOST_HAS_UNISTD_H
#define BOOST_HAS_SLIST
#define BOOST_HAS_SIGACTION
#define BOOST_HAS_SGI_TYPE_TRAITS
#define BOOST_HAS_SCHED_YIELD
#define BOOST_HAS_PTHREADS
#define BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE
#define BOOST_HAS_PARTIAL_STD_ALLOCATOR
#define BOOST_HAS_NANOSLEEP
#define BOOST_HAS_LONG_LONG
#define BOOST_HAS_HASH
#define BOOST_HAS_GETTIMEOFDAY
#define BOOST_HAS_DIRENT_H
#define BOOST_HAS_CLOCK_GETTIME
#define BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE
#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL
#define BOOST_NO_STD_WSTRING
#define BOOST_NO_STD_WSTREAMBUF
#define BOOST_NO_STD_USE_FACET
#define BOOST_NO_STD_MESSAGES
#define BOOST_NO_STD_LOCALE
#define BOOST_NO_STD_ITERATOR
#define BOOST_NO_SFINAE
#define BOOST_NO_OPERATORS_IN_NAMESPACE
#define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
#define BOOST_NO_LONG_LONG_NUMERIC_LIMITS
#define BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
#define BOOST_NO_LIMITS
#define BOOST_NO_IS_ABSTRACT
#define BOOST_NO_MS_INT64_NUMERIC_LIMITS
#define BOOST_NO_EXCEPTIONS

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

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

  $ ./configure --enable-tests

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

hostname = Brenda
uname -m = x86pc
uname -r = 6.3.0
uname -s = QNX
uname -v = 2005/08/09-15:05:10EDT

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

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

PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/photon/bin
PATH: /usr/photon/appbuilder
PATH: /opt/X11R6/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /opt/bin
PATH: /opt/sbin
PATH: /usr/qnx630/host/qnx6/x86/usr/bin
PATH: /usr/qnx630/host/qnx6/x86/usr/sbin
PATH: /usr/qnx630/host/qnx6/x86/sbin
PATH: /usr/qnx630/host/qnx6/x86/bin
PATH: /usr/qnx630/host/qnx6/x86/usr/photon/appbuilder

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

configure:1300: result: Info : .cpp used as extension for tests
configure:1307: checking for boost main tree
configure:1348: result: ./../..
configure:1417: checking for g++
configure:1433: found /usr/qnx630/host/qnx6/x86/usr/bin/g++
configure:1443: result: g++
configure:1459: checking for C++ compiler version
configure:1462: g++ --version </dev/null >&5
2.95.3
configure:1465: $? = 0
configure:1467: g++ -v </dev/null >&5
Reading specs from /usr/qnx630/host/qnx6/x86/usr/lib/gcc-lib/ntox86/2.95.3/specs
gcc version 2.95.3
configure:1470: $? = 0
configure:1472: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:1475: $? = 1
configure:1498: checking for C++ compiler default output file name
configure:1501: g++ conftest.cc >&5
configure:1504: $? = 0
configure:1550: result: a.out
configure:1555: checking whether the C++ compiler works
configure:1561: ./a.out
configure:1564: $? = 0
configure:1581: result: yes
configure:1588: checking whether we are cross compiling
configure:1590: result: no
configure:1593: checking for suffix of executables
configure:1595: g++ -o conftest conftest.cc >&5
configure:1598: $? = 0
configure:1623: result:
configure:1629: checking for suffix of object files
configure:1650: g++ -c conftest.cc >&5
configure:1653: $? = 0
configure:1675: result: o
configure:1679: checking whether we are using the GNU C++ compiler
configure:1703: g++ -c conftest.cc >&5
configure:1709: $? = 0
configure:1713: test -z
                         || test ! -s conftest.err
configure:1716: $? = 0
configure:1719: test -s conftest.o
configure:1722: $? = 0
configure:1735: result: yes
configure:1741: checking whether g++ accepts -g
configure:1762: g++ -c -g conftest.cc >&5
configure:1768: $? = 0
configure:1772: test -z
                         || test ! -s conftest.err
configure:1775: $? = 0
configure:1778: test -s conftest.o
configure:1781: $? = 0
configure:1792: result: yes
configure:1834: g++ -c -g -O2 conftest.cc >&5
configure:1840: $? = 0
configure:1844: test -z
                         || test ! -s conftest.err
configure:1847: $? = 0
configure:1850: test -s conftest.o
configure:1853: $? = 0
configure:1879: g++ -c -g -O2 conftest.cc >&5
configure:1885: $? = 0
configure:1889: test -z
                         || test ! -s conftest.err
configure:1892: $? = 0
configure:1895: test -s conftest.o
configure:1898: $? = 0
configure:1947: checking for pthread_exit in -lpthread
configure:1977: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cc -lpthread >&5
/usr/qnx630/host/qnx6/x86/usr/bin/ntox86-ld: cannot find -lpthread
collect2: ld returned 1 exit status
configure:1983: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* 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 pthread_exit ();
| int
| main ()
| {
| pthread_exit ();
| ;
| return 0;
| }
configure:2009: result: no
configure:2021: checking for cos in -lm
configure:2051: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cc -lm >&5
conftest.cc:16: warning: declaration of `char cos(...)'
conftest.cc:16: warning: conflicts with built-in declaration `double cos(double)'
configure:2057: $? = 0
configure:2061: test -z
                         || test ! -s conftest.err
configure:2064: $? = 0
configure:2067: test -s conftest
configure:2070: $? = 0
configure:2083: result: yes
configure:2095: checking for clock in -lrt
configure:2125: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cc -lrt -lm >&5
/usr/qnx630/host/qnx6/x86/usr/bin/ntox86-ld: cannot find -lrt
collect2: ld returned 1 exit status
configure:2131: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 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 ();
| int
| main ()
| {
| clock ();
| ;
| return 0;
| }
configure:2157: result: no
configure:2190: checking Koenig lookup
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking template specialisations of array types
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::auto_ptr
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking Full partial specialization support.
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking functions in <ctype.h>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking template specialisations of cv-qualified types
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking template specialisations of cv-qualified void
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking <wchar.h> and <cwchar>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking <wctype.h> and <cwctype>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking deduced typenames
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking dependent nested template classes
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking dependent non-type template parameters
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking <exception> is in namespace std
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking exception handling support
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
Abort (core dumped)
configure:2228: $? = 134
configure: program exited with status 134
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_EXCEPTIONS) || defined(BOOST_NO_CONFIG)
| #include "boost_no_exceptions.ipp"
| #else
| namespace boost_no_exceptions = empty_boost;
| #endif
|
| int main(){ return boost_no_exceptions::test(); }
|
configure:2239: result: Failed
configure:2190: checking non-deduced function template parameters
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking no function template ordering
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::numeric_limits<__int64>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_i64_limits.ipp:13: limits: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_MS_INT64_NUMERIC_LIMITS) || defined(BOOST_NO_CONFIG)
| #include "boost_no_i64_limits.ipp"
| #else
| namespace boost_no_ms_int64_numeric_limits = empty_boost;
| #endif
|
| int main(){ return boost_no_ms_int64_numeric_limits::test(); }
|
configure:2239: result: Failed
configure:2190: checking inline member constant initialisation
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking long long and integral constant expressions
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking is_abstract implementation technique
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_is_abstract.ipp: In instantiation of `boost_no_is_abstract::is_abstract_test<boost_no_is_abstract::non_abstract>':
../../libs/config/test/boost_no_is_abstract.ipp:41: instantiated from here
../../libs/config/test/boost_no_is_abstract.ipp:41: no method `boost_no_is_abstract::is_abstract_test<boost_no_is_abstract::non_abstract>::check_sig<boost_no_is_abstract::non_abstract>'
./../libs/config/test/boost_no_is_abstract.ipp: In instantiation of `boost_no_is_abstract::is_abstract_test<boost_no_is_abstract::abstract>':
../../libs/config/test/boost_no_is_abstract.ipp:41: instantiated from here
../../libs/config/test/boost_no_is_abstract.ipp:41: no method `boost_no_is_abstract::is_abstract_test<boost_no_is_abstract::abstract>::check_sig<boost_no_is_abstract::abstract>'
../../libs/config/test/boost_no_is_abstract.ipp: In function `int boost_no_is_abstract::test()':
../../libs/config/test/boost_no_is_abstract.ipp:41: warning: comparison between `enum boost_no_is_abstract::is_abstract_test<boost_no_is_abstract::non_abstract>::{anonymous}' and `enum boost_no_is_abstract::is_abstract_test<boost_no_is_abstract::abstract>::{anonymous}'
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_IS_ABSTRACT) || defined(BOOST_NO_CONFIG)
| #include "boost_no_is_abstract.ipp"
| #else
| namespace boost_no_is_abstract = empty_boost;
| #endif
|
| int main(){ return boost_no_is_abstract::test(); }
|
configure:2239: result: Failed
configure:2190: checking template iterator-constructors
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking <limits>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_limits.ipp:12: limits: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_LIMITS) || defined(BOOST_NO_CONFIG)
| #include "boost_no_limits.ipp"
| #else
| namespace boost_no_limits = empty_boost;
| #endif
|
| int main(){ return boost_no_limits::test(); }
|
configure:2239: result: Failed
configure:2190: checking compile time constants in <limits>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_limits_const_exp.ipp:13: limits: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS) || defined(BOOST_NO_CONFIG)
| #include "boost_no_limits_const_exp.ipp"
| #else
| namespace boost_no_limits_compile_time_constants = empty_boost;
| #endif
|
| int main(){ return boost_no_limits_compile_time_constants::test(); }
|
configure:2239: result: Failed
configure:2190: checking std::numeric_limits<long long>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_ll_limits.ipp:13: limits: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_LONG_LONG_NUMERIC_LIMITS) || defined(BOOST_NO_CONFIG)
| #include "boost_no_ll_limits.ipp"
| #else
| namespace boost_no_long_long_numeric_limits = empty_boost;
| #endif
|
| int main(){ return boost_no_long_long_numeric_limits::test(); }
|
configure:2239: result: Failed
configure:2190: checking Specialisation of individual member functions.
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking member templates keyword
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking pointers to members as template arguments
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking member template friends
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_mem_templ_frnds.ipp:32: Internal compiler error.
../../libs/config/test/boost_no_mem_templ_frnds.ipp:32: Please submit a full bug report.
../../libs/config/test/boost_no_mem_templ_frnds.ipp:32: See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_MEMBER_TEMPLATE_FRIENDS) || defined(BOOST_NO_CONFIG)
| #include "boost_no_mem_templ_frnds.ipp"
| #else
| namespace boost_no_member_template_friends = empty_boost;
| #endif
|
| int main(){ return boost_no_member_template_friends::test(); }
|
configure:2239: result: Failed
configure:2190: checking member templates
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking friend operators in namespace
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_ops_in_namespace.ipp: In function `int boost_no_operators_in_namespace::test()':
../../libs/config/test/boost_no_ops_in_namespace.ipp:62: no match for `boost_no_operators_in_namespace::add & + boost_no_operators_in_namespace::add &'
../../libs/config/test/boost_no_ops_in_namespace.ipp:43: candidates are: struct boost_no_operators_in_namespace::spoiler2 boost_no_operators_in_namespace::operator +(const boost_no_operators_in_namespace::spoiler2 &, const boost_no_operators_in_namespace::spoiler2 &)
../../libs/config/test/boost_no_ops_in_namespace.ipp:32: struct boost::spoiler1 boost::operator +(const boost::spoiler1 &, const boost::spoiler1 &)
../../libs/config/test/boost_no_ops_in_namespace.ipp:64: no match for `boost_no_operators_in_namespace::add & != boost_no_operators_in_namespace::add &'
../../libs/config/test/boost_no_ops_in_namespace.ipp:44: candidates are: bool boost_no_operators_in_namespace::operator !=(const boost_no_operators_in_namespace::spoiler2 &, const boost_no_operators_in_namespace::spoiler2 &)
../../libs/config/test/boost_no_ops_in_namespace.ipp:33: bool boost::operator !=(const boost::spoiler1 &, const boost::spoiler1 &)
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_OPERATORS_IN_NAMESPACE) || defined(BOOST_NO_CONFIG)
| #include "boost_no_ops_in_namespace.ipp"
| #else
| namespace boost_no_operators_in_namespace = empty_boost;
| #endif
|
| int main(){ return boost_no_operators_in_namespace::test(); }
|
configure:2239: result: Failed
configure:2190: checking partial specialisation
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking private in aggregate types
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking pointers to const member functions
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking detection of unreachable returns
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking SFINAE (substitution failure is not an error)
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_sfinae.ipp: In function `int boost_no_sfinae::test()':
../../libs/config/test/boost_no_sfinae.ipp:25: no type named `int_' in `struct boost_no_sfinae::test2_t'
../../libs/config/test/boost_no_sfinae.ipp:25: no type named `int_' in `struct boost_no_sfinae::test2_t'
../../libs/config/test/boost_no_sfinae.ipp:41: no type named `int_' in `struct boost_no_sfinae::test2_t'
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_SFINAE) || defined(BOOST_NO_CONFIG)
| #include "boost_no_sfinae.ipp"
| #else
| namespace boost_no_sfinae = empty_boost;
| #endif
|
| int main(){ return boost_no_sfinae::test(); }
|
configure:2239: result: Failed
configure:2190: checking <sstream>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::allocator
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::distance
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::iterator_traits
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::iterator
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_std_iterator.ipp: In function `int boost_no_std_iterator::test()':
../../libs/config/test/boost_no_std_iterator.ipp:27: ANSI C++ forbids declaration `iterator' with no type
../../libs/config/test/boost_no_std_iterator.ipp:27: template-id `iterator<random_access_iterator_tag, int, ptrdiff_t, int *, int &>' used as a declarator
../../libs/config/test/boost_no_std_iterator.ipp:27: parse error before `;'
../../libs/config/test/boost_no_std_iterator.ipp:29: `iterator_type' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:29: (Each undeclared identifier is reported only once
../../libs/config/test/boost_no_std_iterator.ipp:29: for each function it appears in.)
../../libs/config/test/boost_no_std_iterator.ipp:38: ANSI C++ forbids declaration `iterator' with no type
../../libs/config/test/boost_no_std_iterator.ipp:38: template-id `iterator<random_access_iterator_tag, int>' used as a declarator
../../libs/config/test/boost_no_std_iterator.ipp:38: parse error before `;'
../../libs/config/test/boost_no_std_iterator.ipp:40: `iterator_type_2' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:48: `v' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:49: `d' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:50: `p' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:51: `r' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:52: `cat' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:54: `v2' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:55: `d2' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:56: `p2' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:57: `r2' undeclared (first use this function)
../../libs/config/test/boost_no_std_iterator.ipp:58: `cat2' undeclared (first use this function)
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_STD_ITERATOR) || defined(BOOST_NO_CONFIG)
| #include "boost_no_std_iterator.ipp"
| #else
| namespace boost_no_std_iterator = empty_boost;
| #endif
|
| int main(){ return boost_no_std_iterator::test(); }
|
configure:2239: result: Failed
configure:2190: checking std::locale
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_std_locale.ipp:12: locale: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_STD_LOCALE) || defined(BOOST_NO_CONFIG)
| #include "boost_no_std_locale.ipp"
| #else
| namespace boost_no_std_locale = empty_boost;
| #endif
|
| int main(){ return boost_no_std_locale::test(); }
|
configure:2239: result: Failed
configure:2190: checking std::messages<charT>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_std_messages.ipp:12: locale: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_STD_MESSAGES) || defined(BOOST_NO_CONFIG)
| #include "boost_no_std_messages.ipp"
| #else
| namespace boost_no_std_messages = empty_boost;
| #endif
|
| int main(){ return boost_no_std_messages::test(); }
|
configure:2239: result: Failed
configure:2190: checking std::min and std::max
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking That the std output iterators are assignable
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking std::use_facet
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_std_use_facet.ipp:12: locale: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_STD_USE_FACET) || defined(BOOST_NO_CONFIG)
| #include "boost_no_std_use_facet.ipp"
| #else
| namespace boost_no_std_use_facet = empty_boost;
| #endif
|
| int main(){ return boost_no_std_use_facet::test(); }
|
configure:2239: result: Failed
configure:2190: checking std::basic_streambuf<wchar_t>
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_std_wstreambuf.ipp:13: streambuf: No such file or directory
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_STD_WSTREAMBUF) || defined(BOOST_NO_CONFIG)
| #include "boost_no_std_wstreambuf.ipp"
| #else
| namespace boost_no_std_wstreambuf = empty_boost;
| #endif
|
| int main(){ return boost_no_std_wstreambuf::test(); }
|
configure:2239: result: Failed
configure:2190: checking std::wstring
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
../../libs/config/test/boost_no_std_wstring.ipp: In function `int boost_no_std_wstring::test()':
../../libs/config/test/boost_no_std_wstring.ipp:18: `::wstring' undeclared (first use here)
../../libs/config/test/boost_no_std_wstring.ipp:18: parse error before `;'
../../libs/config/test/boost_no_std_wstring.ipp:19: `s' undeclared (first use this function)
../../libs/config/test/boost_no_std_wstring.ipp:19: (Each undeclared identifier is reported only once
../../libs/config/test/boost_no_std_wstring.ipp:19: for each function it appears in.)
../../libs/config/test/boost_no_std_wstring.ipp:19: parse error before `::'
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_STD_WSTRING) || defined(BOOST_NO_CONFIG)
| #include "boost_no_std_wstring.ipp"
| #else
| namespace boost_no_std_wstring = empty_boost;
| #endif
|
| int main(){ return boost_no_std_wstring::test(); }
|
configure:2239: result: Failed
configure:2190: checking std:: namespace for C API's
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking swprintf
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking template template paramters.
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking broken ADL
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
../../libs/config/test/boost_no_using_breaks_adl.ipp: In function `int user_ns::f<void *>(void *)':
../../libs/config/test/boost_no_using_breaks_adl.ipp:61: instantiated from here
../../libs/config/test/boost_no_using_breaks_adl.ipp:51: no matching function for call to `get_pointer (void *&)'
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL) || defined(BOOST_NO_CONFIG)
| #include "boost_no_using_breaks_adl.ipp"
| #else
| namespace boost_function_scope_using_declaration_breaks_adl = empty_boost;
| #endif
|
| int main(){ return boost_function_scope_using_declaration_breaks_adl::test(); }
|
configure:2239: result: Failed
configure:2190: checking using declaration function overloads from a typename base
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:15:
./../libs/config/test/boost_no_using_decl_overld.ipp: In instantiation of `boost_no_using_declaration_overloads_from_typename_base::using_overloads_from_typename_base<int,boost_no_using_declaration_overloads_from_typename_base::base>':
../../libs/config/test/boost_no_using_decl_overld.ipp:29: instantiated from here
../../libs/config/test/boost_no_using_decl_overld.ipp:25: cannot adjust access to `static void boost_no_using_declaration_overloads_from_typename_base::base::f()' in `struct boost_no_using_declaration_overloads_from_typename_base::using_overloads_from_typename_base<int,boost_no_using_declaration_overloads_from_typename_base::base>'
../../libs/config/test/boost_no_using_decl_overld.ipp:24: because of local method `static int boost_no_using_declaration_overloads_from_typename_base::using_overloads_from_typename_base<int,boost_no_using_declaration_overloads_from_typename_base::base>::f(const int &)' with same name
../../libs/config/test/boost_no_using_decl_overld.ipp: In function `int boost_no_using_declaration_overloads_from_typename_base::test()':
../../libs/config/test/boost_no_using_decl_overld.ipp:29: no matching function for call to `boost_no_using_declaration_overloads_from_typename_base::using_overloads_from_typename_base<int,boost_no_using_declaration_overloads_from_typename_base::base>::f ()'
../../libs/config/test/boost_no_using_decl_overld.ipp:24: candidates are: static int boost_no_using_declaration_overloads_from_typename_base::using_overloads_from_typename_base<int,boost_no_using_declaration_overloads_from_typename_base::base>::f(const int &)
configure:2223: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #if !defined(BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE) || defined(BOOST_NO_CONFIG)
| #include "boost_no_using_decl_overld.ipp"
| #else
| namespace boost_no_using_declaration_overloads_from_typename_base = empty_boost;
| #endif
|
| int main(){ return boost_no_using_declaration_overloads_from_typename_base::test(); }
|
configure:2239: result: Failed
configure:2190: checking using template declarations
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking no void returns
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2190: checking intrinsic wchar_t
configure:2220: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2223: $? = 0
configure:2225: ./conftest
configure:2228: $? = 0
configure:2230: result: OK
configure:2446: checking two argument version of use_facet
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_2arg_use_facet.ipp:14: locale: No such file or directory
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_2arg_use_facet.ipp"
|
| int main(){ return boost_has_two_arg_use_facet::test(); }
|
configure:2494: result: no
configure:2446: checking BeOS Threads
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_bethreads.ipp:12: OS.h: No such file or directory
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_bethreads.ipp"
|
| int main(){ return boost_has_bethreads::test(); }
|
configure:2494: result: no
configure:2446: checking clock_gettime
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking <dirent.h>
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking GetSystemTimeAsFileTime
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_ftime.ipp:12: windows.h: No such file or directory
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_ftime.ipp"
|
| int main(){ return boost_has_ftime::test(); }
|
configure:2494: result: no
configure:2446: checking gettimeofday
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking <hashset> and <hashmap>
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking long long
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking macro version of use_facet: _USE
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_macro_use_facet.ipp:14: locale: No such file or directory
../../libs/config/test/boost_has_macro_use_facet.ipp:17: #error "macro _USE not defined"
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_macro_use_facet.ipp"
|
| int main(){ return boost_has_macro_use_facet::test(); }
|
configure:2494: result: no
configure:2446: checking __int64
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_ms_int64.ipp: In function `int boost_has_ms_int64::test()':
../../libs/config/test/boost_has_ms_int64.ipp:19: `__int64' undeclared (first use this function)
../../libs/config/test/boost_has_ms_int64.ipp:19: (Each undeclared identifier is reported only once
../../libs/config/test/boost_has_ms_int64.ipp:19: for each function it appears in.)
../../libs/config/test/boost_has_ms_int64.ipp:19: parse error before `='
../../libs/config/test/boost_has_ms_int64.ipp:20: parse error before `='
../../libs/config/test/boost_has_ms_int64.ipp:21: `lli' undeclared (first use this function)
../../libs/config/test/boost_has_ms_int64.ipp:22: `ulli' undeclared (first use this function)
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_ms_int64.ipp"
|
| int main(){ return boost_has_ms_int64::test(); }
|
configure:2494: result: no
configure:2446: checking nanosleep
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking <nl_types.h>
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_nl_types_h.ipp:12: nl_types.h: No such file or directory
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_nl_types_h.ipp"
|
| int main(){ return boost_has_nl_types_h::test(); }
|
configure:2494: result: no
configure:2446: checking Named return value optimisation.
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_nrvo.ipp"
|
| int main(){ return boost_has_nrvo::test(); }
|
configure:2494: result: no
configure:2446: checking limited std::allocator support
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking pthread_delay_np
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_pthread_delay_np.ipp: In function `void boost_has_pthread_delay_np::f()':
../../libs/config/test/boost_has_pthread_delay_np.ipp:22: implicit declaration of function `int boost_has_pthread_delay_np::pthread_delay_np(...)'
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_pthread_delay_np.ipp"
|
| int main(){ return boost_has_pthread_delay_np::test(); }
|
configure:2494: result: no
configure:2446: checking pthread_mutexattr_settype
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking pthread_yield
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_pthread_yield.ipp: In function `void boost_has_pthread_yield::f()':
../../libs/config/test/boost_has_pthread_yield.ipp:20: implicit declaration of function `int boost_has_pthread_yield::pthread_yield(...)'
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_pthread_yield.ipp"
|
| int main(){ return boost_has_pthread_yield::test(); }
|
configure:2494: result: no
configure:2446: checking POSIX Threads
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking sched_yield
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking SGI style <type_traits.h>
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking sigaction
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking <slist>
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking stdint.h
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_stdint_h.ipp: In function `int boost_has_stdint_h::test()':
../../libs/config/test/boost_has_stdint_h.ipp:29: `int_fast8_t' undeclared (first use this function)
../../libs/config/test/boost_has_stdint_h.ipp:29: (Each undeclared identifier is reported only once
../../libs/config/test/boost_has_stdint_h.ipp:29: for each function it appears in.)
../../libs/config/test/boost_has_stdint_h.ipp:29: parse error before `='
../../libs/config/test/boost_has_stdint_h.ipp:30: `int_least8_t' undeclared (first use this function)
../../libs/config/test/boost_has_stdint_h.ipp:32: `j' undeclared (first use this function)
../../libs/config/test/boost_has_stdint_h.ipp:33: `k' undeclared (first use this function)
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_stdint_h.ipp"
|
| int main(){ return boost_has_stdint_h::test(); }
|
configure:2494: result: no
configure:2446: checking STLport version of use_facet
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_stlp_use_facet.ipp:14: locale: No such file or directory
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_stlp_use_facet.ipp"
|
| int main(){ return boost_has_stlp_use_facet::test(); }
|
configure:2494: result: no
configure:2446: checking <unistd.h>
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking microsoft member templates
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
configure:2474: $? = 0
configure:2476: ./conftest
configure:2479: $? = 0
configure:2482: result: Yes
configure:2446: checking microsoft's version of std::iterator
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
./../libs/config/test/boost_has_vc_iterator.ipp: In function `int boost_msvc_std_iterator::test()':
../../libs/config/test/boost_has_vc_iterator.ipp:22: ANSI C++ forbids declaration `iterator' with no type
../../libs/config/test/boost_has_vc_iterator.ipp:22: template-id `iterator<random_access_iterator_tag, int>' used as a declarator
../../libs/config/test/boost_has_vc_iterator.ipp:22: parse error before `;'
../../libs/config/test/boost_has_vc_iterator.ipp:23: wrong number of template arguments (2, should be 1)
//usr/lib/gcc-lib/ntox86/2.95.3/../../../../include/g++-3/stl_iterator.h:571: provided for `template <class _Iterator> reverse_iterator<_Iterator>'
../../libs/config/test/boost_has_vc_iterator.ipp:23: confused by earlier errors, bailing out
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_vc_iterator.ipp"
|
| int main(){ return boost_msvc_std_iterator::test(); }
|
configure:2494: result: no
configure:2446: checking MS Windows threads
configure:2471: g++ -o conftest -I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG conftest.cpp -lm >&5
In file included from conftest.cpp:14:
../../libs/config/test/boost_has_winthreads.ipp:12: windows.h: No such file or directory
configure:2474: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| #include <boost/config.hpp>
| #include "test.hpp"
|
| #include "boost_has_winthreads.ipp"
|
| int main(){ return boost_has_winthreads::test(); }
|
configure:2494: result: no
configure:2590: checking original configuration
GNU C++ version 2.95.3
    __cplusplus =1
    __STDC__ =1
    __GNUC__ =2
    __GNUC_MINOR__ =95
    __STDC_VERSION__ =199409L
    __GNUG__ =2
    __VERSION__ ="2.95.3"
    __OPTIMIZE__ =1
    __REGISTER_PREFIX__ [no value]
    __USER_LABEL_PREFIX__ [no value]
    __EXCEPTIONS =1
    __ELF__ =1
    unix =1
    __i386__ =1
    __unix =1
    __i386 =1
    i386 =1
    _PTHREADS =1

*********************************************************************

SGI standard library
    __STL_LONG_LONG [no value]
    __STL_NO_NAMESPACES [no value]
    _PTHREADS =1

*********************************************************************

Detected Platform: Generic Unix
    Type char is signed
    Type wchar_t is signed
    byte order for type short =0 8
    byte order for type int =0 8 16 24
    byte order for type long =0 8 16 24
    sizeof(wchar_t) =4
    sizeof(short) =2
    sizeof(int) =4
    sizeof(long) =4
    sizeof(size_t) =4
    sizeof(ptrdiff_t) =4
    sizeof(void*) =4
    sizeof(void(*)(void)) =4
    sizeof(float) =4
    sizeof(double) =8
    sizeof(long double) =12
    CHAR_BIT =8
    CHAR_MAX =127
    SHRT_MAX =32767
    INT_MAX =2147483647
    LONG_MAX =2147483647L
    LLONG_MAX =9223372036854775807LL
    LONGLONG_MAX =9223372036854775807LL
    ULLONG_MAX =18446744073709551615ULL
    ULONGLONG_MAX =18446744073709551615ULL
    _LARGEFILE64_SOURCE =1
    _POSIX_CHOWN_RESTRICTED =1
    _POSIX_FSYNC =1
    _POSIX_MEMORY_PROTECTION =1
    _POSIX_MESSAGE_PASSING =1
    _POSIX_NO_TRUNC =1
    _POSIX_PRIORITY_SCHEDULING =1
    _POSIX_REALTIME_SIGNALS =1
    _POSIX_SAVED_IDS =1
    _POSIX_SEMAPHORES =1
    _POSIX_SHARED_MEMORY_OBJECTS =1
    _POSIX_SYNCHRONIZED_IO =1
    _POSIX_THREAD_ATTR_STACKADDR =1
    _POSIX_THREAD_ATTR_STACKSIZE =1
    _POSIX_THREAD_PRIO_INHERIT =1
    _POSIX_THREAD_PRIORITY_SCHEDULING =1
    _POSIX_THREAD_PROCESS_SHARED =1
    _POSIX_THREADS =1
    _POSIX_TIMEOUTS =1
    _POSIX_TIMERS =1
    _POSIX_VDISABLE =0
    _POSIX_VERSION =199506L
    _POSIX2_C_BIND =1
    _POSIX2_CHAR_TERM =1
    _POSIX2_FORT_DEV =1
    _POSIX2_FORT_RUN =1
    _POSIX2_LOCALEDEF =1
    _POSIX2_SW_DEV =1
    _POSIX2_UPE =1
    _POSIX2_VERSION =1
    _XBS5_ILP32_OFF32 =1
    _XBS5_ILP32_OFFBIG =1
    _XBS5_LP64_OFF64 =1
    _XBS5_LPBIG_OFFBIG =1
    _XOPEN_CRYPT =1
    _XOPEN_ENH_I18N =1
    _XOPEN_LEGACY =1
    _XOPEN_REALTIME =1
    _XOPEN_REALTIME_THREADS =1
    _XOPEN_SHM =1
    _XOPEN_UNIX =1
    _XOPEN_VERSION =500

*********************************************************************

Boost version 103301
    BOOST_COMPILER_CONFIG ="boost/config/compiler/gcc.hpp"
    BOOST_STDLIB_CONFIG ="boost/config/stdlib/sgi.hpp"
    BOOST_PLATFORM_CONFIG ="boost/config/platform/qnx.hpp"
    BOOST_NO_USER_CONFIG =1
    BOOST_DEDUCED_TYPENAME =typename
    BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL [no value]
    BOOST_HAS_CLOCK_GETTIME [no value]
    BOOST_HAS_DIRENT_H [no value]
    BOOST_HAS_GETTIMEOFDAY [no value]
    BOOST_HAS_HASH [no value]
    BOOST_HAS_LONG_LONG [no value]
    BOOST_HAS_NANOSLEEP [no value]
    BOOST_HAS_NL_TYPES_H [no value]
    BOOST_HAS_PARTIAL_STD_ALLOCATOR [no value]
    BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE [no value]
    BOOST_HAS_PTHREADS [no value]
    BOOST_HAS_SCHED_YIELD [no value]
    BOOST_HAS_SIGACTION [no value]
    BOOST_HAS_SGI_TYPE_TRAITS [no value]
    BOOST_HAS_SLIST [no value]
    BOOST_HAS_THREADS [no value]
    BOOST_HAS_UNISTD_H [no value]
    BOOST_MSVC6_MEMBER_TEMPLATES [no value]
    BOOST_NESTED_TEMPLATE =template
    BOOST_NO_IS_ABSTRACT [no value]
    BOOST_NO_LIMITS [no value]
    BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS [no value]
    BOOST_NO_LONG_LONG_NUMERIC_LIMITS [no value]
    BOOST_NO_MEMBER_TEMPLATE_FRIENDS [no value]
    BOOST_NO_MS_INT64_NUMERIC_LIMITS [no value]
    BOOST_NO_OPERATORS_IN_NAMESPACE [no value]
    BOOST_NO_SFINAE [no value]
    BOOST_NO_STD_ITERATOR [no value]
    BOOST_NO_STD_LOCALE [no value]
    BOOST_NO_STD_MESSAGES [no value]
    BOOST_NO_STD_USE_FACET [no value]
    BOOST_NO_STD_WSTREAMBUF [no value]
    BOOST_NO_STD_WSTRING [no value]
    BOOST_STD_EXTENSION_NAMESPACE =std
    BOOST_UNREACHABLE_RETURN(0) [no value]
configure:2595: result: done
configure:2597: checking new configuration
Unknown ISO C++ Compiler
    __cplusplus =1
    __STDC__ =1
    __GNUC__ =2
    __GNUC_MINOR__ =95
    __STDC_VERSION__ =199409L
    __GNUG__ =2
    __VERSION__ ="2.95.3"
    __OPTIMIZE__ =1
    __REGISTER_PREFIX__ [no value]
    __USER_LABEL_PREFIX__ [no value]
    __EXCEPTIONS =1
    __ELF__ =1
    unix =1
    __i386__ =1
    __unix =1
    __i386 =1
    i386 =1
    _PTHREADS =1

*********************************************************************

Unknown ISO standard library
    _PTHREADS =1

*********************************************************************

Detected Platform: Generic Unix
    Type char is signed
    Type wchar_t is signed
    byte order for type short =0 8
    byte order for type int =0 8 16 24
    byte order for type long =0 8 16 24
    sizeof(wchar_t) =4
    sizeof(short) =2
    sizeof(int) =4
    sizeof(long) =4
    sizeof(size_t) =4
    sizeof(ptrdiff_t) =4
    sizeof(void*) =4
    sizeof(void(*)(void)) =4
    sizeof(float) =4
    sizeof(double) =8
    sizeof(long double) =12
    CHAR_BIT =8
    CHAR_MAX =127
    SHRT_MAX =32767
    INT_MAX =2147483647
    LONG_MAX =2147483647L
    LLONG_MAX =9223372036854775807LL
    LONGLONG_MAX =9223372036854775807LL
    ULLONG_MAX =18446744073709551615ULL
    ULONGLONG_MAX =18446744073709551615ULL
    _LARGEFILE64_SOURCE =1
    _POSIX_CHOWN_RESTRICTED =1
    _POSIX_FSYNC =1
    _POSIX_MEMORY_PROTECTION =1
    _POSIX_MESSAGE_PASSING =1
    _POSIX_NO_TRUNC =1
    _POSIX_PRIORITY_SCHEDULING =1
    _POSIX_REALTIME_SIGNALS =1
    _POSIX_SAVED_IDS =1
    _POSIX_SEMAPHORES =1
    _POSIX_SHARED_MEMORY_OBJECTS =1
    _POSIX_SYNCHRONIZED_IO =1
    _POSIX_THREAD_ATTR_STACKADDR =1
    _POSIX_THREAD_ATTR_STACKSIZE =1
    _POSIX_THREAD_PRIO_INHERIT =1
    _POSIX_THREAD_PRIORITY_SCHEDULING =1
    _POSIX_THREAD_PROCESS_SHARED =1
    _POSIX_THREADS =1
    _POSIX_TIMEOUTS =1
    _POSIX_TIMERS =1
    _POSIX_VDISABLE =0
    _POSIX_VERSION =199506L
    _POSIX2_C_BIND =1
    _POSIX2_CHAR_TERM =1
    _POSIX2_FORT_DEV =1
    _POSIX2_FORT_RUN =1
    _POSIX2_LOCALEDEF =1
    _POSIX2_SW_DEV =1
    _POSIX2_UPE =1
    _POSIX2_VERSION =1
    _XBS5_ILP32_OFF32 =1
    _XBS5_ILP32_OFFBIG =1
    _XBS5_LP64_OFF64 =1
    _XBS5_LPBIG_OFFBIG =1
    _XOPEN_CRYPT =1
    _XOPEN_ENH_I18N =1
    _XOPEN_LEGACY =1
    _XOPEN_REALTIME =1
    _XOPEN_REALTIME_THREADS =1
    _XOPEN_SHM =1
    _XOPEN_UNIX =1
    _XOPEN_VERSION =500

*********************************************************************

Boost version 103301
    BOOST_USER_CONFIG ="user.hpp"
    BOOST_NO_CONFIG [no value]
    BOOST_DEDUCED_TYPENAME =typename
    BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL [no value]
    BOOST_HAS_CLOCK_GETTIME [no value]
    BOOST_HAS_DIRENT_H [no value]
    BOOST_HAS_GETTIMEOFDAY [no value]
    BOOST_HAS_HASH [no value]
    BOOST_HAS_LONG_LONG [no value]
    BOOST_HAS_NANOSLEEP [no value]
    BOOST_HAS_PARTIAL_STD_ALLOCATOR [no value]
    BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE [no value]
    BOOST_HAS_PTHREADS [no value]
    BOOST_HAS_SCHED_YIELD [no value]
    BOOST_HAS_SIGACTION [no value]
    BOOST_HAS_SGI_TYPE_TRAITS [no value]
    BOOST_HAS_SLIST [no value]
    BOOST_HAS_THREADS [no value]
    BOOST_HAS_UNISTD_H [no value]
    BOOST_MSVC6_MEMBER_TEMPLATES [no value]
    BOOST_NESTED_TEMPLATE =template
    BOOST_NO_EXCEPTIONS [no value]
    BOOST_NO_IS_ABSTRACT [no value]
    BOOST_NO_LIMITS [no value]
    BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS [no value]
    BOOST_NO_LONG_LONG_NUMERIC_LIMITS [no value]
    BOOST_NO_MEMBER_TEMPLATE_FRIENDS [no value]
    BOOST_NO_MS_INT64_NUMERIC_LIMITS [no value]
    BOOST_NO_OPERATORS_IN_NAMESPACE [no value]
    BOOST_NO_SFINAE [no value]
    BOOST_NO_STD_ITERATOR [no value]
    BOOST_NO_STD_LOCALE [no value]
    BOOST_NO_STD_MESSAGES [no value]
    BOOST_NO_STD_USE_FACET [no value]
    BOOST_NO_STD_WSTREAMBUF [no value]
    BOOST_NO_STD_WSTRING [no value]
    BOOST_STD_EXTENSION_NAMESPACE =std
    BOOST_UNREACHABLE_RETURN(0) [no value]
configure:2602: result: done
configure:2679: creating ./config.status

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

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

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

on Brenda

config.status:612: executing default commands

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

ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_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_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_lib_m_cos=yes
ac_cv_lib_pthread_pthread_exit=no
ac_cv_lib_rt_clock=no
ac_cv_objext=o
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_cxx_g=yes

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

CPPFLAGS=''
CXX='g++'
CXXFLAGS='-I./../.. -I./../../libs/config/test -g -O2 -DBOOST_NO_CONFIG'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DHAVE_LIBM=1 '
ECHO_C=''ECHO_N=''
ECHO_T=''
EXEEXT=''
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_LIBM 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""

configure: exit 0



Boost-testing list run by mbergal at meta-comm.com