红联Linux门户
Linux帮助

安装wine时遇到的问题,希望高手帮忙解决下。

发布时间:2008-12-05 18:33:17来源:红联作者:fort
:0wl;l1 我是个刚接触Linux的新手,因为我们学校要通过一个客户端进行外网认证才可以上得了网,
所以我想通过wine来安装这个客户端。
但是我在安装的时候碰到了问题,终端显示的信息如下:
[fort@Fort-RH9 wine-1.1.9]$ ./tools/wineinstall
Wine Installer v1.0
Running configure...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether make sets $(MAKE)... yes
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/tmp/wine-1.1.9':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
Configure failed, aborting install.

我是在Redhat9的GNOME下安装这个wine-1.1.9的。
:0wszxc
请各位高手帮帮忙~~~~小弟不胜感激~~~~
文章评论

共有 6 条评论

  1. wy-1204 于 2008-12-25 14:13:02发表:

    yum -y install wine

  2. fort 于 2008-12-10 12:47:01发表:

    引用:
    原帖由 eku123 于 2008-12-6 14:55 发表
    配置好yum,用yum来安装,可以自动解决依赖性问题



    能说清楚点吗?如何配置yum?如何用yum来安装?我是新新手~~请高手赐教~~~~

  3. eku123 于 2008-12-06 14:55:21发表:

    配置好yum,用yum来安装,可以自动解决依赖性问题

  4. fort 于 2008-12-06 08:04:51发表:

    本来安装wine-1.1.9时,出现我下面的这个问题,然后我换成装wine-20050725也是出现下面这个问题:
    cd `dirname itss/__depend__` && make depend
    make[2]: Entering directory `/tmp/wine-20050725/dlls/itss'
    ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -h -H itss.h itss.idl
    ../../include/objidl.idl:39: Error: parse error
    make[2]: *** [itss.h] Error 1
    make[2]: Leaving directory `/tmp/wine-20050725/dlls/itss'
    make[1]: *** [itss/__depend__] Error 2
    make[1]: Leaving directory `/tmp/wine-20050725/dlls'
    make: *** [dlls/__depend__] Error 2
    Compilation failed, aborting install.

  5. fort 于 2008-12-06 07:57:51发表:

    嗯~~~昨天在网上找到了这个解决办法,然后我发现我都没有装上,
    接着我用系统光盘来更新安装gcc等还有其它的开发工具都装上了,
    装完后,我又重新安装wine,但又有新的问题出现了,终端上显示的其中一段是这样的:
    make[2]: Leaving directory `/tmp/wine-20050725/dlls/iphlpapi'
    cd `dirname itss/__depend__` && make depend
    make[2]: Entering directory `/tmp/wine-20050725/dlls/itss'
    ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -DCOM_NO_WINDOWS_H -h -H itss.h itss.idl
    ../../include/objidl.idl:39: Error: parse error
    make[2]: *** [itss.h] Error 1
    make[2]: Leaving directory `/tmp/wine-20050725/dlls/itss'
    make[1]: *** [itss/__depend__] Error 2
    make[1]: Leaving directory `/tmp/wine-20050725/dlls'
    make: *** [dlls/__depend__] Error 2
    Compilation failed, aborting install.

    :0wszxc恳请高手们帮帮忙~~~~~

    :0wszxc :0wszxc

  6. fenwu1979 于 2008-12-05 19:23:51发表:

    明显你没有安装gcc嘛