discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] make errors in gnu radio 3.3.0


From: Don Ward
Subject: Re: [Discuss-gnuradio] make errors in gnu radio 3.3.0
Date: Sat, 12 Feb 2011 08:40:14 -0500

Chomal, Sunil wrote:

I am trying to build the gnu radio (release 3.3.0) for the first time on my windows pc. I am following the steps as in http://gnuradio.org/redmine/wiki/gnuradio/CygwinInstallMain I have installed cygwin and the relevant packages as mention in the above link.
[...]

I have installed boost in the directory \usr\src\boost_1_45_0
I tried setting the the environment variable LD_LIBRARY_PATH to this i.e
export LD_LIBRARY_PATH=/usr/src/boost_1_45_0/libs

You shouldn't need this.

[...]

libtool: link: rm -fr  .libs/libgruel.dll.a
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i686-pc-cygwin/4.3.4/crtbegin. o .libs/realtime.o .libs/sys_pri.o .libs/thread.o .libs/thread_body_wrapper.o . libs/thread_group.o -Wl,--whole-archive pmt/.libs/libpmt.a msg/.libs/libmsg.a -
Wl,--no-whole-archive  -L/usr/lib -lboost_thread-gcc-mt-1_33_1 -L/usr/lib/gcc/i6

The line above is looking for boost_thread-gcc-mt-1_33_1.
Apparently ./configure is finding boost 1.33.1 instead of 1.45.0.
Do you have the Cygwin boost 1.33.1 package installed?  If so, try
removing it.  Then rerun ./configure and look at the output to see
what version of boost is found.

86-pc-cygwin/4.3.4 -L/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../.. /usr/lib/gcc/i68 6-pc-cygwin/4.3.4/libstdc++.dll.a -lgcc_s -lgcc_s -lcygwin -luser32 -lkernel32 - ladvapi32 -lshell32 -lgcc_s -lgcc_s /usr/lib/gcc/i686-pc-cygwin/4.3.4/crtend.o -O2 -o .libs/cyggruel-3-3-0-0.dll -Wl,--enable-auto-image-base -Xlinker --out-
implib -Xlinker .libs/libgruel.dll.a
Creating library file: .libs/libgruel.dll.a
.libs/thread_group.o: In function `_ZN5boost12shared_mutex4lockEv':
/usr/local/include/boost/thread/pthread/shared_mutex.hpp:129: undefined referenc
e to
`boost::this_thread::disable_interruption::disable_interruption()'
[...]

-- Don W.




reply via email to

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