Error Compiling BBN USRP2 Code

Hi,

Have you done the ./bootstrap step?

Chen C.

I never received this error in 32-bit ubuntu.

I did a ./bootstrap, but receive this error:

configure.ac:47: warning: AC_PROG_LIBTOOL is m4_require’d but not
m4_defun’d
config/gr_scripting.m4:22: GR_SCRIPTING is expanded from…
configure.ac:47: the top level
configure.ac:47: warning: AC_PROG_LIBTOOL is m4_require’d but not
m4_defun’d
config/gr_scripting.m4:22: GR_SCRIPTING is expanded from…
configure.ac:47: the top level
configure.ac:40: 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:41: error: possibly undefined macro: AC_ENABLE_SHARED
configure.ac:42: error: possibly undefined macro: AC_DISABLE_STATIC
configure.ac:43: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.ac:47: warning: AC_PROG_LIBTOOL is m4_require’d but not
m4_defun’d
config/gr_scripting.m4:22: GR_SCRIPTING is expanded from…
configure.ac:47: the top level
./bootstrap: 28: libtoolize: not found
configure.ac:47: warning: AC_PROG_LIBTOOL is m4_require’d but not
m4_defun’d
config/gr_scripting.m4:22: GR_SCRIPTING is expanded from…
configure.ac:47: the top level
doc/Makefile.am:77: %'-style pattern rules are a GNU make extension doc/Makefile.am:80:%’-style pattern rules are a GNU make extension
src/bbn/Makefile.am:60: Libtool library used but LIBTOOL' is undefined src/bbn/Makefile.am:60: The usual way to defineLIBTOOL’ is to add
AC_PROG_LIBTOOL' src/bbn/Makefile.am:60: toconfigure.ac’ and run aclocal' andautoconf’
again.
src/bbn/Makefile.am:60: If AC_PROG_LIBTOOL' is inconfigure.ac’,
make
sure
src/bbn/Makefile.am:60: its definition is in aclocal’s search path.

Thanks,
Miklos

Fixed it.

Thanks,
Miklos

On Fri, Oct 2, 2009 at 10:49 AM, Miklos Christine

So what is the cause of the problem?

The package libtool was missing.