Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Miklos Christine
The package libtool was missing.

On Fri, Oct 2, 2009 at 1:29 PM, Chen Chen  wrote:

> So what is the cause of the problem?
>
>
> On Fri, Oct 2, 2009 at 3:50 PM, Miklos Christine 
> wrote:
>
>> Fixed it.
>>
>> Thanks,
>> Miklos
>>
>>
>> On Fri, Oct 2, 2009 at 10:49 AM, Miklos Christine <
>> mchrist...@berkeley.edu> wrote:
>>
>>> 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 define `LIBTOOL' is to add
>>> `AC_PROG_LIBTOOL'
>>> src/bbn/Makefile.am:60:   to `configure.ac' and run `aclocal' and
>>> `autoconf' again.
>>> src/bbn/Makefile.am:60:   If `AC_PROG_LIBTOOL' is in `configure.ac',
>>> make sure
>>> src/bbn/Makefile.am:60:   its definition is in aclocal's search path.
>>>
>>> Thanks,
>>> Miklos
>>>
>>>
>>> On Thu, Oct 1, 2009 at 5:29 PM, Chen Chen wrote:
>>>
 Hi,

 Have you done the ./bootstrap step?




 Chen Chen


>>>
>>
>
>
> --
> Chen Chen
> Dept. of Electrical & Computer Engineering
> Lehigh University
> Bethlehem, PA 18015
> E-mail:morningchen1...@gmail.com 
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Chen Chen
So what is the cause of the problem?

On Fri, Oct 2, 2009 at 3:50 PM, Miklos Christine wrote:

> Fixed it.
>
> Thanks,
> Miklos
>
>
> On Fri, Oct 2, 2009 at 10:49 AM, Miklos Christine  > wrote:
>
>> 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 define `LIBTOOL' is to add
>> `AC_PROG_LIBTOOL'
>> src/bbn/Makefile.am:60:   to `configure.ac' and run `aclocal' and
>> `autoconf' again.
>> src/bbn/Makefile.am:60:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
>> sure
>> src/bbn/Makefile.am:60:   its definition is in aclocal's search path.
>>
>> Thanks,
>> Miklos
>>
>>
>> On Thu, Oct 1, 2009 at 5:29 PM, Chen Chen wrote:
>>
>>> Hi,
>>>
>>> Have you done the ./bootstrap step?
>>>
>>>
>>>
>>>
>>> Chen Chen
>>>
>>>
>>
>


-- 
Chen Chen
Dept. of Electrical & Computer Engineering
Lehigh University
Bethlehem, PA 18015
E-mail:morningchen1...@gmail.com 
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Miklos Christine
Fixed it.

Thanks,
Miklos

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

> 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 define `LIBTOOL' is to add
> `AC_PROG_LIBTOOL'
> src/bbn/Makefile.am:60:   to `configure.ac' and run `aclocal' and
> `autoconf' again.
> src/bbn/Makefile.am:60:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
> sure
> src/bbn/Makefile.am:60:   its definition is in aclocal's search path.
>
> Thanks,
> Miklos
>
>
> On Thu, Oct 1, 2009 at 5:29 PM, Chen Chen wrote:
>
>> Hi,
>>
>> Have you done the ./bootstrap step?
>>
>>
>>
>>
>> Chen Chen
>>
>>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Re: [Discuss-gnuradio] Error Compiling BBN USRP2 Code

2009-10-02 Thread Miklos Christine
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 define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/bbn/Makefile.am:60:   to `configure.ac' and run `aclocal' and `autoconf'
again.
src/bbn/Makefile.am:60:   If `AC_PROG_LIBTOOL' is in `configure.ac', make
sure
src/bbn/Makefile.am:60:   its definition is in aclocal's search path.

Thanks,
Miklos

On Thu, Oct 1, 2009 at 5:29 PM, Chen Chen  wrote:

> Hi,
>
> Have you done the ./bootstrap step?
>
>
>
>
> Chen Chen
>
>
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio