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.
当我尝试使用 djgpp 编译 sqlite3 时,它给出了错误未定义的 dlopen 引用、未定义的 dlclose 引用、未定义的 dlsym 引用等。在 Linux 上,如果我们使用 -ldl,问题就解决了。但是 djgpp 中没有可用的 dl.a。那么如何解决这个问题呢?
您必须禁用所有需要支持动态加载可执行对象的 sqlite 部分。我对 sqlite 不是很熟悉,但是查看它的源配置选项,我会从SQLITE_OMIT_LOAD_EXTENSION.
SQLITE_OMIT_LOAD_EXTENSION