Overclock.net banner
1 - 4 of 4 Posts

· Banned
Joined
·
8,261 Posts
Discussion Starter · #1 ·
ok so I new to fedora (long term deb user)
and seeing as it dose some things differently
I can't seem to find 32-bit development libraries
I tied looking in the package manger
and goggle
but I can't seen to find anything

are there any or are they are already install and need set up

what I'm trying to do is install a custom compiled version of wine
that I made that makes gaming mere simple
as I get this output

Code:

Code:
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
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for cpp... cpp
checking whether gcc -m32 works... no
configure: error: Cannot build a 32-bit program, you need to install 32-bit development libraries.
I tried the --enable-win64 flag and it's installs
but I think it's messing up folding clients cuz of it
 

· Premium Member
Joined
·
14,563 Posts
Code:

Code:
yum install gcc.i686 glibc.i686
 

· Registered
Joined
·
2,895 Posts
1 - 4 of 4 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top