HPUX 上的 .sl 和 .so 有什么区别?
既然您可以将应用程序链接到 .sl 文件和 .so 文件,那么 .so 和 .sl 文件之间到底有什么区别?
Since you can link your application to a .sl file and a .so file what exactly are the differences between .so and .sl files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过快速谷歌搜索后,我发现 这个。
After a quick googling, I found this.