Erlang:在 Solaris 10 上找不到 Ncurses 的构建问题
我正在尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以发布 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.