I have attached the bootstrap output along with the configure output.
Since I am trying to build under cygwin, I used the commands from the
Wiki - specifically:

 ./bootstrap
 ./configure --with-boost-include-dir=/usr/include/boost-1_33_1
 make

I had been successful at building previously, but it looks like it
croaks at the end of the configure script.

Brian
/usr/share/aclocal/cppunit.m4:4: warning: underquoted definition of 
AM_PATH_CPPUNIT
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
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 gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for g++... g++
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... no
checking whether user wants warnings... yes
checking whether gcc accepts -Wall... 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 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 a sed that does not truncate output... /usr/bin/sed
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 /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognise dependent libraries... file_magic ^x86 archive 
import|^x86 DLL
checking for dlltool... dlltool
checking for as... as
checking for objdump... objdump
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 8192
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -DDLL_EXPORT
checking if gcc PIC flag -DDLL_EXPORT works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... 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
configure: creating libtool
appending configuration tag "CXX" to libtool
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
checking if g++ PIC flag -DDLL_EXPORT works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... 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
appending configuration tag "F77" to libtool
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... cygwin
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.4/site-packages
checking for Python include path... /usr/include/python2.4
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for Python LDFLAGS... -L/usr/lib/python2.4/config -lpython2.4
checking for pythondir... ${prefix}/lib/python2.4/site-packages
checking for pkgpythondir... ${pythondir}/gnuradio
checking for pyexecdir... ${exec_prefix}/lib/python2.4/site-packages
checking for pkgpyexecdir... ${pyexecdir}/gnuradio
checking for swig... /usr/bin/swig
checking for SWIG version... 1.3.29
checking for socket in -lsocket... no
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 sys/ipc.h usability... yes
checking sys/ipc.h presence... yes
checking for sys/ipc.h... yes
checking sys/shm.h usability... yes
checking sys/shm.h presence... yes
checking for sys/shm.h... yes
checking for library containing shmat... none required
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 time.h usability... yes
checking time.h presence... yes
checking for time.h... 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 linux/ppdev.h usability... no
checking linux/ppdev.h presence... no
checking for linux/ppdev.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for stdint.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.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 whether byte ordering is bigendian... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... yes
checking for alloca... yes
checking for function prototypes... yes
checking whether setvbuf arguments are reversed... no
checking for vprintf... yes
checking for _doprnt... no
checking for mmap... yes
checking for select... yes
checking for socket... yes
checking for strcspn... yes
checking for strerror... yes
checking for strspn... yes
checking for getpagesize... yes
checking for sysconf... yes
checking for snprintf... yes
checking for gettimeofday... (cached) yes
checking for nanosleep... (cached) yes
checking for sched_setscheduler... yes
checking for modf... yes
checking for sqrt... yes
checking for sincos in -lm... yes
checking for sincosf in -lm... yes
checking for sinf in -lm... yes
checking for cosf in -lm... yes
checking for trunc in -lm... yes
checking for exp10 in -lm... no
checking for library containing shm_open... no
checking for shm_open... no
checking whether /usr/i686-pc-cygwin/bin/ld.exe accepts 
--enable-runtime-pseudo-reloc... yes
checking for CreateFileMapping function... 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 dot... NO
checking for pkg-config... /usr/bin/pkg-config
checking for fftw3f >= 3.0... yes
checking FFTW3F_CFLAGS... -I/usr/local/include  
checking FFTW3F_LIBS... -L/usr/local/lib -lfftw3f -lm  
checking FFTW3F_INCLUDEDIR... /usr/local/include
checking for machine dependent speedups... x86
checking for cppunit-config... /usr/bin/cppunit-config
checking for Cppunit - version >= 1.9.14... 1.9.14
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
checking whether stat file-mode macros are broken... no
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking whether getenv is declared... yes
checking for xmlto... no
checking for mkstemp... yes
checking for mkstemp limitations... no
checking usb.h usability... no
checking usb.h presence... no
checking for usb.h... no
USRP requires libusb. usb.h not found. See http://libusb.sf.net
checking for library containing usb_bulk_write... no
USRP requires libusb. usb_bulk_write not found. See http://libusb.sf.net
checking linux/usbdevice_fs.h usability... no
checking linux/usbdevice_fs.h presence... no
checking for linux/usbdevice_fs.h... no
checking for fast usb technique to use... win32
checking for sdcc... sdcc -mmcs51 --no-xinit-opt
checking for asx8051... asx8051 -plosgff
checking sdcc_version "2.6.1"... 2.6.1
checking for getrusage... yes
checking for sched_setscheduler... (cached) yes
checking for sigaction... (cached) yes
checking for snprintf... (cached) yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking whether byte ordering is bigendian... (cached) no
checking for alsa >= 0.9... failed: Package alsa was not found in the 
pkg-config search path.
Perhaps you should add the directory containing `alsa.pc'
to the PKG_CONFIG_PATH environment variable
No package 'alsa' found
checking for jack >= 0.8... failed: Package jack was not found in the 
pkg-config search path.
Perhaps you should add the directory containing `jack.pc'
to the PKG_CONFIG_PATH environment variable
No package 'jack' found
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking AudioUnit/AudioUnit.h usability... no
checking AudioUnit/AudioUnit.h presence... no
checking for AudioUnit/AudioUnit.h... no
checking AudioToolbox/AudioToolbox.h usability... no
checking AudioToolbox/AudioToolbox.h presence... no
checking for AudioToolbox/AudioToolbox.h... no
checking for portaudio-2.0 >= 19... failed: Package portaudio-2.0 was not found 
in the pkg-config search path.
Perhaps you should add the directory containing `portaudio-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'portaudio-2.0' found
checking for main in -lwinmm... yes
checking for comedilib >= 0.7... checking for sdl-config... no
checking for SDL - version >= 1.2.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
checking for avr-gcc... no
checking for avr-objcopy... no
checking ftdi.h usability... no
checking ftdi.h presence... no
checking for ftdi.h... no
checking for library containing ftdi_init... no
configure: creating ./config.status
config.status: creating gnuradio-core/Makefile
config.status: creating gnuradio-core/gnuradio-core.pc
config.status: creating gnuradio-core/doc/Doxyfile
config.status: creating gnuradio-core/doc/Makefile
config.status: creating gnuradio-core/doc/other/Makefile
config.status: creating gnuradio-core/doc/xml/Makefile
config.status: creating gnuradio-core/src/Makefile
config.status: creating gnuradio-core/src/gen_interpolator_taps/Makefile
config.status: creating gnuradio-core/src/lib/Makefile
config.status: creating gnuradio-core/src/lib/filter/Makefile
config.status: creating gnuradio-core/src/lib/g72x/Makefile
config.status: creating gnuradio-core/src/lib/general/Makefile
config.status: creating gnuradio-core/src/lib/general/gr_prefix.cc
config.status: creating gnuradio-core/src/lib/io/Makefile
config.status: creating gnuradio-core/src/lib/missing/Makefile
config.status: creating gnuradio-core/src/lib/omnithread/Makefile
config.status: creating gnuradio-core/src/lib/reed-solomon/Makefile
config.status: creating gnuradio-core/src/lib/runtime/Makefile
config.status: creating gnuradio-core/src/lib/swig/Makefile
config.status: creating gnuradio-core/src/python/Makefile
config.status: creating gnuradio-core/src/python/bin/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/blks/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/blksimpl/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/gr/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/gr/run_tests
config.status: creating gnuradio-core/src/python/gnuradio/gru/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/gruimpl/Makefile
config.status: creating gnuradio-core/src/tests/Makefile
config.status: creating gnuradio-core/src/utils/Makefile
config.status: creating gnuradio-examples/Makefile
config.status: creating gnuradio-examples/python/Makefile
config.status: creating gnuradio-examples/python/audio/Makefile
config.status: creating gnuradio-examples/python/channel-coding/Makefile
config.status: creating gnuradio-examples/python/digital_voice/Makefile
config.status: creating gnuradio-examples/python/gmsk2/Makefile
config.status: creating gnuradio-examples/python/mc4020/Makefile
config.status: creating gnuradio-examples/python/usrp/Makefile
config.status: creating gnuradio-examples/python/multi_usrp/Makefile
config.status: creating usrp/Makefile
config.status: creating usrp/usrp.pc
config.status: creating usrp/usrp.iss
config.status: creating usrp/doc/Doxyfile
config.status: creating usrp/doc/Makefile
config.status: creating usrp/doc/other/Makefile
config.status: creating usrp/host/Makefile
config.status: creating usrp/host/misc/Makefile
config.status: creating usrp/host/lib/Makefile
config.status: creating usrp/host/lib/std_paths.h
config.status: creating usrp/host/swig/Makefile
config.status: creating usrp/host/apps/Makefile
config.status: creating usrp/firmware/Makefile
config.status: creating usrp/firmware/include/Makefile
config.status: creating usrp/firmware/lib/Makefile
config.status: creating usrp/firmware/src/Makefile
config.status: creating usrp/firmware/src/common/Makefile
config.status: creating usrp/firmware/src/usrp2/Makefile
config.status: creating usrp/fpga/Makefile
config.status: creating usrp/fpga/rbf/Makefile
config.status: creating gr-usrp/Makefile
config.status: creating gr-usrp/src/Makefile
config.status: creating gr-usrp/src/run_tests
config.status: creating gr-audio-alsa/Makefile
config.status: creating gr-audio-alsa/src/Makefile
config.status: creating gr-audio-alsa/src/run_tests
config.status: creating gr-audio-jack/Makefile
config.status: creating gr-audio-jack/src/Makefile
config.status: creating gr-audio-jack/src/run_tests
config.status: creating gr-audio-oss/Makefile
config.status: creating gr-audio-oss/src/Makefile
config.status: creating gr-audio-oss/src/run_tests
config.status: creating gr-audio-osx/Makefile
config.status: creating gr-audio-osx/src/Makefile
config.status: creating gr-audio-osx/src/run_tests
config.status: creating gr-audio-portaudio/Makefile
config.status: creating gr-audio-portaudio/src/Makefile
config.status: creating gr-audio-portaudio/src/run_tests
config.status: creating gr-audio-windows/Makefile
config.status: creating gr-audio-windows/src/Makefile
config.status: creating gr-audio-windows/src/run_tests
config.status: creating gr-atsc/Makefile
config.status: creating gr-atsc/doc/Makefile
config.status: creating gr-atsc/src/Makefile
config.status: creating gr-atsc/src/lib/Makefile
config.status: creating gr-atsc/src/python/Makefile
config.status: creating gr-atsc/src/python/run_tests
config.status: creating gr-comedi/Makefile
config.status: creating gr-comedi/src/Makefile
config.status: creating gr-comedi/src/run_tests
config.status: creating gr-gsm-fr-vocoder/Makefile
config.status: creating gr-gsm-fr-vocoder/src/Makefile
config.status: creating gr-gsm-fr-vocoder/src/lib/Makefile
config.status: creating gr-gsm-fr-vocoder/src/lib/gsm/Makefile
config.status: creating gr-gsm-fr-vocoder/src/python/Makefile
config.status: creating gr-gsm-fr-vocoder/src/python/run_tests
config.status: creating gr-radar/Makefile
config.status: creating gr-radar/doc/Makefile
config.status: creating gr-radar/src/Makefile
config.status: creating gr-radar/src/lib/Makefile
config.status: creating gr-radar/src/python/Makefile
config.status: creating gr-radar/src/python/run_tests
config.status: creating gr-radio-astronomy/Makefile
config.status: creating gr-radio-astronomy/src/Makefile
config.status: creating gr-radio-astronomy/src/lib/Makefile
config.status: creating gr-radio-astronomy/src/python/Makefile
config.status: creating gr-radio-astronomy/src/python/run_tests
config.status: creating gr-video-sdl/Makefile
config.status: creating gr-video-sdl/src/Makefile
config.status: creating gr-video-sdl/src/run_tests
config.status: creating gr-wxgui/Makefile
config.status: creating gr-wxgui/src/Makefile
config.status: creating gr-wxgui/src/python/Makefile
config.status: creating pmt/Makefile
config.status: creating pmt/doc/Makefile
config.status: creating pmt/src/Makefile
config.status: creating pmt/src/lib/Makefile
config.status: creating mblock/Makefile
config.status: creating mblock/doc/Makefile
config.status: creating mblock/src/Makefile
config.status: creating mblock/src/lib/Makefile
config.status: creating \
.infig.status: error: cannot find input file: \
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to