Hi all,

I am trying to run the examples given in tutorial, 
"how-to-write-a-signal-processing-block". The $ ./configure is fine but $ make 
yields the error below. 

mahb...@ubuntu:~/Desktop/myblocks$ make
make  all-recursive
make[1]: Entering directory `/home/mahboob/Desktop/myblocks'
Making all in config
make[2]: Entering directory `/home/mahboob/Desktop/myblocks/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/mahboob/Desktop/myblocks/config'
Making all in src
make[2]: Entering directory `/home/mahboob/Desktop/myblocks/src'
Making all in lib
make[3]: Entering directory `/home/mahboob/Desktop/myblocks/src/lib'
make  all-am
make[4]: Entering directory `/home/mahboob/Desktop/myblocks/src/lib'
source='howto.cc' object='_howto_la-howto.lo' libtool=yes \
        DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
        /bin/bash ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H 
-I. -I../..   -I/usr/include/gnuradio -I/usr/include/gnuradio/swig 
-I/usr/include/python2.6  -DOMNITHREAD_POSIX=1 -I/usr/include/gnuradio     -c 
-o _howto_la-howto.lo `test -f 'howto.cc' || echo './'`howto.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/gnuradio 
-I/usr/include/gnuradio/swig -I/usr/include/python2.6 -DOMNITHREAD_POSIX=1 
-I/usr/include/gnuradio -c howto.cc  -o .libs/_howto_la-howto.o
../../libtool: line 990: g++: command not found
make[4]: *** [_howto_la-howto.lo] Error 1
make[4]: Leaving directory `/home/mahboob/Desktop/myblocks/src/lib'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/mahboob/Desktop/myblocks/src/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/mahboob/Desktop/myblocks/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mahboob/Desktop/myblocks'
make: *** [all] Error 2
mahb...@ubuntu:~/Desktop/myblocks$ 

Can anyone highlight its root?

Thanks,
Mahboob

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

Reply via email to