Â
Hi,
I check the required packages and the configure passed without errors.
But on make, I get the following:
make all-recursive
make[1]: Entering directory /home/pkmisra/GNU Radio/gnuradio-3.1.3' Making all in config make[2]: Entering directory
/home/pkmisra/GNU
Radio/gnuradio-3.1.3/config’
make[2]: Nothing to be done for all'. make[2]: Leaving directory
/home/pkmisra/GNU
Radio/gnuradio-3.1.3/config’
Making all in omnithread
make[2]: Entering directory /home/pkmisra/GNU Radio/gnuradio-3.1.3/omnithread' /bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -DOMNITHREAD_POSIX=1 -DPthreadDraftVersion=10 -I/home/pkmisra/GNU Radio/gnuradio-3.1.3/omnithread -g -O2 -Wall -Woverloaded-virtual -pthread -MT omni_time.lo -MD -MP -MF .deps/omni_time.Tpo -c -o omni_time.lo omni_time.cc libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DOMNITHREAD_POSIX=1 -DPthreadDraftVersion=10 -I/home/pkmisra/GNU Radio/gnuradio-3.1.3/omnithread -g -O2 -Wall -Woverloaded-virtual -pthread -MT omni_time.lo -MD -MP -MF .deps/omni_time.Tpo -c omni_time.cc -fPIC -DPIC -o .libs/omni_time.o g++: Radio/gnuradio-3.1.3/omnithread: No such file or directory make[2]: *** [omni_time.lo] Error 1 make[2]: Leaving directory
/home/pkmisra/GNU
Radio/gnuradio-3.1.3/omnithread’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pkmisra/GNU Radio/gnuradio-3.1.3’
make: *** [all] Error 2
Please suggest.
On Fri, 03 Oct 2008 George N. wrote :
Thanks.
You might want to keep all of your build problems in a single thread instead of creating a new post every time.
Have you tried looking at the documentation?
http://gnuradio.org/trac/wiki/UbuntuInstall
- George
Prasant Kumar Misra.