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:[EMAIL PROTECTED]:/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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
