discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Building my application


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Building my application
Date: Tue, 16 Sep 2003 08:31:30 -0700
User-agent: Mutt/1.4.1i

On Tue, Sep 16, 2003 at 08:56:14AM -0300, Wallace Alves de A Rocha wrote:

> 
> I am trying to compile a new application in the gnuradio. I included the 
> files in examples and I added the lines in Makefile.am. Them run "make" 
> and the command came back that there is not anything to do for all. 
> Deleting Makefile.in the command comes back that " autoconf-1.4 " was 
> not found. How to compile this program?

When you change the contents of a Makefile.am you'll need to play by
the developer rules.  See the README regarding which versions of
automake/autoconf/libtool that you'll need.

You'll also want to start with the ./bootstrap command followed by
./configure --enable-maintainer-mode

These should fix your problems.

Eric




reply via email to

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