您好,我正在运行 Linux Mint 18.2 并尝试为 Ocaml (4.05.0) 安装 lablgtk。在 README 中,findlib 1.2.1 是必需的,所以我尝试安装它。
当我尝试 ./configure for findlib 时,我收到两条消息:
labltk:不存在
camlp4:不存在
所以我下载了 camlp4,然后尝试下载 labltk。当我尝试 ./configure for labltk 时,我收到了消息:
配置 LablTk... 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst 未找到 tclversion.c -lm -ldl
gcc: 错误: 不是: 没有那个文件或目录
gcc: 错误: 找到: 没有这样的文件或目录
运行测试:gcc -O2 -fno-strict-aliasing -fwrapv
-D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/usr/local/include 未找到 tclversion.c -lm -ldl
gcc: 错误: 不是: 没有那个文件或目录
gcc: 错误: 找到: 没有这样的文件或目录
运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/opt/local/include not found tclversion.c -lm -ldl
gcc:错误:不:没有这样的文件或目录 gcc:错误:找到:没有这样的文件或目录
运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/sw/include not found tclversion.c -lm -ldl
gcc: 错误: 不是: 没有那个文件或目录
gcc: 错误: 找到: 没有这样的文件或目录
运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/usr/pkg/include not found tclversion.c -lm -ldl gcc: error: not: No such file or directory gcc: error: found: 没有这样的文件或目录错误:不:没有这样的文件或目录 gcc:错误:找到:没有这样的文件或目录/tcl8.6 -I/usr/local/include/tk8.6 not found tclversion.c -lm -ldl gcc: error: not: No such file or directory gcc: error: found: No such file or directory 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/usr/include/tcl8.6 -I/usr/include/tk8.6 not found tclversion.c -lm -ldl gcc: error: not: No such file or directory gcc: error: found: No such file or directory 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 - D_REENTRANT -o tst -I/usr/local/include/tcl8.5 -I/usr/local/include/tk8.5 not found tclversion.c -lm -ldl gcc: error: not: 没有这样的文件或目录 gcc:错误:找到:没有这样的文件或目录5 not found tclversion.c -lm -ldl gcc: error: not: No such file or directory gcc: error: found: No such file or directory 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 - D_REENTRANT -o tst -I/usr/local/include/tcl8.4 -I/usr/local/include/tk8.4 未找到 tclversion.c -lm -ldl gcc:错误:不是:没有这样的文件或目录 gcc:错误:找到:没有这样的文件或目录/usr/include/tk8.4 not found tclversion.c -lm -ldl gcc: error: not: No such file or directory gcc: error: found: No such file or directory 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/usr/local/include/tcl8.3 -I/usr/local/include/tk8.3 未找到 tclversion.c -lm -ldl gcc:错误:不是:没有这样的文件或目录 gcc:错误:找到:没有这样的文件或目录/usr/include/tk8.3 not found tclversion.c -lm -ldl gcc: error: not: No such file or directory gcc: error: found: No such file or directory 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/usr/local/include/tcl8.2 -I/usr/local/include/tk8.2 未找到 tclversion.c - lm -ldl gcc: error: not: No such file or directory gcc: error: found: No such file or directory 运行测试:gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o tst -I/ usr/include/tcl8.2 -I/usr/include/tk8.2 未找到 tclversion.c -lm -ldl
gcc: 错误: 不是: 没有那个文件或目录
gcc: 错误: 找到: 没有这样的文件或目录
找不到 tcl.h 和/或 tk.h。
** 配置摘要 **
“labltk”库:不支持
我检查了我的包管理器,我安装了 tcl、tk、tcl-dev 和 tk-dev 8.6.0+9。
我真的不知道接下来要尝试什么,但我需要 Ocaml 的 Gtk 接口。任何帮助表示赞赏。谢谢!
您需要弄清楚是什么生成了“未找到”,它被插入命令行配置正在生成 - 这将是一些进一步缺失的依赖项。
您是否尝试过使用所有这些的发行版打包版本?他们应该解决所有问题。Mint 有一些似乎适用的包,例如(不确定你在找什么):
等等。