Erlang:在 Solaris 10 上找不到 Ncurses 的构建问题

发布于 2024-08-12 15:26:44 字数 256 浏览 6 评论 0原文

我正在尝试在 Solaris 10 上构建 Erlang。构建过程失败,并显示找不到 libncurses.so.5 的消息。
我已经从 sunfreeware.com 安装了 libncurses,它是我从头开始构建的,并已将其自身安装在 /usr/local/lib/ 中。
我尝试使用 -L/usr/local/lib/ 设置 LDFLAGS 但仍然没有运气。 我缺少什么才能使 make 获取该库?
我正在使用 GNU Make 3.81 和 GCC 3.4.6。

I am trying to build Erlang on Solaris 10. The build process fails with the message that it can not find libncurses.so.5.
I have installed libncurses from sunfreeware.com, which I have build from scratch and has installed itself in /usr/local/lib/.
I have tried to set LDFLAGS with -L/usr/local/lib/ but have still had no luck.
What am I missing so that make picks up the library?
I am using GNU Make 3.81 and GCC 3.4.6.

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

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

发布评论

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

评论(1

栀子花开つ 2024-08-19 15:26:44

您可以发布 config.log 中的相关部分吗?

您是否还在 CPPFLAGS 或 CFLAGS 中使用 -I 设置了包含路径?

更新:您也可以尝试从 OpenCSW 安装 Erlang。

Could you post the relevant bit from config.log?

Did you also set the include path with -I in either CPPFLAGS or CFLAGS?

Update: You could also try installing Erlang from OpenCSW instead.

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