checking for sleep... yes checking for sigaction... yes checking for struct timezone... yes checking for struct timespec... yes checking for ssize_t... yes checking for getopt... (cached) yes checking for usleep... (cached) yes checking for gettimeofday... (cached) yes checking for Sleep... yes checking whether mkdir accepts only one arg... no checking for pkg-config... /usr/bin/pkg-config checking for gnuradio-core >= 2... yes checking GNURADIO_CORE_CFLAGS... -DOMNITHREAD_POSIX=1 -I/usr/local/include/gnura dio -I/usr/local/include checking GNURADIO_CORE_LIBS... -L/usr/local/lib -lgnuradio-core -lgromnithread - lfftw3f -lm checking GNURADIO_CORE_INCLUDEDIR... /usr/local/include/gnuradio gr_boost_include_dir = checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp presence... no checking for boost/shared_ptr.hpp... no checking boost/shared_ptr.hpp usability... no checking boost/shared_ptr.hpp presence... no checking for boost/shared_ptr.hpp... no configure: error: Failed to locate boost/shared_ptr.hpp. Try using --with-boost-include-dir=, E.g., --with-boost-include-dir=/usr/local/include/boost-1_33_1 address@hidden /usr/src/gnuradio-3.1.3/gr-fsk4 $ make /bin/sh ./config.status --recheck running CONFIG_SHELL=/bin/sh /bin/sh ./configure --with-boost-include-dir=/usr/i nclude/boost-1_33_1 --no-create --no-recursion checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for g++... g++ checking for C++ compiler default output file name... a.exe checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether C++ has bool... yes checking whether C++ has buggy scoping in for-loops... no checking whether user wants assertions... yes checking whether C++ has std::isnan... yes checking whether user wants warnings... yes checking whether g++ accepts -Wall... yes checking whether g++ accepts -Woverloaded-virtual... yes checking whether user wants gprof... no checking whether user wants prof... no checking for gcc... gcc checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking dependency style of gcc... gcc3 checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for rm... /usr/bin/rm checking for as... as checking for dlltool... dlltool checking for objdump... objdump checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/i686-pc-cygwin/bin/ld.exe checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 8192 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r checking for objdump... (cached) objdump checking how to recognize dependent libraries... file_magic ^x86 archive import| ^x86 DLL checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for ld used by g++... /usr/i686-pc-cygwin/bin/ld.exe checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate configure: creating ./config.lt checking for python... /usr/bin/python checking for python version... 2.5 checking for python platform... cygwin checking for python script directory... ${prefix}/lib/python2.5/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.5/s ite-packages checking for Python include path... /usr/include/python2.5 checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for Python LDFLAGS... -L/usr/lib/python2.5/config -lpython2.5 checking for swig... /usr/bin/swig checking for SWIG version... 1.3.36 checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for cc_r... gcc checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for gettimeofday... yes checking for nanosleep... yes checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for strings.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... (cached) yes checking for fcntl.h... (cached) yes checking io.h usability... yes checking io.h presence... yes checking for io.h... yes checking windows.h usability... yes checking windows.h presence... yes checking for windows.h... yes checking for winioctl.h... yes checking for winbase.h... yes checking for getopt... yes checking for usleep... yes checking for gettimeofday... (cached) yes checking for nanosleep... (cached) yes checking for rand... yes checking for srand... yes checking for random... yes checking for srandom... yes checking for sleep... yes checking for sigaction... yes checking for struct timezone... yes checking for struct timespec... yes checking for ssize_t... yes checking for getopt... (cached) yes checking for usleep... (cached) yes checking for gettimeofday... (cached) yes checking for Sleep... yes checking whether mkdir accepts only one arg... no checking for pkg-config... /usr/bin/pkg-config checking for gnuradio-core >= 2... yes checking GNURADIO_CORE_CFLAGS... -DOMNITHREAD_POSIX=1 -I/usr/local/include/gnura dio -I/usr/local/include checking GNURADIO_CORE_LIBS... -L/usr/local/lib -lgnuradio-core -lgromnithread - lfftw3f -lm checking GNURADIO_CORE_INCLUDEDIR... /usr/local/include/gnuradio gr_boost_include_dir = /usr/include/boost-1_33_1 checking boost/shared_ptr.hpp usability... yes checking boost/shared_ptr.hpp presence... yes checking for boost/shared_ptr.hpp... yes configure: creating ./config.status /bin/sh ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/python/Makefile config.status: creating src/python/run_tests config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands config.status: executing run_tests commands make all-recursive make[1]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4' Making all in config make[2]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/config' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/config' Making all in src make[2]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src' Making all in lib make[3]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' make all-am make[4]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DOMNITHREAD_POSIX=1 -I/usr/local/include/gnuradio -I/usr/local/include -I/u sr/include/boost-1_33_1 -I/usr/include/python2.5 -g -O2 -Wall -Woverloaded-vi rtual -MT fsk4.lo -MD -MP -MF .deps/fsk4.Tpo -c -o fsk4.lo fsk4.cc libtool: Version mismatch error. This is libtool 2.2.4, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4 libtool: and run autoconf again. make[4]: *** [fsk4.lo] Error 63 make[4]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' make[3]: *** [all] Error 2 make[3]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4' make: *** [all] Error 2 address@hidden /usr/src/gnuradio-3.1.3/gr-fsk4 $ make install Making install in config make[1]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/config' make[2]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/config' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/config' make[1]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/config' Making install in src make[1]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src' Making install in lib make[2]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' make install-am make[3]: Entering directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -DOMNITHREAD_POSIX=1 -I/usr/local/include/gnuradio -I/usr/local/include -I/u sr/include/boost-1_33_1 -I/usr/include/python2.5 -g -O2 -Wall -Woverloaded-vi rtual -MT fsk4.lo -MD -MP -MF .deps/fsk4.Tpo -c -o fsk4.lo fsk4.cc libtool: Version mismatch error. This is libtool 2.2.4, but the libtool: definition of this LT_INIT comes from libtool 2.2.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.2.4 libtool: and run autoconf again. make[3]: *** [fsk4.lo] Error 63 make[3]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' make[2]: *** [install] Error 2 make[2]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src/lib' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/src/gnuradio-3.1.3/gr-fsk4/src' make: *** [install-recursive] Error 1 address@hidden /usr/src/gnuradio-3.1.3/gr-fsk4 $