dear pals please help with this error for gnuradio build
checking for boost >= 1.35... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking whether the boost::thread includes are available... yes checking for exit in -lboost_thread-mt... yes checking whether the boost::date_time includes are available... yes checking for exit in -lboost_date_time-mt... yes checking whether the boost::system includes are available... yes configure: error: Could not link against libboost_system! root@debian:~/gnuradio# ^C
On Mon, Dec 12, 2011 at 2:00 PM, openbsc-request@lists.osmocom.org wrote:
Send OpenBSC mailing list submissions to openbsc@lists.osmocom.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.osmocom.org/mailman/listinfo/openbsc or, via email, send a message with subject or body 'help' to openbsc-request@lists.osmocom.org
You can reach the person managing the list at openbsc-owner@lists.osmocom.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of OpenBSC digest..."
Today's Topics:
- slightly off the topic (Akib Sayyed)
Message: 1 Date: Mon, 12 Dec 2011 10:28:24 +0530 From: Akib Sayyed akibsayyed@gmail.com To: "openbts-discuss@lists.sourceforge.net List" openbts-discuss@lists.sourceforge.net, openbsc@lists.osmocom.org Subject: slightly off the topic Message-ID: <CAMG-S91QY0FLChBfiG3g3n6w_WLinW9VQXsxbLqNra12VXk0ZQ@mail.gmail.com
Content-Type: text/plain; charset="utf-8"
guys i wanted to know what gnuradio version is needed for airprobe. i tried asking on airprobe list but dint got any repsonse.
also i tried to compile gnuradio 3.1.2 but dint worked for me. can any one please explain??
thanks in advance
-- Akib Sayyed Matrix-Shell akibsayyed@gmail.com akibsayyed@matrixshell.com Mob:- +91-966-514-2243
On 12/15/2011 06:41 AM, Dick Rwegaba wrote:
dear pals please help with this error for gnuradio build
Hi Dick,
do not top post. You can use a service like gmane.org to post to this mailinglist without being subscribed and following the netiquette. If you include the output of a program, include the full output (e.g. autoconf pointed you to config.log).
Let me try to explain autoconf's error output, maybe it is helpful.
"configure: error: Could not link against libboost_system!"
configure: The configure program you invoked. error: This means an error has occured. "Could not link against libboost_system": Is the error that happened.
"Could not link": It means no binary could be linked together (config.log will have the output of linking process.
"against libboost_system": Take a look at config.log, you might find a line with -lboost_system and the output of the linker, the most likely source is that you don't have 'libboost-system' installed.
And most interestingly, do you feel like introducing yourself, what you do, what you will work on?
holger