无法在 Xcode 4.2.1 中构建 openssl

发布于 2024-12-21 01:34:21 字数 310 浏览 2 评论 0原文

我可以在 xcode 3.5.2 中构建 openssl,但最近我升级到 Xcode 4.2.1。现在,当我尝试在相同的旧 Xcode 中构建时,我遇到了错误。

Make[1]: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2: 没有这样的文件或目录

Cp: libcrypto.a: No such file or directory
Cp: libssl.a: No such file or directory

我可以有解决方案吗?

I could build openssl in xcode 3.5.2, but recently I upgraded to Xcode 4.2.1. Now when I try to build in the same old Xcode, I'm getting errors.

Make[1]: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2: No such file or directory

Cp: libcrypto.a: No such file or directory
Cp: libssl.a: No such file or directory

Can I have a solution for this?

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

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

发布评论

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

评论(1

流年已逝 2024-12-28 01:34:21

我找到了 XCode 4 的解决方案。您需要在“构建阶段”中将文本 $PLATFORM_DEVELOPER_BIN_DIR/gcc-4.2 更改为 $PLATFORM_DEVELOPER_BIN_DIR/gcc。祝你好运。

I found the solution for XCode 4. You need to change in "Build Phases" the text $PLATFORM_DEVELOPER_BIN_DIR/gcc-4.2 to $PLATFORM_DEVELOPER_BIN_DIR/gcc. Good luck.

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