discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] problem building from cvs


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] problem building from cvs
Date: Thu, 27 Apr 2006 09:43:21 -0700
User-agent: Mutt/1.5.9i

On Thu, Apr 27, 2006 at 10:20:04AM -0400, Achilleas Anastasopoulos wrote:
> This is my first attempt to build from cvs.
> I have all required applications installed,
> and their versions are the ones required.
> 
> Now, after
> 
>   $ export CVS_RSH="ssh"
>   $ cvs -z3 -d:pserver:address@hidden:/sources/gnuradio 
> co -P gr-build
>   $ cd gr-build
>   $ ./checkout -x mc4020
> 
> I get all the required directories under gr-build.
> Unfortunately, when I try to build (as root) with

First survivial tip: DON'T BUILD AS ROOT  (there's no need and it's dangerous)

>   $ ./for-all-dirs ../buildit 2>&1 | tee make.log
> 
> I get an error (see make.log attached).
> It seems that I need to set LIBTOOL to something...
> 
> Any help is appreciated.
> 
> Thanks
> Achilleas

Please execute these commands running as your normal user login
and send me the output:

  $ autoconf --version
  $ automake --version
  $ libtool --version

Then try building as a regular user.

Thanks,
Eric




reply via email to

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