安裝WineCVS

Wine、Cedega、CrossOver 等配置
回复
ntony
帖子: 10
注册时间: 2005-10-29 16:39

安裝WineCVS

#1

帖子 ntony » 2005-10-29 16:53

大家好!很抱歉,我使用繁體中文,因為我住在香港。
我跟隨這個貼(http://www.ubuntu.org.cn/support/docume ... er/WineCVS)安裝WineCVS的時候,在安裝Wine時

代码: 全选

./tools/wineinstall
出現了

代码: 全选

WINE Installer v0.75

Running configure...

configure: creating cache config.cache
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 -m32
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
我已經使用過CC=gcc來令系統把gcc認作compiler,但還是失敗了 :(

我的系統:
AMD Athlon64 3000+
Ubuntu Breezy 5.10 AMD64


請問各位兄弟有沒有解決過這類問題?希望大家可給一點指引。謝謝!
ustcmotao
帖子: 68
注册时间: 2005-09-20 10:02
来自: USTC
联系:

#2

帖子 ustcmotao » 2005-10-29 16:56

apt-get install libc6-dev
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#3

帖子 eexpress » 2005-10-29 18:03

怎么不用esvn。
● 鸣学
ntony
帖子: 10
注册时间: 2005-10-29 16:39

#4

帖子 ntony » 2005-10-29 19:45

請問eexpress兄什麼是esvn?小弟不太了解Unix like系統 :lol:
头像
eexpress
帖子: 58428
注册时间: 2005-08-14 21:55
来自: 长沙

#5

帖子 eexpress » 2005-10-29 20:05

是svn的前端,svn是cvs的高级版本,乱说的,就是改进版。
http://www.subversion.org.cn/svnbook/1.1/index.html
● 鸣学
ntony
帖子: 10
注册时间: 2005-10-29 16:39

#6

帖子 ntony » 2005-10-29 20:41

ustcmotao 写了:apt-get install libc6-dev
ustcmotao兄,還是沒進展啊 :(
但還是謝謝!
ustcmotao
帖子: 68
注册时间: 2005-09-20 10:02
来自: USTC
联系:

#7

帖子 ustcmotao » 2005-10-29 20:51

呵呵,那就google吧,我也遇到过这个错误,然后不知道装了什么包就解决了
ntony
帖子: 10
注册时间: 2005-10-29 16:39

#8

帖子 ntony » 2005-10-29 23:28

請問ustcmotao兄使用什麼searching keywords?得到解決方法?
"compile WineCVS+C compiler cannot create executables"嗎?
我把config.log的內容貼一下上來,看看有沒有兄弟遇上同一樣的問題一起解決。我去看看那個"-lc"是什麼來著。



代码: 全选

Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada$
Thread model: posix
gcc version 4.0.2 20050808 (prerelease) (Ubuntu 4.0.1-4ubuntu9)
configure:1860: $? = 0
configure:1862: gcc -m32 -V </dev/null >&5
gcc: '-V' must come at the start of the command line
configure:1865: $? = 1
configure:1888: checking for C compiler default output file name
configure:1891: gcc -m32    conftest.c  >&5
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../..$
/usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.0.2/../../..$
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.so when searching for -$
/usr/bin/ld: skipping incompatible /usr/bin/../lib/libc.a when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:1894: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "0.9"
| #define PACKAGE_STRING "Wine 0.9"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:1933: error: C compiler cannot create executables
See `config.log' for more details.
回复