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: Achilleas Anastasopoulos
Subject: Re: [Discuss-gnuradio] problem building from cvs
Date: Thu, 27 Apr 2006 12:57:14 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Eric,

I switched to a regular user as you suggested.
Here is the info you requested.:

---------------------------------------------------
address@hidden gr-build]$ autoconf --version
autoconf (GNU Autoconf) 2.59
Written by David J. MacKenzie and Akim Demaille.

Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
address@hidden gr-build]$ automake --version
automake (GNU automake) 1.9.5
Written by Tom Tromey <address@hidden>.

Copyright 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
address@hidden gr-build]$ libtool --version
ltmain.sh (GNU libtool) 1.5.6 (1.1220.2.95 2004/04/11 05:50:42)

Copyright (C) 2003  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--------------------------------------------
Now after executing

./for-all-dirs ../buildit 2>&1 | tee make.log

I get the same error with the attached make.log file.

Thanks
Achilleas





Eric Blossom wrote:
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



--
_______________________________________________________
Achilleas Anastasopoulos                        
Associate Professor
EECS Department               Voice : (734)615-4024
UNIVERSITY OF MICHIGAN        Fax   : (734)763-8041
Ann Arbor, MI 48109-2122      E-mail: address@hidden
URL: http://www-personal.engin.umich.edu/~anastas/      
_______________________________________________________
>>> /home/anastas/gnuradio_cvs/gr-build/gnuradio-core
/usr/local/share/aclocal/cppunit.m4:4: warning: underquoted definition of 
AM_PATH_CPPUNIT
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
configure.ac:58: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd
configure.ac:58: AC_PROG_LIBTOOL is required by...
config/gr_scripting.m4:30: GR_SCRIPTING is expanded from...
configure.ac:58: the top level
configure.ac:115: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.ac:115: AC_PROG_LD is required by...
config/gr_libgnuradio_core_extra_ldflags.m4:40: 
GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded from...
configure.ac:115: the top level
configure.ac:58: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd
configure.ac:58: AC_PROG_LIBTOOL is required by...
config/gr_scripting.m4:30: GR_SCRIPTING is expanded from...
configure.ac:58: the top level
configure.ac:115: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.ac:115: AC_PROG_LD is required by...
config/gr_libgnuradio_core_extra_ldflags.m4:40: 
GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded from...
configure.ac:115: the top level
configure.ac:51: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:53: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:54: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:55: error: possibly undefined macro: AC_PROG_LIBTOOL
configure:9749: error: possibly undefined macro: AC_PROG_LD
configure.ac:58: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd
configure.ac:58: AC_PROG_LIBTOOL is required by...
config/gr_scripting.m4:30: GR_SCRIPTING is expanded from...
configure.ac:58: the top level
configure.ac:115: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.ac:115: AC_PROG_LD is required by...
config/gr_libgnuradio_core_extra_ldflags.m4:40: 
GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded from...
configure.ac:115: the top level
configure.ac:58: warning: AC_PROG_LIBTOOL is m4_require'd but is not m4_defun'd
configure.ac:58: AC_PROG_LIBTOOL is required by...
config/gr_scripting.m4:30: GR_SCRIPTING is expanded from...
configure.ac:58: the top level
configure.ac:115: warning: AC_PROG_LD is m4_require'd but is not m4_defun'd
configure.ac:115: AC_PROG_LD is required by...
config/gr_libgnuradio_core_extra_ldflags.m4:40: 
GR_LIBGNURADIO_CORE_EXTRA_LDFLAGS is expanded from...
configure.ac:115: the top level
configure.ac:26: version mismatch.  This is Automake 1.9.5,
configure.ac:26: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:26: comes from Automake 1.8.5.  You should recreate
configure.ac:26: aclocal.m4 with aclocal and run automake again.
src/lib/Makefile.am:32: Libtool library used but `LIBTOOL' is undefined
src/lib/Makefile.am:32: 
src/lib/Makefile.am:32: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/Makefile.am:32: to `configure.ac' and run `aclocal' and `autoconf' 
again.
src/lib/filter/Makefile.am:31: Libtool library used but `LIBTOOL' is undefined
src/lib/filter/Makefile.am:31: 
src/lib/filter/Makefile.am:31: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/filter/Makefile.am:31: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/lib/g72x/Makefile.am:24: Libtool library used but `LIBTOOL' is undefined
src/lib/g72x/Makefile.am:24: 
src/lib/g72x/Makefile.am:24: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/g72x/Makefile.am:24: to `configure.ac' and run `aclocal' and `autoconf' 
again.
src/lib/general/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined
src/lib/general/Makefile.am:26: 
src/lib/general/Makefile.am:26: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/general/Makefile.am:26: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/lib/io/Makefile.am:27: Libtool library used but `LIBTOOL' is undefined
src/lib/io/Makefile.am:27: 
src/lib/io/Makefile.am:27: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/io/Makefile.am:27: to `configure.ac' and run `aclocal' and `autoconf' 
again.
src/lib/missing/Makefile.am:30: Libtool library used but `LIBTOOL' is undefined
src/lib/missing/Makefile.am:30: 
src/lib/missing/Makefile.am:30: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/missing/Makefile.am:30: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/lib/omnithread/Makefile.am:32: Libtool library used but `LIBTOOL' is 
undefined
src/lib/omnithread/Makefile.am:32: 
src/lib/omnithread/Makefile.am:32: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/omnithread/Makefile.am:32: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/lib/reed-solomon/Makefile.am:35: Libtool library used but `LIBTOOL' is 
undefined
src/lib/reed-solomon/Makefile.am:35: 
src/lib/reed-solomon/Makefile.am:35: The usual way to define `LIBTOOL' is to 
add `AC_PROG_LIBTOOL'
src/lib/reed-solomon/Makefile.am:35: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/lib/runtime/Makefile.am:26: Libtool library used but `LIBTOOL' is undefined
src/lib/runtime/Makefile.am:26: 
src/lib/runtime/Makefile.am:26: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/runtime/Makefile.am:26: to `configure.ac' and run `aclocal' and 
`autoconf' again.
src/lib/swig/Makefile.am:63: Libtool library used but `LIBTOOL' is undefined
src/lib/swig/Makefile.am:63: 
src/lib/swig/Makefile.am:63: The usual way to define `LIBTOOL' is to add 
`AC_PROG_LIBTOOL'
src/lib/swig/Makefile.am:63: to `configure.ac' and run `aclocal' and `autoconf' 
again.
>>> build FAILED in /home/anastas/gnuradio_cvs/gr-build/gnuradio-core

reply via email to

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