OpenBSC Digest, Vol 36, Issue 8

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Holger Hans Peter Freyther holger at freyther.de
Thu Dec 15 08:26:33 UTC 2011


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




More information about the OpenBSC mailing list