Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C compiler cannot create executables

Status
Not open for further replies.

mabdelmawla

Newbie level 6
Joined
Mar 23, 2006
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Egypt
Activity points
1,411
I faced this error many times during installation of many programs. when I used ./configure, configuration fails and the following messege appears:
" C compiler cannot create executables "

so please anyone has an idea about this error?
 

The regular GCC compiler which comes with Fedora Core 4 distribution package.

it's gcc ver 3.3.4
 

The way I tried to get rid of such errors is to use rpmbuild command to build the src.rpm package.
 

Not all programs comes with RPM packages. if you know where to download RPM packages for ruby1.8.4, please send me the link
 

Hi,
Usually configure scripts find out your C compiler (and system configuration) by itself. May be its unable to find out the correct C compiler. Its usually one avalable with the "cc" command.
You can specify the correct compiler manually. Try ./configure --help, there should be an option to specify the compiler.
 

didn't go through all of them. select the one that you want and download :
Code:
http://rpmseek.com/rpm-pl/ruby.html?hl=com&cs=ruby:PN:0:0:0:0
 

abdelmawla said:
if you know where to download RPM packages for ruby1.8.4, please send me the link

Here comes the links for FC5:

hxxp://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/SRPMS/ruby-1.8.4-6.fc5.src.rpm

or

hxxp://download.fedora.redhat.com/pub/fedora/linux/core/updates/5/SRPMS/ruby-1.8.4-8.fc5.src.rpm
 

I met the same problem...
It can't shows the the GUI interfance while execute './config' in '/*hspice/bin' folder.
and shows the same error message...
I'm to lazy to deal with it...I reinstall the OS to FC5...
Every prolem is solved...for me...
Hope it helps...
 

Hi there

Fedora Core is known to be crappy sometimes.

If i were you, i would the following:

1. scr@w the binary gcc of Fedora.
2. get a recent yet stable source distro for gcc (e.g. gcc-3.3.3, 3.4.1 or so).
3. Configure with --with-gnu-as --with-gnu-ld
4. make ; make install as usual.

Do you still have problems (after performing the stuff above)?

the_penetrator_in_extremis©
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top