Hello Marcus,

When I installed the version 1.55 of boost, I removed the 1.54.

I need install the uwicore_MAC module (
http://www.uwicore.umh.es/mhop-software.html) to modify the 802.11 protocol
and test some ideas.

I already tryed install the module in version 3.7.4 without success. I
found help in module grcompat (Emil A. comented in
http://nuand.com/forums/viewtopic.php?t=3137) but not answer all the
incompatibles problems.

Now I tryed in virtual machine with Ubuntu 9.10 (32 bits) but maybe I will
have problems with the repositories. I only found a repository from UFRR.

Now I have this problem with make:
...
usrp2/host/lib/Makefile.am:30:   its definition is in aclocal's search path.
make: ** [Makefile.in] Erro 1


The log of configure and make follow in annex.
Note the execution of sudo ./configure > logconfigure.txt :
./configure: line 6642: AC_LIBTOOL_WIN32_DLL: command not found
./configure: line 6643: AC_ENABLE_SHARED: command not found
./configure: line 6657: AC_PROG_LIBTOOL: command not found
./configure: line 8606: AC_PROG_LD: command not found
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.


Do you have some idea how use this old module?


Thanks!


2014-08-22 16:45 GMT-03:00 Marcus Müller <marcus.muel...@ettus.com>:

>  Hello Rodrigo,
>
> this looks like a linker error.
> Make sure you have only only have one boost version installed.
>
> By the way: good luck building 3.3.0 on a modern system; it would be no
> surprise if the build process has problems because of the tools involved
> making a lot of progress over the last few years.
> If you want a GNU Radio version that is recent but has an API that is
> closer to that of 3.3.0, go for the v3.6.5 tag.
>
> What is the module you're going to try?
>
> Greetings,
> Marcus
>
>
> On 22.08.2014 21:24, Rodrigo Farias wrote:
>
> Hello,
>
> In appendix follow the log of ./configure and make.
> I'm having problem with libboost in the lines of command make:
>
> ...
> /bin/bash ../../../libtool  --tag=CXX   --mode=link g++ -g -O2  -Wall
> -Woverloaded-virtual -pthread   -o test_gruel test_gruel.o 
> pmt/libpmt-qa.lalibgruel.la
> libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o
> .libs/test_gruel test_gruel.o  pmt/.libs/libpmt-qa.a -lboost_thread
> -lcppunit -ldl ./.libs/libgruel.so -pthread -Wl,-rpath -Wl,/usr/local/lib64
> /usr/bin/ld: pmt/.libs/libpmt-qa.a(pmt.o): undefined reference to symbol
> '_ZN5boost6system15system_categoryEv'
> //usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0: error adding symbols:
> DSO missing from command line
> collect2: error: ld returned 1 exit status
> make[5]: ** [test_gruel] Erro 1
> ...
>
> I has libboost 1.54 with same problem. This is a version problem or it is
> another thing?
>
> I need this version becouse i wanna test a module I need this version
> because i wanna test a old module from other project. I already try in
> current version without success.
>
> Any help is welcome!
>
> Att,
> Rodrigo Farias
>
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing 
> listDiscuss-gnuradio@gnu.orghttps://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
>
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>
>
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for git... /usr/bin/git
checking existence of git version control directory... not found
configure: GNU Radio Release 3.3.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
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 std::isnan... yes
checking gr_libdir_suffix... 
checking whether to append 64 to libdir... no
checking whether gcc accepts -Wall... yes
checking whether gcc accepts -Werror-implicit-function-declaration... 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 dependency style of gcc... gcc3
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for rm... /bin/rm
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/dist-packages
checking for python extension module directory... 
${exec_prefix}/lib/python2.6/dist-packages
checking for Python include path... /usr/include/python2.6
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for swig... /usr/bin/swig
checking for SWIG version... 1.3.36
checking for xmlto... yes
checking for socket in -lsocket... no
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... yes
checking linux/ppdev.h presence... yes
checking for linux/ppdev.h... yes
checking dev/ppbus/ppi.h usability... no
checking dev/ppbus/ppi.h presence... no
checking for dev/ppbus/ppi.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 signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking vec_types.h usability... no
checking vec_types.h presence... no
checking for vec_types.h... no
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.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 posix_memalign... yes
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... yes
checking for nanosleep... yes
checking for sched_setscheduler... yes
checking for modf... yes
checking for sqrt... no
checking for sigaction... yes
checking for sigprocmask... yes
checking for pthread_sigmask... no
checking for sched_setaffinity... 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... yes
checking for log2 in -lm... yes
checking for library containing shm_open... -lrt
checking for shm_open... yes
checking whether  accepts --enable-runtime-pseudo-reloc... no
checking for CreateFileMapping function... no
checking for sys/types.h... (cached) yes
checking for fcntl.h... (cached) yes
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for windows.h... (cached) no
checking for winioctl.h... no
checking for winbase.h... no
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... (cached) 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... no
checking whether mkdir accepts only one arg... no
checking for dot... YES
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.18... yes
checking for FFTW3F... yes
checking for doxygen... /usr/bin/doxygen
checking for dot... /usr/bin/dot
checking for machine dependent speedups... x86
checking for CPPUNIT... yes
checking for guile... /usr/bin/guile
checking for boost >= 1.35... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking whether the boost::thread includes are available... yes
checking for exit in -lboost_thread-mt... yes
checking whether the boost::date_time includes are available... yes
checking for exit in -lboost_date_time-mt... yes
checking whether the boost::program_options includes are available... yes
checking for exit in -lboost_program_options-mt... yes
checking for arpa/inet.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
Component gruel passed configuration checks; building.
checking whether host_cpu is powerpc*... no
checking for spu-gcc... no
Not building component gcell.
checking for cblas_sgemm... no
checking for ATL_xerbla in -latlas... no
checking for ATL_xerbla in -latlas... no
checking for ATL_xerbla in -latlas... no
checking for cblas_sgemm in -lcblas... no
checking for cblas_sgemm in -lmkl... no
checking for cblas_sgemm... (cached) no
checking for cblas_sgemm in -lcxml... no
checking for cblas_sgemm in -ldxml... no
checking for cblas_sgemm in -lscs... no
checking for cblas_sgemm in -lcomplib.sgimath... no
checking for cblas_sgemm in -lcblas... (cached) no
checking for cblas_sgemm in -lcblas... (cached) no
checking for cblas_sgemm in -lblas... no
checking for cblas_sgemm in -lgslcblas... yes
checking for GSL... yes
Component gnuradio-core passed configuration checks; building.
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 linux/usbdevice_fs.h usability... yes
checking linux/usbdevice_fs.h presence... yes
checking for linux/usbdevice_fs.h... yes
checking for fast usb technique to use... linux
checking for mkstemp... yes
checking for mkstemp limitations... no
checking whether byte ordering is bigendian... (cached) no
checking for byteswap.h... (cached) yes
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking for getrusage... yes
checking for sched_setscheduler... (cached) yes
checking for pthread_setschedparam... yes
checking for sigaction... (cached) yes
checking for snprintf... (cached) yes
checking for USB... yes
checking usb.h usability... yes
checking usb.h presence... yes
checking for usb.h... yes
checking for usb_bulk_write in -lusb... yes
checking for sdcc... sdcc -mmcs51 --no-xinit-opt
checking for asx8051... asx8051 -plosgff
checking sdcc_version "2.9.0"... 2.9.0
Component usrp passed configuration checks; building.
checking whether host_os is linux*... yes
checking for arpa/inet.h... (cached) yes
checking for byteswap.h... (cached) yes
checking linux/if_packet.h usability... yes
checking linux/if_packet.h presence... yes
checking for linux/if_packet.h... yes
checking for sys/socket.h... (cached) yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct cmsgcred.cmcred_uid... no
checking for struct ucred.uid... yes
Component usrp2 passed configuration checks; building.
Component gr-usrp passed configuration checks; building.
Component gr-usrp2 passed configuration checks; building.
Component gr-gcell requires gcell, which is not being built or specified via 
pre-installed files.
Not building component gr-gcell.
checking for netinet/in.h... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
Component gr-msdd6000 passed configuration checks; building.
checking for ALSA... yes
Component gr-audio-alsa passed configuration checks; building.
checking for JACK... yes
Component gr-audio-jack passed configuration checks; building.
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
Component gr-audio-oss passed configuration checks; building.
gr-audio-osx will build on Mac OS X and Darwin only.
Not building component gr-audio-osx.
checking for PORTAUDIO... yes
Component gr-audio-portaudio passed configuration checks; building.
gr-audio-windows will build on a Windows Unix environment only.
Not building component gr-audio-windows.
Component gr-atsc passed configuration checks; building.
checking for COMEDI... no
gr-comedi requires comedilib, not found.
Not building component gr-comedi.
Component gr-cvsd-vocoder passed configuration checks; building.
Component gr-gpio passed configuration checks; building.
Component gr-gsm-fr-vocoder passed configuration checks; building.
Component gr-noaa passed configuration checks; building.
Component gr-pager passed configuration checks; building.
Component gr-radar-mono passed configuration checks; building.
Component gr-radio-astronomy passed configuration checks; building.
Component gr-trellis passed configuration checks; building.
checking for SDL... yes
Component gr-video-sdl passed configuration checks; building.
checking for Python wxWidgets wrappers >= 2.8... yes
checking for Numeric Python extensions... yes
Component gr-wxgui passed configuration checks; building.
checking for PyQt4 for Qt4... yes
checking for QTCORE... yes
checking for QTGUI... yes
checking for QTOPENGL... yes
checking qwt/qwt.h usability... no
checking qwt/qwt.h presence... no
checking for qwt/qwt.h... no
checking qwt-qt4/qwt.h usability... yes
checking qwt-qt4/qwt.h presence... yes
checking for qwt-qt4/qwt.h... yes
checking for main in -lqwt... no
checking for main in -lqwt-qt4... yes
checking qwtplot3d/qwt3d_plot.h usability... no
checking qwtplot3d/qwt3d_plot.h presence... no
checking for qwtplot3d/qwt3d_plot.h... no
checking qwtplot3d-qt4/qwt3d_plot.h usability... yes
checking qwtplot3d-qt4/qwt3d_plot.h presence... yes
checking for qwtplot3d-qt4/qwt3d_plot.h... yes
checking for main in -lqwtplot3d-qt4... yes
Component gr-qtgui passed configuration checks; building.
Component gr-sounder passed configuration checks; building.
Component gr-utils passed configuration checks; building.
Component gnuradio-examples passed configuration checks; building.
checking for xdg-mime... true
checking for Python >= 2.5... yes
checking for Python Cheetah templates >= 2.0.0... yes
checking for Python lxml wrappers >= 1.3.6... yes
checking for Python gtk wrappers >= 2.10.0... yes
Component grc passed configuration checks; building.
Component docs passed configuration checks; building.
configure: creating ./config.status
config.status: creating gruel/Makefile
config.status: creating gruel/gruel.pc
config.status: creating gruel/src/Makefile
config.status: creating gruel/src/include/Makefile
config.status: creating gruel/src/include/gruel/Makefile
config.status: creating gruel/src/include/gruel/inet.h
config.status: creating gruel/src/lib/Makefile
config.status: creating gruel/src/lib/pmt/Makefile
config.status: creating gruel/src/lib/msg/Makefile
config.status: creating gruel/src/scheme/Makefile
config.status: creating gruel/src/scheme/gnuradio/Makefile
config.status: creating gcell/Makefile
config.status: creating gcell/gcell.pc
config.status: creating gcell/gcell_spu.pc
config.status: creating gcell/include/Makefile
config.status: creating gcell/include/gcell/Makefile
config.status: creating gcell/include/gcell/spu/Makefile
config.status: creating gcell/lib/Makefile
config.status: creating gcell/lib/spu/Makefile
config.status: creating gcell/lib/general/Makefile
config.status: creating gcell/lib/wrapper/Makefile
config.status: creating gcell/lib/runtime/Makefile
config.status: creating gcell/apps/Makefile
config.status: creating gcell/apps/spu/Makefile
config.status: creating gcell/ibm/Makefile
config.status: creating gnuradio-core/Makefile
config.status: creating gnuradio-core/gnuradio-core.pc
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_constants.cc
config.status: creating gnuradio-core/src/lib/gengen/Makefile
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/reed-solomon/Makefile
config.status: creating gnuradio-core/src/lib/viterbi/Makefile
config.status: creating gnuradio-core/src/lib/runtime/Makefile
config.status: creating gnuradio-core/src/lib/hier/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/blks2/Makefile
config.status: creating gnuradio-core/src/python/gnuradio/blks2impl/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/python/gnuradio/vocoder/Makefile
config.status: creating gnuradio-core/src/tests/Makefile
config.status: creating gnuradio-core/src/utils/Makefile
config.status: creating usrp/host/include/usrp/libusb_types.h
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/include/Makefile
config.status: creating usrp/host/include/usrp/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 usrp/fpga/rbf/rev2/Makefile
config.status: creating usrp/fpga/rbf/rev4/Makefile
config.status: creating usrp2/Makefile
config.status: creating usrp2/host/Makefile
config.status: creating usrp2/host/usrp2.pc
config.status: creating usrp2/host/include/Makefile
config.status: creating usrp2/host/include/usrp2/Makefile
config.status: creating usrp2/host/lib/Makefile
config.status: creating usrp2/host/apps/Makefile
config.status: creating gr-usrp/Makefile
config.status: creating gr-usrp/gnuradio-usrp.pc
config.status: creating gr-usrp/src/Makefile
config.status: creating gr-usrp/src/run_tests
config.status: creating gr-usrp/apps/Makefile
config.status: creating gr-usrp2/Makefile
config.status: creating gr-usrp2/gnuradio-usrp2.pc
config.status: creating gr-usrp2/src/Makefile
config.status: creating gr-usrp2/src/run_tests
config.status: creating gr-gcell/Makefile
config.status: creating gr-gcell/src/Makefile
config.status: creating gr-gcell/src/examples/Makefile
config.status: creating gr-gcell/src/run_tests
config.status: creating gr-msdd6000/Makefile
config.status: creating gr-msdd6000/gnuradio-msdd6000.pc
config.status: creating gr-msdd6000/src/Makefile
config.status: creating gr-audio-alsa/Makefile
config.status: creating gr-audio-alsa/gnuradio-audio-alsa.pc
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/gnuradio-audio-jack.pc
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/gnuradio-audio-oss.pc
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/gnuradio-audio-portaudio.pc
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/gnuradio-atsc.pc
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/gnuradio-comedi.pc
config.status: creating gr-comedi/src/Makefile
config.status: creating gr-comedi/src/run_tests
config.status: creating gr-cvsd-vocoder/Makefile
config.status: creating gr-cvsd-vocoder/gnuradio-cvsd-vocoder.pc
config.status: creating gr-cvsd-vocoder/src/Makefile
config.status: creating gr-cvsd-vocoder/src/lib/Makefile
config.status: creating gr-cvsd-vocoder/src/python/Makefile
config.status: creating gr-cvsd-vocoder/src/python/run_tests
config.status: creating gr-gpio/Makefile
config.status: creating gr-gpio/src/Makefile
config.status: creating gr-gpio/src/fpga/Makefile
config.status: creating gr-gpio/src/fpga/include/Makefile
config.status: creating gr-gpio/src/fpga/top/Makefile
config.status: creating gr-gpio/src/fpga/lib/Makefile
config.status: creating gr-gpio/src/fpga/rbf/Makefile
config.status: creating gr-gpio/src/python/Makefile
config.status: creating gr-gsm-fr-vocoder/Makefile
config.status: creating gr-gsm-fr-vocoder/gnuradio-gsm-fr-vocoder.pc
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-noaa/Makefile
config.status: creating gr-noaa/apps/Makefile
config.status: creating gr-noaa/grc/Makefile
config.status: creating gr-noaa/lib/Makefile
config.status: creating gr-noaa/oct/Makefile
config.status: creating gr-noaa/python/Makefile
config.status: creating gr-noaa/swig/Makefile
config.status: creating gr-pager/Makefile
config.status: creating gr-pager/gnuradio-pager.pc
config.status: creating gr-pager/apps/Makefile
config.status: creating gr-pager/grc/Makefile
config.status: creating gr-pager/lib/Makefile
config.status: creating gr-pager/python/Makefile
config.status: creating gr-pager/python/run_tests
config.status: creating gr-pager/swig/Makefile
config.status: creating gr-radar-mono/Makefile
config.status: creating gr-radar-mono/doc/Makefile
config.status: creating gr-radar-mono/src/Makefile
config.status: creating gr-radar-mono/src/fpga/Makefile
config.status: creating gr-radar-mono/src/fpga/top/Makefile
config.status: creating gr-radar-mono/src/fpga/lib/Makefile
config.status: creating gr-radar-mono/src/fpga/models/Makefile
config.status: creating gr-radar-mono/src/fpga/tb/Makefile
config.status: creating gr-radar-mono/src/lib/Makefile
config.status: creating gr-radar-mono/src/python/Makefile
config.status: creating gr-radar-mono/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-trellis/Makefile
config.status: creating gr-trellis/gnuradio-trellis.pc
config.status: creating gr-trellis/doc/Makefile
config.status: creating gr-trellis/src/Makefile
config.status: creating gr-trellis/src/lib/Makefile
config.status: creating gr-trellis/src/python/Makefile
config.status: creating gr-trellis/src/python/run_tests
config.status: creating gr-trellis/src/examples/Makefile
config.status: creating gr-trellis/src/examples/fsm_files/Makefile
config.status: creating gr-video-sdl/Makefile
config.status: creating gr-video-sdl/gnuradio-video-sdl.pc
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/gr-wxgui.pc
config.status: creating gr-wxgui/src/Makefile
config.status: creating gr-wxgui/src/python/Makefile
config.status: creating gr-wxgui/src/python/plotter/Makefile
config.status: creating gr-qtgui/Makefile
config.status: creating gr-qtgui/src/Makefile
config.status: creating gr-qtgui/src/lib/Makefile
config.status: creating gr-qtgui/src/python/Makefile
config.status: creating gr-sounder/Makefile
config.status: creating gr-sounder/doc/Makefile
config.status: creating gr-sounder/src/Makefile
config.status: creating gr-sounder/src/fpga/Makefile
config.status: creating gr-sounder/src/fpga/top/Makefile
config.status: creating gr-sounder/src/fpga/lib/Makefile
config.status: creating gr-sounder/src/fpga/tb/Makefile
config.status: creating gr-sounder/src/lib/Makefile
config.status: creating gr-sounder/src/python/Makefile
config.status: creating gr-sounder/src/python/run_tests
config.status: creating gr-utils/Makefile
config.status: creating gr-utils/src/Makefile
config.status: creating gr-utils/src/lib/Makefile
config.status: creating gr-utils/src/python/Makefile
config.status: creating gnuradio-examples/Makefile
config.status: creating gnuradio-examples/c++/Makefile
config.status: creating gnuradio-examples/python/Makefile
config.status: creating gnuradio-examples/grc/Makefile
config.status: creating gnuradio-examples/python/apps/hf_explorer/Makefile
config.status: creating gnuradio-examples/python/apps/hf_radio/Makefile
config.status: creating gnuradio-examples/python/apps/Makefile
config.status: creating gnuradio-examples/python/audio/Makefile
config.status: creating gnuradio-examples/python/digital/Makefile
config.status: creating gnuradio-examples/python/digital_voice/Makefile
config.status: creating gnuradio-examples/python/digital-bert/Makefile
config.status: creating gnuradio-examples/python/mp-sched/Makefile
config.status: creating gnuradio-examples/python/multi-antenna/Makefile
config.status: creating gnuradio-examples/python/multi_usrp/Makefile
config.status: creating gnuradio-examples/python/network/Makefile
config.status: creating gnuradio-examples/python/ofdm/Makefile
config.status: creating gnuradio-examples/python/pfb/Makefile
config.status: creating gnuradio-examples/python/usrp/Makefile
config.status: creating gnuradio-examples/python/usrp2/Makefile
config.status: creating grc/Makefile
config.status: creating grc/base/Makefile
config.status: creating grc/blocks/Makefile
config.status: creating grc/freedesktop/Makefile
config.status: creating grc/grc_gnuradio/Makefile
config.status: creating grc/gui/Makefile
config.status: creating grc/python/Makefile
config.status: creating grc/scripts/Makefile
config.status: creating docs/Makefile
config.status: creating docs/doxygen/Doxyfile
config.status: creating docs/doxygen/Makefile
config.status: creating docs/doxygen/other/Makefile
config.status: creating docs/doxygen/xml-swig/Makefile
config.status: creating Makefile
config.status: creating run_tests.sh
config.status: creating config/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing run_tests_core commands
config.status: executing run_tests_usrp commands
config.status: executing run_tests_usrp2 commands
config.status: executing run_tests_alsa commands
config.status: executing run_tests_jack commands
config.status: executing run_tests_oss commands
config.status: executing run_tests_portaudio commands
config.status: executing run_tests_atsc commands
config.status: executing run_tests_cvsd commands
config.status: executing run_tests_gsm commands
config.status: executing run_tests_pager commands
config.status: executing run_tests_radar_mono commands
config.status: executing run_tests_astronomy commands
config.status: executing run_tests_gr_trellis commands
config.status: executing run_tests_sdl commands
config.status: executing run_tests_sounder commands
config.status: executing run_tests_build commands
=== configuring in usrp2/firmware (/home/rodrigo/gnuradio-3.3.0/usrp2/firmware)
configure: running /bin/bash ./configure.gnu --disable-option-checking 
'--prefix=/usr/local'  --cache-file=/dev/null --srcdir=.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for mb-strip... no
checking for strip... strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
Component usrp2 passed configuration checks; building.
checking for style of include used by make... GNU
checking for mb-gcc... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
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 ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking dependency style of gcc... gcc3
checking for mb-ranlib... no
checking for ranlib... ranlib
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -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 arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking whether byte ordering is bigendian... no
checking for mb-gcc... no
usrp2 firmware requires mb-gcc.  Not found
Not building component usrp2-firmware.
configure: creating ./config.status
config.status: creating apps/Makefile
config.status: creating include/Makefile
config.status: creating lib/Makefile
config.status: creating Makefile
config.status: creating config/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
*********************************************************************
The following components were skipped either because you asked not
to build them or they didn't pass configuration checks:

usrp2-firmware

These components will not be built.


*********************************************************************
The following GNU Radio components have been successfully configured:

config
gruel
gnuradio-core
usrp
usrp2
gr-usrp
gr-usrp2
gr-msdd6000
gr-audio-alsa
gr-audio-jack
gr-audio-oss
gr-audio-portaudio
gr-atsc
gr-cvsd-vocoder
gr-gpio
gr-gsm-fr-vocoder
gr-noaa
gr-pager
gr-radar-mono
gr-radio-astronomy
gr-trellis
gr-video-sdl
gr-wxgui
gr-qtgui
gr-sounder
gr-utils
gnuradio-examples
grc
docs

You my now run the make command to build these components.

*********************************************************************
The following components were skipped either because you asked not
to build them or they didn't pass configuration checks:

gcell
gr-gcell
gr-audio-osx
gr-audio-windows
gr-comedi

These components will not be built.

Configured GNU Radio release 3.3.0 for build.
gr-pager/lib/Makefile.am:37:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-pager/lib/Makefile.am:37:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-pager/lib/Makefile.am:37:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-pager/lib/Makefile.am:37:   its definition is in aclocal's search path.
gr-pager/swig/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-pager/swig/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-pager/swig/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-pager/swig/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-pager/swig/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-pager/swig/Makefile.am:54:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-pager/swig/Makefile.swig.gen' included from here
gr-qtgui/src/lib/Makefile.am:78: `%'-style pattern rules are a GNU make 
extension
gr-qtgui/src/lib/Makefile.am:81: `%'-style pattern rules are a GNU make 
extension
gr-qtgui/src/lib/Makefile.am:43: Libtool library used but `LIBTOOL' is undefined
gr-qtgui/src/lib/Makefile.am:43:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-qtgui/src/lib/Makefile.am:43:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-qtgui/src/lib/Makefile.am:43:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-qtgui/src/lib/Makefile.am:43:   its definition is in aclocal's search path.
gr-radio-astronomy/src/lib/Makefile.swig.gen:85: Libtool library used but 
`LIBTOOL' is undefined
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   its definition is in 
aclocal's search path.
gr-radio-astronomy/src/lib/Makefile.am:37:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-radio-astronomy/src/lib/Makefile.swig.gen' included 
from here
gr-trellis/src/lib/Makefile.am:69: Libtool library used but `LIBTOOL' is 
undefined
gr-trellis/src/lib/Makefile.am:69:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-trellis/src/lib/Makefile.am:69:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-trellis/src/lib/Makefile.am:69:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-trellis/src/lib/Makefile.am:69:   its definition is in aclocal's search path.
gr-usrp/src/Makefile.am:43: Libtool library used but `LIBTOOL' is undefined
gr-usrp/src/Makefile.am:43:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-usrp/src/Makefile.am:43:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-usrp/src/Makefile.am:43:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-usrp/src/Makefile.am:43:   its definition is in aclocal's search path.
gr-usrp2/src/Makefile.am:51: Libtool library used but `LIBTOOL' is undefined
gr-usrp2/src/Makefile.am:51:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-usrp2/src/Makefile.am:51:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-usrp2/src/Makefile.am:51:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-usrp2/src/Makefile.am:51:   its definition is in aclocal's search path.
gr-video-sdl/src/Makefile.am:36: Libtool library used but `LIBTOOL' is undefined
gr-video-sdl/src/Makefile.am:36:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-video-sdl/src/Makefile.am:36:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-video-sdl/src/Makefile.am:36:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-video-sdl/src/Makefile.am:36:   its definition is in aclocal's search path.
gruel/src/lib/Makefile.am:34: Libtool library used but `LIBTOOL' is undefined
gruel/src/lib/Makefile.am:34:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gruel/src/lib/Makefile.am:34:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gruel/src/lib/Makefile.am:34:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gruel/src/lib/Makefile.am:34:   its definition is in aclocal's search path.
gruel/src/lib/msg/Makefile.am:26: Libtool library used but `LIBTOOL' is 
undefined
gruel/src/lib/msg/Makefile.am:26:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gruel/src/lib/msg/Makefile.am:26:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gruel/src/lib/msg/Makefile.am:26:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gruel/src/lib/msg/Makefile.am:26:   its definition is in aclocal's search path.
gruel/src/lib/pmt/Makefile.am:27: Libtool library used but `LIBTOOL' is 
undefined
gruel/src/lib/pmt/Makefile.am:27:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gruel/src/lib/pmt/Makefile.am:27:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gruel/src/lib/pmt/Makefile.am:27:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gruel/src/lib/pmt/Makefile.am:27:   its definition is in aclocal's search path.
usrp/host/lib/Makefile.am:25: Libtool library used but `LIBTOOL' is undefined
usrp/host/lib/Makefile.am:25:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
usrp/host/lib/Makefile.am:25:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp/host/lib/Makefile.am:25:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
usrp/host/lib/Makefile.am:25:   its definition is in aclocal's search path.
usrp/host/misc/Makefile.am:30: Libtool library used but `LIBTOOL' is undefined
usrp/host/misc/Makefile.am:30:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
usrp/host/misc/Makefile.am:30:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp/host/misc/Makefile.am:30:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
usrp/host/misc/Makefile.am:30:   its definition is in aclocal's search path.
usrp/host/swig/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
usrp/host/swig/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
usrp/host/swig/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp/host/swig/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
usrp/host/swig/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
usrp/host/swig/Makefile.am:57:   `Makefile.swig' included from here
Makefile.swig:117:   `usrp/host/swig/Makefile.swig.gen' included from here
usrp2/host/lib/Makefile.am:30: Libtool library used but `LIBTOOL' is undefined
usrp2/host/lib/Makefile.am:30:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
usrp2/host/lib/Makefile.am:30:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp2/host/lib/Makefile.am:30:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
usrp2/host/lib/Makefile.am:30:   its definition is in aclocal's search path.
make: ** [Makefile.in] Erro 1
rodrigo@rodrigovirtualbox:~/gnuradio-3.3.0$ sudo ./configure > logconfigure.txt
./configure: line 6642: AC_LIBTOOL_WIN32_DLL: command not found
./configure: line 6643: AC_ENABLE_SHARED: command not found
./configure: line 6657: AC_PROG_LIBTOOL: command not found
./configure: line 8606: AC_PROG_LD: command not found
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
rodrigo@rodrigovirtualbox:~/gnuradio-3.3.0$ sudo make > logmake(ubuntu9.10)
bash: erro de sintaxe próximo do `token' não esperado `('
rodrigo@rodrigovirtualbox:~/gnuradio-3.3.0$ sudo make > logmake(ubuntu9.10).txt
bash: erro de sintaxe próximo do `token' não esperado `('
rodrigo@rodrigovirtualbox:~/gnuradio-3.3.0$ sudo make > logmake.txt
configure.ac:130: warning: AC_PROG_LIBTOOL is m4_require'd but not m4_defun'd
config/gr_scripting.m4:22: GR_SCRIPTING is expanded from...
configure.ac:130: the top level
configure.ac:228: warning: AC_PROG_LD is m4_require'd but not m4_defun'd
config/gr_libgnuradio_core_extra_ldflags.m4:23: 
GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded from...
configure.ac:228: the top level
Makefile.common.spu:44: AM_CFLAGS multiply defined in condition TRUE ...
gcell/apps/spu/Makefile.am:22:   `Makefile.common.spu' included from here
Makefile.common:23: ... `AM_CFLAGS' previously defined here
gcell/apps/spu/Makefile.am:22:   `Makefile.common.spu' included from here
Makefile.common.spu:22:   `Makefile.common' included from here
Makefile.common.spu:42: `CFLAGS' is a user variable, you should not override it;
Makefile.common.spu:42: use `AM_CFLAGS' instead.
gcell/apps/spu/Makefile.am:22:   `Makefile.common.spu' included from here
Makefile.common.spu:40: `CPPFLAGS' is a user variable, you should not override 
it;
Makefile.common.spu:40: use `AM_CPPFLAGS' instead.
gcell/apps/spu/Makefile.am:22:   `Makefile.common.spu' included from here
Makefile.common.spu:41: `LDFLAGS' is a user variable, you should not override 
it;
Makefile.common.spu:41: use `AM_LDFLAGS' instead.
gcell/apps/spu/Makefile.am:22:   `Makefile.common.spu' included from here
gcell/lib/Makefile.am:27: Libtool library used but `LIBTOOL' is undefined
gcell/lib/Makefile.am:27:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gcell/lib/Makefile.am:27:   to `configure.ac' and run `aclocal' and `autoconf' 
again.
gcell/lib/Makefile.am:27:   If `AC_PROG_LIBTOOL' is in `configure.ac', make sure
gcell/lib/Makefile.am:27:   its definition is in aclocal's search path.
gcell/lib/runtime/Makefile.am:32: Libtool library used but `LIBTOOL' is 
undefined
gcell/lib/runtime/Makefile.am:32:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gcell/lib/runtime/Makefile.am:32:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gcell/lib/runtime/Makefile.am:32:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gcell/lib/runtime/Makefile.am:32:   its definition is in aclocal's search path.
Makefile.common.spu:44: AM_CFLAGS multiply defined in condition TRUE ...
gcell/lib/spu/Makefile.am:30:   `Makefile.common.spu' included from here
Makefile.common:23: ... `AM_CFLAGS' previously defined here
gcell/lib/spu/Makefile.am:30:   `Makefile.common.spu' included from here
Makefile.common.spu:22:   `Makefile.common' included from here
Makefile.common.spu:40: `CPPFLAGS' is a user variable, you should not override 
it;
Makefile.common.spu:40: use `AM_CPPFLAGS' instead.
gcell/lib/spu/Makefile.am:30:   `Makefile.common.spu' included from here
Makefile.common.spu:42: `CFLAGS' is a user variable, you should not override it;
Makefile.common.spu:42: use `AM_CFLAGS' instead.
gcell/lib/spu/Makefile.am:30:   `Makefile.common.spu' included from here
Makefile.common.spu:41: `LDFLAGS' is a user variable, you should not override 
it;
Makefile.common.spu:41: use `AM_LDFLAGS' instead.
gcell/lib/spu/Makefile.am:30:   `Makefile.common.spu' included from here
gcell/lib/wrapper/Makefile.am:25: Libtool library used but `LIBTOOL' is 
undefined
gcell/lib/wrapper/Makefile.am:25:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gcell/lib/wrapper/Makefile.am:25:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gcell/lib/wrapper/Makefile.am:25:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gcell/lib/wrapper/Makefile.am:25:   its definition is in aclocal's search path.
gnuradio-core/src/lib/Makefile.am:36: Libtool library used but `LIBTOOL' is 
undefined
gnuradio-core/src/lib/Makefile.am:36:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/Makefile.am:36:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gnuradio-core/src/lib/Makefile.am:36:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/Makefile.am:36:   its definition is in aclocal's search 
path.
gnuradio-core/src/lib/filter/Makefile.am:31: Libtool library used but `LIBTOOL' 
is undefined
gnuradio-core/src/lib/filter/Makefile.am:31:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/filter/Makefile.am:31:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/filter/Makefile.am:31:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/filter/Makefile.am:31:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/g72x/Makefile.am:24: Libtool library used but `LIBTOOL' 
is undefined
gnuradio-core/src/lib/g72x/Makefile.am:24:   The usual way to define `LIBTOOL' 
is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/g72x/Makefile.am:24:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/g72x/Makefile.am:24:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/g72x/Makefile.am:24:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/general/Makefile.am:26: Libtool library used but 
`LIBTOOL' is undefined
gnuradio-core/src/lib/general/Makefile.am:26:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/general/Makefile.am:26:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/general/Makefile.am:26:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/general/Makefile.am:26:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/gengen/Makefile.am:27: Libtool library used but `LIBTOOL' 
is undefined
gnuradio-core/src/lib/gengen/Makefile.am:27:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/gengen/Makefile.am:27:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/gengen/Makefile.am:27:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/gengen/Makefile.am:27:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/hier/Makefile.am:27: Libtool library used but `LIBTOOL' 
is undefined
gnuradio-core/src/lib/hier/Makefile.am:27:   The usual way to define `LIBTOOL' 
is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/hier/Makefile.am:27:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/hier/Makefile.am:27:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/hier/Makefile.am:27:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/io/Makefile.am:27: Libtool library used but `LIBTOOL' is 
undefined
gnuradio-core/src/lib/io/Makefile.am:27:   The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/io/Makefile.am:27:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
gnuradio-core/src/lib/io/Makefile.am:27:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/io/Makefile.am:27:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/missing/Makefile.am:34: Libtool library used but 
`LIBTOOL' is undefined
gnuradio-core/src/lib/missing/Makefile.am:34:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/missing/Makefile.am:34:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/missing/Makefile.am:34:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/missing/Makefile.am:34:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/reed-solomon/Makefile.am:35: Libtool library used but 
`LIBTOOL' is undefined
gnuradio-core/src/lib/reed-solomon/Makefile.am:35:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/reed-solomon/Makefile.am:35:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/reed-solomon/Makefile.am:35:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/reed-solomon/Makefile.am:35:   its definition is in 
aclocal's search path.
gnuradio-core/src/lib/runtime/Makefile.am:26: Libtool library used but 
`LIBTOOL' is undefined
gnuradio-core/src/lib/runtime/Makefile.am:26:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/runtime/Makefile.am:26:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/runtime/Makefile.am:26:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/runtime/Makefile.am:26:   its definition is in aclocal's 
search path.
gnuradio-core/src/lib/swig/Makefile.swig.gen:862: Libtool library used but 
`LIBTOOL' is undefined
gnuradio-core/src/lib/swig/Makefile.swig.gen:862:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/swig/Makefile.swig.gen:862:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/swig/Makefile.swig.gen:862:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/swig/Makefile.swig.gen:862:   its definition is in 
aclocal's search path.
gnuradio-core/src/lib/swig/Makefile.am:85:   `Makefile.swig' included from here
Makefile.swig:117:   `gnuradio-core/src/lib/swig/Makefile.swig.gen' included 
from here
gnuradio-core/src/lib/viterbi/Makefile.am:24: Libtool library used but 
`LIBTOOL' is undefined
gnuradio-core/src/lib/viterbi/Makefile.am:24:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gnuradio-core/src/lib/viterbi/Makefile.am:24:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gnuradio-core/src/lib/viterbi/Makefile.am:24:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gnuradio-core/src/lib/viterbi/Makefile.am:24:   its definition is in aclocal's 
search path.
gr-atsc/src/lib/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-atsc/src/lib/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-atsc/src/lib/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-atsc/src/lib/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-atsc/src/lib/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-atsc/src/lib/Makefile.am:235:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-atsc/src/lib/Makefile.swig.gen' included from here
gr-audio-alsa/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-audio-alsa/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
gr-audio-alsa/src/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
gr-audio-alsa/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-audio-alsa/src/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-audio-alsa/src/Makefile.am:75:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-audio-alsa/src/Makefile.swig.gen' included from here
gr-audio-jack/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-audio-jack/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
gr-audio-jack/src/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
gr-audio-jack/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-audio-jack/src/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-audio-jack/src/Makefile.am:72:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-audio-jack/src/Makefile.swig.gen' included from here
gr-audio-oss/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-audio-oss/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
gr-audio-oss/src/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
gr-audio-oss/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-audio-oss/src/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-audio-oss/src/Makefile.am:67:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-audio-oss/src/Makefile.swig.gen' included from here
gr-audio-osx/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-audio-osx/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is 
to add `AC_PROG_LIBTOOL'
gr-audio-osx/src/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' 
and `autoconf' again.
gr-audio-osx/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-audio-osx/src/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-audio-osx/src/Makefile.am:77:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-audio-osx/src/Makefile.swig.gen' included from here
gr-audio-portaudio/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' 
is undefined
gr-audio-portaudio/src/Makefile.swig.gen:85:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gr-audio-portaudio/src/Makefile.swig.gen:85:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-audio-portaudio/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-audio-portaudio/src/Makefile.swig.gen:85:   its definition is in aclocal's 
search path.
gr-audio-portaudio/src/Makefile.am:74:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-audio-portaudio/src/Makefile.swig.gen' included from 
here
gr-audio-windows/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' 
is undefined
gr-audio-windows/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' 
is to add `AC_PROG_LIBTOOL'
gr-audio-windows/src/Makefile.swig.gen:85:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-audio-windows/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-audio-windows/src/Makefile.swig.gen:85:   its definition is in aclocal's 
search path.
gr-audio-windows/src/Makefile.am:70:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-audio-windows/src/Makefile.swig.gen' included from here
gr-comedi/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-comedi/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-comedi/src/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-comedi/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-comedi/src/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-comedi/src/Makefile.am:72:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-comedi/src/Makefile.swig.gen' included from here
gr-cvsd-vocoder/src/lib/Makefile.swig.gen:85: Libtool library used but 
`LIBTOOL' is undefined
gr-cvsd-vocoder/src/lib/Makefile.swig.gen:85:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gr-cvsd-vocoder/src/lib/Makefile.swig.gen:85:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-cvsd-vocoder/src/lib/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-cvsd-vocoder/src/lib/Makefile.swig.gen:85:   its definition is in aclocal's 
search path.
gr-cvsd-vocoder/src/lib/Makefile.am:60:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-cvsd-vocoder/src/lib/Makefile.swig.gen' included from 
here
gr-gcell/src/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-gcell/src/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-gcell/src/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-gcell/src/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-gcell/src/Makefile.swig.gen:85:   its definition is in aclocal's search path.
gr-gcell/src/Makefile.am:87:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-gcell/src/Makefile.swig.gen' included from here
gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen:85: Libtool library used but 
`LIBTOOL' is undefined
gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen:85:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen:85:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen:85:   its definition is in 
aclocal's search path.
gr-gsm-fr-vocoder/src/lib/Makefile.am:61:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen' included 
from here
gr-gsm-fr-vocoder/src/lib/gsm/Makefile.am:49: Libtool library used but 
`LIBTOOL' is undefined
gr-gsm-fr-vocoder/src/lib/gsm/Makefile.am:49:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gr-gsm-fr-vocoder/src/lib/gsm/Makefile.am:49:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-gsm-fr-vocoder/src/lib/gsm/Makefile.am:49:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-gsm-fr-vocoder/src/lib/gsm/Makefile.am:49:   its definition is in aclocal's 
search path.
gr-msdd6000/src/Makefile.am:35: Libtool library used but `LIBTOOL' is undefined
gr-msdd6000/src/Makefile.am:35:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-msdd6000/src/Makefile.am:35:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-msdd6000/src/Makefile.am:35:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-msdd6000/src/Makefile.am:35:   its definition is in aclocal's search path.
gr-noaa/lib/Makefile.am:28: Libtool library used but `LIBTOOL' is undefined
gr-noaa/lib/Makefile.am:28:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-noaa/lib/Makefile.am:28:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-noaa/lib/Makefile.am:28:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-noaa/lib/Makefile.am:28:   its definition is in aclocal's search path.
gr-noaa/swig/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-noaa/swig/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-noaa/swig/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-noaa/swig/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-noaa/swig/Makefile.swig.gen:85:   its definition is in aclocal's search path.
gr-noaa/swig/Makefile.am:59:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-noaa/swig/Makefile.swig.gen' included from here
gr-pager/lib/Makefile.am:37: Libtool library used but `LIBTOOL' is undefined
gr-pager/lib/Makefile.am:37:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-pager/lib/Makefile.am:37:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-pager/lib/Makefile.am:37:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-pager/lib/Makefile.am:37:   its definition is in aclocal's search path.
gr-pager/swig/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
gr-pager/swig/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-pager/swig/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-pager/swig/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-pager/swig/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
gr-pager/swig/Makefile.am:54:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-pager/swig/Makefile.swig.gen' included from here
gr-qtgui/src/lib/Makefile.am:78: `%'-style pattern rules are a GNU make 
extension
gr-qtgui/src/lib/Makefile.am:81: `%'-style pattern rules are a GNU make 
extension
gr-qtgui/src/lib/Makefile.am:43: Libtool library used but `LIBTOOL' is undefined
gr-qtgui/src/lib/Makefile.am:43:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-qtgui/src/lib/Makefile.am:43:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-qtgui/src/lib/Makefile.am:43:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-qtgui/src/lib/Makefile.am:43:   its definition is in aclocal's search path.
gr-radio-astronomy/src/lib/Makefile.swig.gen:85: Libtool library used but 
`LIBTOOL' is undefined
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   The usual way to define 
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   to `configure.ac' and run 
`aclocal' and `autoconf' again.
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
gr-radio-astronomy/src/lib/Makefile.swig.gen:85:   its definition is in 
aclocal's search path.
gr-radio-astronomy/src/lib/Makefile.am:37:   `Makefile.swig' included from here
Makefile.swig:117:   `gr-radio-astronomy/src/lib/Makefile.swig.gen' included 
from here
gr-trellis/src/lib/Makefile.am:69: Libtool library used but `LIBTOOL' is 
undefined
gr-trellis/src/lib/Makefile.am:69:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
gr-trellis/src/lib/Makefile.am:69:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-trellis/src/lib/Makefile.am:69:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-trellis/src/lib/Makefile.am:69:   its definition is in aclocal's search path.
gr-usrp/src/Makefile.am:43: Libtool library used but `LIBTOOL' is undefined
gr-usrp/src/Makefile.am:43:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-usrp/src/Makefile.am:43:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-usrp/src/Makefile.am:43:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-usrp/src/Makefile.am:43:   its definition is in aclocal's search path.
gr-usrp2/src/Makefile.am:51: Libtool library used but `LIBTOOL' is undefined
gr-usrp2/src/Makefile.am:51:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-usrp2/src/Makefile.am:51:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-usrp2/src/Makefile.am:51:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gr-usrp2/src/Makefile.am:51:   its definition is in aclocal's search path.
gr-video-sdl/src/Makefile.am:36: Libtool library used but `LIBTOOL' is undefined
gr-video-sdl/src/Makefile.am:36:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gr-video-sdl/src/Makefile.am:36:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gr-video-sdl/src/Makefile.am:36:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gr-video-sdl/src/Makefile.am:36:   its definition is in aclocal's search path.
gruel/src/lib/Makefile.am:34: Libtool library used but `LIBTOOL' is undefined
gruel/src/lib/Makefile.am:34:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gruel/src/lib/Makefile.am:34:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gruel/src/lib/Makefile.am:34:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
gruel/src/lib/Makefile.am:34:   its definition is in aclocal's search path.
gruel/src/lib/msg/Makefile.am:26: Libtool library used but `LIBTOOL' is 
undefined
gruel/src/lib/msg/Makefile.am:26:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gruel/src/lib/msg/Makefile.am:26:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gruel/src/lib/msg/Makefile.am:26:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gruel/src/lib/msg/Makefile.am:26:   its definition is in aclocal's search path.
gruel/src/lib/pmt/Makefile.am:27: Libtool library used but `LIBTOOL' is 
undefined
gruel/src/lib/pmt/Makefile.am:27:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
gruel/src/lib/pmt/Makefile.am:27:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
gruel/src/lib/pmt/Makefile.am:27:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
gruel/src/lib/pmt/Makefile.am:27:   its definition is in aclocal's search path.
usrp/host/lib/Makefile.am:25: Libtool library used but `LIBTOOL' is undefined
usrp/host/lib/Makefile.am:25:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
usrp/host/lib/Makefile.am:25:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp/host/lib/Makefile.am:25:   If `AC_PROG_LIBTOOL' is in `configure.ac', make 
sure
usrp/host/lib/Makefile.am:25:   its definition is in aclocal's search path.
usrp/host/misc/Makefile.am:30: Libtool library used but `LIBTOOL' is undefined
usrp/host/misc/Makefile.am:30:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
usrp/host/misc/Makefile.am:30:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp/host/misc/Makefile.am:30:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
usrp/host/misc/Makefile.am:30:   its definition is in aclocal's search path.
usrp/host/swig/Makefile.swig.gen:85: Libtool library used but `LIBTOOL' is 
undefined
usrp/host/swig/Makefile.swig.gen:85:   The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
usrp/host/swig/Makefile.swig.gen:85:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp/host/swig/Makefile.swig.gen:85:   If `AC_PROG_LIBTOOL' is in 
`configure.ac', make sure
usrp/host/swig/Makefile.swig.gen:85:   its definition is in aclocal's search 
path.
usrp/host/swig/Makefile.am:57:   `Makefile.swig' included from here
Makefile.swig:117:   `usrp/host/swig/Makefile.swig.gen' included from here
usrp2/host/lib/Makefile.am:30: Libtool library used but `LIBTOOL' is undefined
usrp2/host/lib/Makefile.am:30:   The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
usrp2/host/lib/Makefile.am:30:   to `configure.ac' and run `aclocal' and 
`autoconf' again.
usrp2/host/lib/Makefile.am:30:   If `AC_PROG_LIBTOOL' is in `configure.ac', 
make sure
usrp2/host/lib/Makefile.am:30:   its definition is in aclocal's search path.
make: ** [Makefile.in] Erro 1

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to