[mira_talk] Re: Call for testers: source code for MIRA 2.9.x

Thanks Bastien,

I have run into problems compiling MIRA on Open SuSe 11.0 (64bit).

Output of uname -a : Linux jnsdb 2.6.25.20-0.1-default #1 SMP 2008-12-12 20:30:38 +0100 x86_64 x86_64 x86_64 GNU/Linux
I am also attaching the config.log file.
The error was during make in the examples_programming directory.
Output of make:
...............
.........................
Making all in examples_programming
make[2]: Entering directory `/home/raj/downloads/mira/mira-2.9.46/src/examples_programming' g++ -DPACKAGE_NAME=\"mira\" -DPACKAGE_TARNAME=\"mira\" -DPACKAGE_VERSION=\"2.9.46\" -DPACKAGE_STRING=\"mira\ 2.9.46\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mira\" -DVERSION=\"2.9.46\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 -Drestrict=__restrict -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 -DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_STRFTIME=1 -DHAVE_MEMSET=1 -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ -DDEVELOPMENTVERSION=1 -DBOUNDTRACKFLAG=1 -DBUGTRACKFLAG=1 -DENABLE64=1 -I. -I../ -pthread -I/usr/include -DPUBLICQUIET -DAJ_Linux64 -O2 -funroll-loops -MT mira_101.o -MD -MP -MF .deps/mira_101.Tpo -c -o mira_101.o mira_101.C
In file included from /usr/include/c++/4.3/ext/hash_map:64,
                from ../stdinc/stlincludes.H:72,
                from ../mira/assembly.H:54,
                from mira_101.C:49:
/usr/include/c++/4.3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
mv -f .deps/mira_101.Tpo .deps/mira_101.Po
g++ -pthread -I/usr/include -DPUBLICQUIET -DAJ_Linux64 -O2 -funroll-loops -L../io/ -L../util/ -L../errorhandling/ -L../mira -L../examine/ -L../EdIt/ -L../caf/ -L../knn_abi373 -L../knn_alf -L/usr/lib -static -o mira_101 mira_101.o -lmira -lEdIt -lExamine -lmsupport -lestass -lerrorhandling -lutil -ldptools -lfio -lcaf -lKNN_abi373 -lm -lexpat ../mira/libmira.a(skim.o): In function `Skim::Skim()': skim.C:(.text+0x53e1): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0x53e6): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0x53eb): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0x5411): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0x5416): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0x541b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0x5441): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0x5446): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0x544b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0x5471): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0x5476): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0x547b): undefined reference to `typeinfo for boost::thread_resource_error'
../mira/libmira.a(skim.o): In function `Skim::checkForHashes(signed char)':
skim.C:(.text+0x7eb9): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0x7ebe): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0x7ec3): undefined reference to `typeinfo for boost::thread_resource_error'
skim.C:(.text+0x7fb5): undefined reference to `boost::thread::join()'
skim.C:(.text+0x7fe9): undefined reference to `boost::thread::~thread()'
../mira/libmira.a(skim.o): In function `Skim::Skim()':
skim.C:(.text+0xcae1): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0xcae6): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0xcaeb): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0xcb11): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0xcb16): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0xcb1b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0xcb41): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0xcb46): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0xcb4b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0xcb71): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0xcb76): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0xcb7b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0xcba1): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0xcba6): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0xcbab): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text+0xcc0d): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text+0xcc12): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text+0xcc17): undefined reference to `typeinfo for boost::thread_resource_error' ../mira/libmira.a(skim.o): In function `boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >::~thread_data()': skim.C:(.text._ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEED0Ev[boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >::~thread_data()]+0xc): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' ../mira/libmira.a(skim.o): In function `boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >::~thread_data()': skim.C:(.text._ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEED1Ev[boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >::~thread_data()]+0x8): undefined reference to `boost::detail::thread_data_base::~thread_data_base()' ../mira/libmira.a(skim.o): In function `boost::condition_variable_any::condition_variable_any()': skim.C:(.text._ZN5boost22condition_variable_anyC1Ev[boost::condition_variable_any::condition_variable_any()]+0x2d): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text._ZN5boost22condition_variable_anyC1Ev[boost::condition_variable_any::condition_variable_any()]+0x32): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text._ZN5boost22condition_variable_anyC1Ev[boost::condition_variable_any::condition_variable_any()]+0x37): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text._ZN5boost22condition_variable_anyC1Ev[boost::condition_variable_any::condition_variable_any()]+0x8d): undefined reference to `boost::thread_resource_error::thread_resource_error()' ../mira/libmira.a(skim.o): In function `std::auto_ptr<boost::thread>::~auto_ptr()': skim.C:(.text._ZNSt8auto_ptrIN5boost6threadEED1Ev[std::auto_ptr<boost::thread>::~auto_ptr()]+0xd): undefined reference to `boost::thread::~thread()' ../mira/libmira.a(skim.o): In function `boost::unique_lock<boost::mutex>::lock()': skim.C:(.text._ZN5boost11unique_lockINS_5mutexEE4lockEv[boost::unique_lock<boost::mutex>::lock()]+0x28): undefined reference to `boost::lock_error::lock_error()' skim.C:(.text._ZN5boost11unique_lockINS_5mutexEE4lockEv[boost::unique_lock<boost::mutex>::lock()]+0x2d): undefined reference to `boost::lock_error::~lock_error()' skim.C:(.text._ZN5boost11unique_lockINS_5mutexEE4lockEv[boost::unique_lock<boost::mutex>::lock()]+0x32): undefined reference to `typeinfo for boost::lock_error' ../mira/libmira.a(skim.o): In function `boost::thread_group::~thread_group()': skim.C:(.text._ZN5boost12thread_groupD1Ev[boost::thread_group::~thread_group()]+0x1d): undefined reference to `boost::thread::~thread()' ../mira/libmira.a(skim.o): In function `void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&)': skim.C:(.text._ZN5boost22condition_variable_any4waitINS_11unique_lockINS_5mutexEEEEEvRT_[void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&)]+0x23): undefined reference to `boost::detail::get_current_thread_data()' skim.C:(.text._ZN5boost22condition_variable_any4waitINS_11unique_lockINS_5mutexEEEEEvRT_[void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&)]+0xe1): undefined reference to `boost::lock_error::lock_error()' skim.C:(.text._ZN5boost22condition_variable_any4waitINS_11unique_lockINS_5mutexEEEEEvRT_[void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&)]+0xe6): undefined reference to `boost::lock_error::~lock_error()' skim.C:(.text._ZN5boost22condition_variable_any4waitINS_11unique_lockINS_5mutexEEEEEvRT_[void boost::condition_variable_any::wait<boost::unique_lock<boost::mutex> >(boost::unique_lock<boost::mutex>&)]+0xeb): undefined reference to `typeinfo for boost::lock_error' ../mira/libmira.a(skim.o): In function `boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)': skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x6d): undefined reference to `vtable for boost::detail::thread_data_base' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x1a3): undefined reference to `boost::thread::start_thread()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x1e1): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x1e6): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x1eb): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x211): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x216): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x21b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x241): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x246): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x24b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x271): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x276): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x27b): undefined reference to `typeinfo for boost::thread_resource_error' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x2a1): undefined reference to `boost::thread_resource_error::thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x2a6): undefined reference to `boost::thread_resource_error::~thread_resource_error()' skim.C:(.text._ZN5boost6threadC1INS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEET_NS_10disable_ifINS_14is_convertibleIRSF_NS_6detail13thread_move_tISF_EEEEPNS0_5dummyEE4typeE[boost::thread::thread<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >(boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >, boost::disable_if<boost::is_convertible<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > >&, boost::detail::thread_move_t<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > > >, boost::thread::dummy*>::type)]+0x2ab): undefined reference to `typeinfo for boost::thread_resource_error' ../mira/libmira.a(skim.o):(.rodata._ZTIN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf1Iv4SkimjEENS2_5list2INS_17reference_wrapperIS6_EENS2_5valueIjEEEEEEEE[typeinfo for boost::detail::thread_data<boost::_bi::bind_t<void, boost::_mfi::mf1<void, Skim, unsigned int>, boost::_bi::list2<boost::reference_wrapper<Skim>, boost::_bi::value<unsigned int> > > >]+0x10): undefined reference to `typeinfo for boost::detail::thread_data_base'
collect2: ld returned 1 exit status
make[2]: *** [mira_101] Error 1
make[2]: Leaving directory `/home/raj/downloads/mira/mira-2.9.46/src/examples_programming'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/raj/downloads/mira/mira-2.9.46/src'
make: *** [all-recursive] Error 1



-Raj

For those who try compiling: please give a quick feedback whether it worked for your specific platform (or not). If not, please send as much information as possible: system type, the output of uname -a, of the configure script, of the output of make, whatever. Even better, if you have a fix ... well, I'll be really grateful.

Let's start with the current version:
     http://www.chevreux.org/tmp/mira-2.9.46.tar.bz2

Have fun with MIRA.

Regards,
  Bastien

PS: if you run into compiling troubles, you might get quicker response when mailing to the MIRA talk list instead of directly to me. PPS: yep, MIRA 2.9.x and the 3 series are still under GPL v2 (and will remain there)


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

It was created by mira configure 2.9.46, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure 

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

hostname = jnsdb
uname -m = x86_64
uname -r = 2.6.25.20-0.1-default
uname -s = Linux
uname -v = #1 SMP 2008-12-12 20:30:38 +0100

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

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

PATH: ./
PATH: /home/raj/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/454/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /usr/NX/bin
PATH: .
PATH: /usr/lib/qt3/bin
PATH: /home/raj/bin


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

configure:1957: checking for a BSD-compatible install
configure:2025: result: /usr/bin/install -c
configure:2036: checking whether build environment is sane
configure:2079: result: yes
configure:2104: checking for a thread-safe mkdir -p
configure:2143: result: /bin/mkdir -p
configure:2156: checking for gawk
configure:2172: found /usr/bin/gawk
configure:2183: result: gawk
configure:2194: checking whether make sets $(MAKE)
configure:2216: result: yes
configure:2413: checking build system type
configure:2431: result: x86_64-unknown-linux-gnu
configure:2512: checking for gcc
configure:2528: found /usr/bin/gcc
configure:2539: result: gcc
configure:2771: checking for C compiler version
configure:2779: gcc --version >&5
gcc (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Copyright (C) 2008 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:2783: $? = 0
configure:2790: gcc -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local 
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 
--libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ 
--with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib64 
--with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new 
--disable-libstdcxx-pch --program-suffix=-4.3 
--enable-version-specific-runtime-libs --enable-linux-futex 
--without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE 
Linux) 
configure:2794: $? = 0
configure:2801: gcc -V >&5
gcc: '-V' option must have argument
configure:2805: $? = 1
configure:2828: checking for C compiler default output file name
configure:2850: gcc     conftest.c  >&5
configure:2854: $? = 0
configure:2892: result: a.out
configure:2911: checking whether the C compiler works
configure:2921: ./a.out
configure:2925: $? = 0
configure:2944: result: yes
configure:2951: checking whether we are cross compiling
configure:2953: result: no
configure:2956: checking for suffix of executables
configure:2963: gcc -o conftest     conftest.c  >&5
configure:2967: $? = 0
configure:2993: result: 
configure:2999: checking for suffix of object files
configure:3025: gcc -c    conftest.c >&5
configure:3029: $? = 0
configure:3054: result: o
configure:3058: checking whether we are using the GNU C compiler
configure:3087: gcc -c    conftest.c >&5
configure:3094: $? = 0
configure:3111: result: yes
configure:3120: checking whether gcc accepts -g
configure:3150: gcc -c -g  conftest.c >&5
configure:3157: $? = 0
configure:3258: result: yes
configure:3275: checking for gcc option to accept ISO C89
configure:3349: gcc  -c    conftest.c >&5
configure:3356: $? = 0
configure:3379: result: none needed
configure:3408: checking for style of include used by make
configure:3436: result: GNU
configure:3461: checking dependency style of gcc
configure:3552: result: gcc3
configure:3625: checking for g++
configure:3641: found /usr/bin/g++
configure:3652: result: g++
configure:3679: checking for C++ compiler version
configure:3687: g++ --version >&5
g++ (SUSE Linux) 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]
Copyright (C) 2008 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:3691: $? = 0
configure:3698: g++ -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --prefix=/usr --with-local-prefix=/usr/local 
--infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 
--libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada 
--enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 
--enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ 
--with-pkgversion='SUSE Linux' --disable-libgcj --with-slibdir=/lib64 
--with-system-zlib --enable-__cxa_atexit --enable-libstdcxx-allocator=new 
--disable-libstdcxx-pch --program-suffix=-4.3 
--enable-version-specific-runtime-libs --enable-linux-futex 
--without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux
Thread model: posix
gcc version 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036] (SUSE 
Linux) 
configure:3702: $? = 0
configure:3709: g++ -V >&5
g++: '-V' option must have argument
configure:3713: $? = 1
configure:3716: checking whether we are using the GNU C++ compiler
configure:3745: g++ -c    conftest.cpp >&5
configure:3752: $? = 0
configure:3769: result: yes
configure:3778: checking whether g++ accepts -g
configure:3808: g++ -c -g  conftest.cpp >&5
configure:3815: $? = 0
configure:3916: result: yes
configure:3941: checking dependency style of g++
configure:4032: result: gcc3
configure:4090: checking for ranlib
configure:4106: found /usr/bin/ranlib
configure:4117: result: ranlib
configure:4139: checking whether make sets $(MAKE)
configure:4161: result: yes
configure:4170: checking whether ln -s works
configure:4174: result: yes
configure:4181: checking for a sed that does not truncate output
configure:4247: result: /usr/bin/sed
configure:4257: checking for flex
configure:4287: result: no
configure:4257: checking for lex
configure:4287: result: no
configure:4479: checking how to run the C preprocessor
configure:4519: gcc -E  conftest.c
configure:4526: $? = 0
configure:4557: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4564: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4597: result: gcc -E
configure:4626: gcc -E  conftest.c
configure:4633: $? = 0
configure:4664: gcc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4671: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4711: checking for grep that handles long lines and -e
configure:4771: result: /usr/bin/grep
configure:4776: checking for egrep
configure:4840: result: /usr/bin/grep -E
configure:4845: checking for ANSI C header files
configure:4875: gcc -c    conftest.c >&5
configure:4882: $? = 0
configure:4981: gcc -o conftest     conftest.c  >&5
configure:4985: $? = 0
configure:4991: ./conftest
configure:4995: $? = 0
configure:5013: result: yes
configure:5040: checking for sys/types.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for sys/stat.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for stdlib.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for string.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for memory.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for strings.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for inttypes.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for stdint.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5040: checking for unistd.h
configure:5061: gcc -c    conftest.c >&5
configure:5068: $? = 0
configure:5085: result: yes
configure:5099: checking for stdbool.h that conforms to C99
configure:5194: gcc -c    conftest.c >&5
configure:5201: $? = 0
configure:5216: result: yes
configure:5218: checking for _Bool
configure:5246: gcc -c    conftest.c >&5
configure:5253: $? = 0
configure:5280: gcc -c    conftest.c >&5
conftest.c: In function 'main':
conftest.c:56: error: expected expression before ')' token
configure:5287: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
|         return 0;
|   ;
|   return 0;
| }
configure:5310: result: yes
configure:5329: checking for an ANSI C-conforming const
configure:5404: gcc -c    conftest.c >&5
configure:5411: $? = 0
configure:5426: result: yes
configure:5436: checking for inline
configure:5462: gcc -c    conftest.c >&5
configure:5469: $? = 0
configure:5487: result: inline
configure:5506: checking for C/C++ restrict keyword
configure:5541: gcc -c    conftest.c >&5
configure:5548: $? = 0
configure:5566: result: __restrict
configure:5582: checking whether struct tm is in sys/time.h or time.h
configure:5612: gcc -c    conftest.c >&5
configure:5619: $? = 0
configure:5634: result: time.h
configure:5651: checking for stdlib.h
configure:5658: result: yes
configure:5792: checking for GNU libc compatible malloc
configure:5826: gcc -o conftest     conftest.c  >&5
configure:5830: $? = 0
configure:5836: ./conftest
configure:5840: $? = 0
configure:5857: result: yes
configure:5890: checking for stdlib.h
configure:5897: result: yes
configure:6031: checking for GNU libc compatible realloc
configure:6065: gcc -o conftest     conftest.c  >&5
configure:6069: $? = 0
configure:6075: ./conftest
configure:6079: $? = 0
configure:6096: result: yes
configure:6124: checking whether lstat dereferences a symlink specified with a 
trailing slash
configure:6160: gcc -o conftest     conftest.c  >&5
configure:6164: $? = 0
configure:6170: ./conftest
configure:6174: $? = 0
configure:6198: result: yes
configure:6217: checking whether stat accepts an empty string
configure:6247: gcc -o conftest     conftest.c  >&5
configure:6251: $? = 0
configure:6257: ./conftest
configure:6261: $? = 0
configure:6278: result: no
configure:6298: checking for strftime
configure:6354: gcc -o conftest     conftest.c  >&5
conftest.c:51: warning: conflicting types for built-in function 'strftime'
configure:6361: $? = 0
configure:6383: result: yes
configure:6477: checking for floor
configure:6533: gcc -o conftest     conftest.c  >&5
conftest.c:52: warning: conflicting types for built-in function 'floor'
/tmp/ccM9MF1s.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `floor'
collect2: ld returned 1 exit status
configure:6540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| /* end confdefs.h.  */
| /* Define floor to an innocuous variant, in case <limits.h> declares floor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define floor innocuous_floor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char floor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef floor
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char floor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_floor || defined __stub___floor
| choke me
| #endif
| 
| int
| main ()
| {
| return floor ();
|   ;
|   return 0;
| }
configure:6562: result: no
configure:6477: checking for memset
configure:6533: gcc -o conftest     conftest.c  >&5
conftest.c:52: warning: conflicting types for built-in function 'memset'
configure:6540: $? = 0
configure:6562: result: yes
configure:6477: checking for pow
configure:6533: gcc -o conftest     conftest.c  >&5
conftest.c:53: warning: conflicting types for built-in function 'pow'
/tmp/ccGg2xLO.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `pow'
collect2: ld returned 1 exit status
configure:6540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_MEMSET 1
| /* end confdefs.h.  */
| /* Define pow to an innocuous variant, in case <limits.h> declares pow.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pow innocuous_pow
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pow (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pow
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char pow ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_pow || defined __stub___pow
| choke me
| #endif
| 
| int
| main ()
| {
| return pow ();
|   ;
|   return 0;
| }
configure:6562: result: no
configure:6477: checking for sqrt
configure:6533: gcc -o conftest     conftest.c  >&5
conftest.c:53: warning: conflicting types for built-in function 'sqrt'
/tmp/ccesvQ3T.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:6540: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_MEMSET 1
| /* end confdefs.h.  */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sqrt innocuous_sqrt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sqrt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sqrt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sqrt || defined __stub___sqrt
| choke me
| #endif
| 
| int
| main ()
| {
| return sqrt ();
|   ;
|   return 0;
| }
configure:6562: result: no
configure:6609: checking for boostlib >= 1.35.0
configure:6669: g++ -c    -I/usr/include conftest.cpp >&5
configure:6676: $? = 0
configure:6682: result: yes
configure:6885: checking whether the Boost::Thread library is available
configure:6927: g++ -c -pthread    -I/usr/include conftest.cpp >&5
configure:6934: $? = 0
configure:6957: result: yes
configure:7331: checking for int64_t
configure:7359: gcc -c    conftest.c >&5
configure:7366: $? = 0
configure:7393: gcc -c    conftest.c >&5
conftest.c: In function 'main':
conftest.c:68: error: expected expression before ')' token
configure:7400: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "mira"
| #define PACKAGE_TARNAME "mira"
| #define PACKAGE_VERSION "2.9.46"
| #define PACKAGE_STRING "mira 2.9.46"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "mira"
| #define VERSION "2.9.46"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define restrict __restrict
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STRFTIME 1
| #define HAVE_MEMSET 1
| #define HAVE_BOOST /**/
| #define HAVE_BOOST_THREAD /**/
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((int64_t)))
|         return 0;
|   ;
|   return 0;
| }
configure:7423: result: yes
configure:7432: checking whether long long has 64bit
configure:7462: gcc -c    conftest.c >&5
configure:7469: $? = 0
configure:7476: result: yes
configure:7507: checking whether enabling 64bit compilation support
configure:7545: result: yes
configure:7656: checking for compiler optimisation settings
configure:7717: result: -O2 -funroll-loops
configure:7818: checking for purify
configure:7831: result: no
configure:7858: checking whether mira should compile in public quiet mode
configure:7873: result: yes
configure:7880: checking whether mira should compile a development version
configure:7905: result: yes
configure:7912: checking whether mira should compile with bound tracking
configure:7928: result: yes
configure:7936: checking whether mira should compile with bug tracking
configure:7952: result: yes
configure:7961: checking whether mira should compile with extended bug tracking
configure:7977: result: no
configure:7984: checking whether mira should compile with function trace
configure:8000: result: no
configure:8016: checking expat.h usability
configure:8033: gcc -c   -O2 -funroll-loops  conftest.c >&5
configure:8040: $? = 0
configure:8054: result: yes
configure:8058: checking expat.h presence
configure:8073: gcc -E  conftest.c
configure:8080: $? = 0
configure:8094: result: yes
configure:8122: checking for expat.h
configure:8129: result: yes
configure:8436: creating ./config.status

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

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

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

on jnsdb

config.status:744: creating Makefile
config.status:744: creating src/Makefile
config.status:744: creating src/stdinc/Makefile
config.status:744: creating src/lec/Makefile
config.status:744: creating src/errorhandling/Makefile
config.status:744: creating src/util/Makefile
config.status:744: creating src/io/Makefile
config.status:744: creating src/mira/Makefile
config.status:744: creating src/EdIt/Makefile
config.status:744: creating src/caf/Makefile
config.status:744: creating src/examine/Makefile
config.status:744: creating src/knn_abi373/Makefile
config.status:744: creating src/knn_alf/Makefile
config.status:744: creating src/support/Makefile
config.status:744: creating src/scripts/Makefile
config.status:744: creating src/test/Makefile
config.status:744: creating src/test/io/Makefile
config.status:744: creating src/test/io/scf/Makefile
config.status:744: creating src/test/io/fasta/Makefile
config.status:744: creating src/test/io/generalio/Makefile
config.status:744: creating src/test/mira/Makefile
config.status:744: creating src/test/mira/align/Makefile
config.status:744: creating src/test/mira/read/Makefile
config.status:744: creating src/test/mira/readpool/Makefile
config.status:744: creating src/examples_programming/Makefile
config.status:744: creating src/progs/Makefile
config.status:744: creating doc/Makefile
config.status:744: creating distribution/Makefile
config.status:955: executing depfiles commands

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_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_func_floor=no
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memset=yes
ac_cv_func_pow=no
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_sqrt=no
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strftime=yes
ac_cv_header_expat_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_struct_tm=time.h
ac_cv_type__Bool=yes
ac_cv_type_int64_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
ax_cv_boost_thread=yes

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

ACLOCAL='${SHELL} /home/raj/downloads/mira/mira-2.9.46/missing --run 
aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/raj/downloads/mira/mira-2.9.46/missing --run tar'
AUTOCONF='${SHELL} /home/raj/downloads/mira/mira-2.9.46/missing --run autoconf'
AUTOHEADER='${SHELL} /home/raj/downloads/mira/mira-2.9.46/missing --run 
autoheader'
AUTOMAKE='${SHELL} /home/raj/downloads/mira/mira-2.9.46/missing --run 
automake-1.10'
AWK='gawk'
BITPACKAGE='x86_64'
BLOODYDARWINHACK=''
BOOST_CPPFLAGS='-pthread -I/usr/include'
BOOST_LDFLAGS='-L/usr/lib'
BOOST_THREAD_LIB=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='  -O2 -funroll-loops'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-DPUBLICQUIET -DAJ_Linux64   -O2 -funroll-loops'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"mira\" -DPACKAGE_TARNAME=\"mira\" 
-DPACKAGE_VERSION=\"2.9.46\" -DPACKAGE_STRING=\"mira\ 2.9.46\" 
-DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mira\" -DVERSION=\"2.9.46\" 
-DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 
-DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 
-DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1 
-Drestrict=__restrict -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_STDLIB_H=1 
-DHAVE_REALLOC=1 -DLSTAT_FOLLOWS_SLASHED_SYMLINK=1 -DHAVE_STRFTIME=1 
-DHAVE_MEMSET=1 -DHAVE_BOOST=/\*\*/ -DHAVE_BOOST_THREAD=/\*\*/ 
-DDEVELOPMENTVERSION=1 -DBOUNDTRACKFLAG=1 -DBUGTRACKFLAG=1 -DENABLE64=1'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -static'
LEX=':'
LEXLIB=''
LEX_OUTPUT_ROOT=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/raj/downloads/mira/mira-2.9.46/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
OBJEXT='o'
PACKAGE='mira'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='mira'
PACKAGE_STRING='mira 2.9.46'
PACKAGE_TARNAME='mira'
PACKAGE_VERSION='2.9.46'
PATH_SEPARATOR=':'
PURIFY_FALSE=''
PURIFY_TRUE='#'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SHORTMIRAAUDIENCE='dev'
STRIP=''
VERSION='2.9.46'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /home/raj/downloads/mira/mira-2.9.46/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "mira"
#define PACKAGE_TARNAME "mira"
#define PACKAGE_VERSION "2.9.46"
#define PACKAGE_STRING "mira 2.9.46"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "mira"
#define VERSION "2.9.46"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define restrict __restrict
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STRFTIME 1
#define HAVE_MEMSET 1
#define HAVE_BOOST /**/
#define HAVE_BOOST_THREAD /**/
#define DEVELOPMENTVERSION 1
#define BOUNDTRACKFLAG 1
#define BUGTRACKFLAG 1
#define ENABLE64 1

configure: exit 0

Other related posts: