Bootstrap gives this error:

ras@dk5ras:~/gnuradio-3.4.2$ ./bootstrap 
configure.ac:24: warning: AM_INIT_AUTOMAKE: two- and three-
arguments forms are deprecated.  For more info, see:
configure.ac:24: 
http://www.gnu.org/software/automake/manual/automake.html#Modernize-
AM_005fINIT_005fAUTOMAKE-invocation
python: can't open file 'gen/volk_register.py': [Errno 2] No such file or 
directory
mv: cannot stat `gen/lib/Makefile.am': No such file or directory
ras@dk5ras:~/gnuradio-3.4.2$ 

After that a make brings up this:

make  all-am
make[5]: Entering directory `/home/ras/gnuradio-3.4.2/gr-usrp/apps'
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -g -O2  -Wall -
Woverloaded-virtual -pthread   -o usrp_rx_cfile usrp_rx_cfile.o 
/home/ras/gnuradio-3.4.2/gnuradio-core/src/lib/libgnuradio-core.la 
/home/ras/gnuradio-3.4.2/usrp/host/lib/libusrp.la ../../gr-
usrp/src/libgnuradio-usrp.la -L/usr/lib -lboost_program_options -
lboost_filesystem -lltdl 
libtool: link: g++ -g -O2 -Wall -Woverloaded-virtual -pthread -o 
.libs/usrp_rx_cfile usrp_rx_cfile.o  /home/ras/gnuradio-3.4.2/gnuradio-
core/src/lib/.libs/libgnuradio-core.so 
/home/ras/gnuradio-3.4.2/usrp/host/lib/.libs/libusrp.so ../../gr-
usrp/src/.libs/libgnuradio-usrp.so -L/usr/lib -lboost_program_options -
lboost_filesystem /usr/lib/x86_64-linux-gnu/libltdl.so -pthread -Wl,-rpath 
-Wl,/usr/local/lib64
/usr/bin/ld: usrp_rx_cfile.o: undefined reference to symbol 
'_ZN5boost6system15system_categoryEv'
/usr/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined 
in DSO /usr/lib/libboost_system.so.1.53.0 so try adding it to the linker 
command line
/usr/lib/libboost_system.so.1.53.0: could not read symbols: Invalid 
operation
collect2: error: ld returned 1 exit status
make[5]: *** [usrp_rx_cfile] Error 1
make[5]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp/apps'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp/apps'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/ras/gnuradio-3.4.2/gr-usrp'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ras/gnuradio-3.4.2'
make: *** [all] Error 2
ras@dk5ras:~/gnuradio-3.4.2$ 

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

Reply via email to