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