Forums

Bluewhite64 Linux :: Forums :: Bluewhite64 Linux Official forum :: Bluewhite64 Linux 11.0
 
<< Previous thread | Next thread >>
Wine on BW64 11.0
Moderators: Arny
Author Post
d3m!
Sat Jun 23 2007, 08:00
Registered Member #128
Joined: Fri May 04 2007, 04:15
Posts: 103
Hy there,
i'm trying to compile wine on BW64 11.0, but I get this error:
bash-3.1$ LDFLAGS="-L/usr/lib64" ./configure --prefix=/opt/kde --mandir=/usr/man 
--enable-libsuffix=none --with-qt-libraries=/usr/lib64/qt/lib
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.


The config.log part that (I guess) refers to the error, is this one
configure:2404: checking for C compiler default output file name
configure:2431: gcc -m32    conftest.c  >&5
/usr/lib/gcc/x86_64-pc-linux/3.4.6/../../../../x86_64-pc-linux/bin/ld: crt1.o: No such file: 
No such file or directory
collect2: ld returned 1 exit status
configure:2434: $? = 1
configure:2472: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "Wine"
| #define PACKAGE_TARNAME "wine"
| #define PACKAGE_VERSION "0.9.39"
| #define PACKAGE_STRING "Wine 0.9.39"
| #define PACKAGE_BUGREPORT "wine-devel@winehq.org"
| /* end confdefs.h.  */

| int
| main ()
| {

|   ;
|   return 0;
| }
configure:2479: error: C compiler cannot create executables
See `config.log' for more details.


1. Does anybody know what this is all about and how can I fix it?
2. If I compile wine on this 64 bit machine, cand I run 32 but apps under it? i could understand from the winehq.org site if I can, so i'm asking, if anybody tried before.

Thanks
Back to top
Arny
Sat Jun 23 2007, 10:38

Registered Member #1
Joined: Tue May 30 2006, 11:44
Posts: 1109
You cannot create 32-bit executables. There is a flag used in the wine source, -m32, which is not compatible with BW64`s GCC. Try to patch/change to not use that flag.
Back to top
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System