On Sat, Jul 31, 2010 at 03:18:41PM +0800, intermilan wrote: > > hi all: > recently I want to run some c++ programs in the gnuradio,then I > found the test_usrp_standard_tx/rx.cc.But when I use the command > g++ to compile the program,there is lots of error.I list the error > as follow: > > the command I used is : g++ test_usrp_standard_tx.cc -o test_tx -lusrp > so can anyone tell me why these errors happen?
Try: $ make Look at Makefile.am for additional info. You may also want to take a look at the automake documentation. Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio