discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] problem building from cvs


From: Achilleas Anastasopoulos
Subject: [Discuss-gnuradio] problem building from cvs
Date: Thu, 27 Apr 2006 10:20:04 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

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

  $ ./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
>>> /root/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 /root/gnuradio_cvs/gr-build/gnuradio-core

reply via email to

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