Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

C compiler cannot create executables

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
Red-guy
Posts: 250
Joined: 2005-10-16 06:00
Location: Vancouver Island,BC,Canada
Contact:

C compiler cannot create executables

#1 Post by Red-guy »

I am trying to install/configure WINE....downloaded the source from wineHQ and when I tried to configure I get as follows:

Computer:/home/user/Desktop/wine-0.9.28# ./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


OK, what did I (am I) doing wrong?

AMD-64 Athlon3000+
512 RAM
linux-2.19.1
Etch/Sid :?
Today I think...Tomorrow I solve
"Better to be thought a fool in silence, than to speak and remove all doubt"

User avatar
frenchninja
Posts: 189
Joined: 2006-12-30 12:17

#2 Post by frenchninja »

I see you are on AMD64

Try apt-get install libc6-dev-amd64 and see what happens

Similar error for an Ubuntu user on AMD64 trying to compile Wine here

User avatar
Red-guy
Posts: 250
Joined: 2005-10-16 06:00
Location: Vancouver Island,BC,Canada
Contact:

#3 Post by Red-guy »

OK, seems it should be libc6-dev-i386
Thank-you kindly...it is now working...so far.:-)
Today I think...Tomorrow I solve
"Better to be thought a fool in silence, than to speak and remove all doubt"

Post Reply