|
|
我下载的WINE版本是0.9.9第一次./configure会提示缺少一些包例如flex等等,
装完这些包后再./configure没有再提示缺少什么包,不过始终会有下列提示
*** Warning: X development files not found. Wine will be built without
*** X support, which currently does not work, and would probably not be
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 at the very least.
Configure finished. Do 'make depend && make' to compile Wine.
然后我make depend 这里耗了大概半个钟,不过没有error提示,
于是我继续make 也没有error提示,
最后make install 不过并没有good luck等提示,不知是否安装成功
但是右键单击某些文档会多了一个选项“用记事本打开”而且的确可以用记事本打开
右键单击/windows/下面的.exe文件也多了个选项“用wine windows emulator打开”
但点击后并没有反应,在终端里面想通过wine来运行时出现错误提示
wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: failed to map segment from shared object: Cannot allocate memory
求高人解答! |
|