Hallo,
ich wollte mir ein neues Wine compilieren, scheitere aber:
Ich habe es damt probiert:
http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0
Bei
bekomm ich nen Fehler.
Hier der Auszug aus dem config.log
Ich hab mal ein einfaches C-Programm erstellt und mit dem gcc compiliert - das funktioniert. Aber aus der Fehlermeldung oben werd ich einfach nicht schlau.
ich wollte mir ein neues Wine compilieren, scheitere aber:
Ich habe es damt probiert:
http://wiki.winehq.org/WineOn64bit#head-b3c0054e075385ab599d63a46dba9d6c3934d6c0
Bei
Code:
./configure --prefix=/usr --x-libraries=/usr/X11R6/lib/
Hier der Auszug aus dem config.log
Code:
configure:2345: $? = 0
configure:2352: gcc -m32 -v >&5
Using built-in specs.
Target: x86_64-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/s
hare/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release --with-gxx-in
clude-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp --enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib --with-s
libdir=/lib64 --with-system-zlib --enable-shared --enable-__cxa_atexit --enable-libstdcxx-allocator=new --ithout-system-libunwind --with-c
pu=generic --host=x86_64-suse-linux
Thread model: posix
gcc version 4.1.0 (SUSE Linux)
configure:2355: $? = 0
configure:2362: gcc -m32 -V >&5
gcc: '-V' must come at the start of the command line
configure:2365: $? = 1
configure:2388: checking for C compiler default output file name
configure:2415: gcc -m32 conftest.c >&5
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.1.0/.
./../../libc.so when searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.1.0/.
./../../libc.a when searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libc.so when searching for -l
c
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libc.a when searching for -lc
/usr/lib64/gcc/x86_64-suse-linux/4.1.0/../../../../x86_64-suse-linux/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:2418: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "0.9.19"
| #define PACKAGE_STRING "Wine 0.9.19"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2457: error: C compiler cannot create executables
Ich hab mal ein einfaches C-Programm erstellt und mit dem gcc compiliert - das funktioniert. Aber aus der Fehlermeldung oben werd ich einfach nicht schlau.