在库装载错误的情况下(例如:“Error while loading shared libraries: libntdll.so”),请确信添加了库路径给/etc/ld.so.conf并且要在root下运行ldconfig。
为了证明要成功运行Wine所需环境的正确性,您可以运行“./tools/winecheck | less”。您将得到一个用百分率表示的数值以指示“Wine配置的正确程度”。As this program is alpha, it doesn't run a truly thorough test yet, though, so it should be taken as a first verification step only.
如果需要,请参看有关如何转换为仅为文字模式支持的wine.conf手册页。
6.运行程序
当调用Wine是,你可以说明可执行代码的全局路径或者仅仅一个文件名字。
例如:运行Solitaire:
wine sol (当在配置文件明确指定过了,就利用搜索路径去定位文件)
wine sol.exe (同上)
wine c:\\windows\\sol.exe(用dos文件名语法)
wine /usr/windows/sol.exe(用Unix文件名语法)
wine -- sol.exe /parameter1 -parameter2 paramers
(calling program with parameters)