не компилирует wine под fedora9 x64 выдет следующее при попытке ./configure
[root@localhost wine-1.1.6]# ./configure
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.
в `config.log' следующее
configure:2147: checking build system type
configure:2165: result: x86_64-unknown-linux-gnu
configure:2187: checking host system type
configure:2202: result: x86_64-unknown-linux-gnu
configure:2268: checking whether make sets $(MAKE)
configure:2289: result: yes
configure:2346: checking for gcc
configure:2373: result: gcc -m32
configure:2611: checking for C compiler version
configure:2618: gcc -m32 --version >&5
gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
Copyright © 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2621: $? = 0
configure:2628: gcc -m32 -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-cpu=generic --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC)
configure:2631: $? = 0
configure:2638: gcc -m32 -V >&5
gcc: '-V' must come at the start of the command line
configure:2641: $? = 1
configure:2664: checking for C compiler default output file name
configure:2691: gcc -m32 conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:2694: $? = 1
configure:2732: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "1.1.6"
| #define PACKAGE_STRING "Wine 1.1.6"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2739: error: C compiler cannot create executables
See `config.log' for more details.
Помогите пожалуйста
wine+fedora9 x64 (Помогите)
Модератор: Модераторы разделов
-
- Сообщения: 176
- ОС: Fedora 13, Win Vista
Re: wine+fedora9 x64
чем пакет не устраивает?
-
- Сообщения: 25
- ОС: Fedora
Re: wine+fedora9 x64
yum install wine и все у тебя последня версия вайна =)