Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在 HP-UX 11.00 中使用 aCC 构建一个 .sl 库。我能够构建它,然后也成功地将它链接到应用程序。
但是,当我执行exe时,它给出了以下错误
/usr/lib/dld.sl:未解析符号:来自 mylib.sl 的 __shlinit(code)
任何解决此问题的指示都会有所帮助
mylib.sl 是你的图书馆吗?
shlinit()您的库是否可能在任何时候调用一个函数?如果不是更可能是您的代码或应用程序代码正在调用的另一个库函数,那么继续调用shlinit().
shlinit()
shlinit()显然是在您尚未安装或未安装在正确位置或动态链接路径指向的某个位置的另一个库中实现的。
您需要找到实现该功能的库并确保它已正确安装。
一个快速的谷歌搜索给出了以下可能有用的链接,但现在我必须去:
未解析的符号:shlload() 期间的 __shlinit