我正在尝试在 Linux Mint 17.1 上安装 wine。我 ./configure'd 作为 root 安装它。
输入:
cd Downloads/wine-1.6.2
./configure
Run Code Online (Sandbox Code Playgroud)
输出:
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/(my username)/Downloads/wine-1.6.2':
configure: error: C compiler cannot create executables
See `config.log' for more details
Run Code Online (Sandbox Code Playgroud)
config.log:该文件包含编译器在运行 configure 时产生的任何消息,以在 configure 出错时帮助调试。
It was created by Wine configure 1.6.2, which was
generated by GNU Autoconf 2.69. Invocation command …
Run Code Online (Sandbox Code Playgroud)