GNU Radio 构建错误

发布于 2024-11-29 17:57:35 字数 521 浏览 0 评论 0原文

我正在尝试构建 GNU Radio。但是当我尝试运行 make 时出现以下错误。

我按照 README.building-boost 中提到的步骤操作,

$ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib

$ cd <path-to-top-of-gnuradio-tree>
$ ./bootstrap
$ ./configure --with-boost=$BOOST_PREFIX  # plus whatever config args you usually use

但是当我运行 make 时,出现此错误:

/usr/local/lib/libgruel-3.4.1git.so.0: undefined reference to `boost::thread::start_thread()'

我使用 Boost Thread 编写了一个简单的程序,并且能够编译并运行它。

知道如何解决构建问题吗?

I am trying to build GNU Radio. But I am getting the following error when I am trying to run make.

I followed the steps mentioned in README.building-boost

$ export LD_LIBRARY_PATH=$BOOST_PREFIX/lib

$ cd <path-to-top-of-gnuradio-tree>
$ ./bootstrap
$ ./configure --with-boost=$BOOST_PREFIX  # plus whatever config args you usually use

But when I run make, I get this error :

/usr/local/lib/libgruel-3.4.1git.so.0: undefined reference to `boost::thread::start_thread()'

I wrote a simple program using Boost Thread and was able to compile and run it.

Any idea how to fix the build issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柠檬 2024-12-06 17:57:35

我知道这是一个老问题,但如果你使用 Ubuntu,那么使用这个脚本:
www.sbrac.org/files/build-gnuradio

它工作得非常好,你可能需要运行它两次才能让一切正常工作,但它节省了大量时间来解决像你正在处理的依赖问题。

I know this is an old question, but if you use Ubuntu, then use this script:
www.sbrac.org/files/build-gnuradio

it works really good, you may have to run it 2 times to get everything working, but it saves a lot of time fixing the problems of dependency like the one you were dealing with.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文