What we're talking about are dynamically linked libraries on the Linux platform (analogous to DLLs on Windows).
我们现在讨论的是Linux平台上的动态链接库(类似于Windows中的DLL)。
If there were only the one program, a worthwhile approach would be to scour the application, its dynamically linked libraries, and the kernel sources.
如果只考虑一个程序的话,那么可以研究应用程序本身、它的动态链接库和内核源代码。
What really went wrong is that the compiler needed a separate flag to tell it that /usr/X11R6/lib needed to be in the list of directories to search at runtime for dynamically-linked libraries.
真正错误在于,编译器需要一个单独的标记来告诉它 /usr/X11R6/lib 需要在搜索目录列表中出现,这样在运行时才可以找到动态链接库。
应用推荐