discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] @ACLOCAL@: command not found
Date: Sun, 17 Nov 2013 14:37:56 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0

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/17/2013 02:34 PM, nesimi eldarov wrote:
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 <address@hidden>:
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 whole lot easier to debug.

Anyway, even with the old autohell-based solutions you shouldn't have to do the steps below. Just run ./bootstrap !

Greetings
Marcus

On 11/17/2013 01:31 PM, nesimi eldarov wrote:
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 these:

CDPATH="${ZSH_VERSION+.}:" && cd . && @ACLOCAL@ -I config
/bin/bash: @ACLOCAL@: command not found
make: *** [aclocal.m4] Error 127
 

Do you know how to fix it?

--
NE

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

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



--
nesimi eldarov


reply via email to

[Prev in Thread] Current Thread [Next in Thread]