Re: [Discuss-gnuradio] @ACLOCAL@: command not found

2013-11-17 Thread nesimi eldarov
Hi Marcus, that is the instructions of building gnuradio, isn't it? I wanted to install new library into gnuradio or any new files.  Is that a different thing? Best, - Nasimi Воскресенье, 17 ноября 2013, 14:37 +01:00 от Marcus Müller : >I'm referring you to the official build guide, htt

Re: [Discuss-gnuradio] @ACLOCAL@: command not found

2013-11-17 Thread Marcus Müller
I'm referring you to the official build guide, http://gnuradio.org/redmine/projects/gnuradio/wiki/BuildGuide, specifically: go to your source directory, mkdir build cd build cmake .. make sudo make install Where did you get your instructions? They are very outdated... Greetings Marcus On 11/1

Re: [Discuss-gnuradio] @ACLOCAL@: command not found

2013-11-17 Thread nesimi eldarov
Hi Marcus, Yes, my GNU radio version is 3.6.  I used ./bootstrap, that did not work :( Can you tell me how to use cmake to install the shared library to gnuradio? Best, - NE Воскресенье, 17 ноября 2013, 14:25 +01:00 от Marcus Müller : >Hi Nesimi, > >I don't know how old your GNU Radio version

Re: [Discuss-gnuradio] @ACLOCAL@: command not found

2013-11-17 Thread Marcus Müller
Hi Nesimi, I don't know how old your GNU Radio version actually is, but I urge you that if you -- by any means -- can convert your application to at least GNU Radio 3.6 or even better 3.7: do it! 3.6 and 2.7 both build using cmake which is much easier to use than the whole auto*-hell and a who

[Discuss-gnuradio] @ACLOCAL@: command not found

2013-11-17 Thread nesimi eldarov
Hi all, I need your help: I want to install some files (old gnu library and developed files) for GNU to my new Ubuntu: 13.04. All config, makefiles were for old ubuntu.  I run these: $ autoscan then change config.scan to .ac $ autoconf $ aclocal $ automake when I run  $ make it triggers thes