Mac 上编译 glibc 时出错

发布于 2024-10-21 08:28:48 字数 417 浏览 1 评论 0原文

我正在尝试在我的 mac (os x 10.6.6) 上将 glibc 编译为: ../glibc-2.13/configure --prefix=/dev1/cu 但它提出:

configure: running configure fragment for add-on build.glibc
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: $CXX
configure: error: unrecognized option: `-c'

请帮忙

I'm trying to compile glibc on my mac (os x 10.6.6) as: ../glibc-2.13/configure --prefix=/dev1/cu
but its coming up with:

configure: running configure fragment for add-on build.glibc
configure: WARNING: you should use --build, --host, --target
configure: WARNING: you should use --build, --host, --target
configure: WARNING: invalid host type: $CXX
configure: error: unrecognized option: `-c'

Please help

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

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

发布评论

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

评论(1

倒数 2024-10-28 08:28:48

-c 通常是一个选项,指定您还不想链接文件。据我所知,至少所有最新版本都支持这一点。你能试着算出 $CXX 的价值是多少吗?这告诉我们更多关于你的编译器的信息。

-c is typically an option which specifies that you do not want to link the files yet. This is supported by at least all recent versions as far as I'm aware. Could you try to figure out what the value of $CXX is? That tells us more about your compiler.

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