Fedora :: Cannot Find Compiler G77 ?

Nov 7, 2009

I have recently installed Fedora 11 and I am having some trouble with it. While installing another program I get the message: make: g77: Command not found

I tied to look for the compiler to install using yum search g77

And got the following list:

I was wondering if it is in some obscure repository, which would seem odd to me. I have the following repositories available (as shown in yumex) :

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Can't Find The Option Foe The G++ Compiler

Jul 29, 2010

I cannot install g++ on my ubuntu...i can't find the option foe the G++ compiler in the Ubuntu Software centre...and while typing G++ in the terminal I get a message that tells me to add some pentium...

View 1 Replies View Related

General :: Find Equivalent Cc Options For Gcc Compiler ?

May 30, 2011

I am comiling some programs on Linux using gcc previously compiled using cc compiler on Solaris. Below are some of the confusions:

1. There is -xildoff option in cc which is giving error "language ildoff not recognized". xildoff in cc is for switching off the option of incremental editor ild. Is there anything equivalent on gcc?

2. There is runtime link option in cc as -R but gcc just says "unrecognised option". Does gcc only supports LD_RUN_PATH?

3. There is -Xa option to force cc to chose a particular flavor of c.Its for default c and K&R C. gcc has -std option but not sure which one is equivalent to -Xa in c. It seems -std=c90?

View 2 Replies View Related

CentOS 5 :: Can't Find A C Compiler To Configure Gcc & Python 3.1.3

Dec 27, 2010

i have installed on my home PC CentOS 5.5, and downloaded Python 3.1.3 source, when I have tried to run the configuration file I have got

checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... linux2
checking machine type as reported by uname -m... x86_64

[Code]....

I have tried downloading gcc and installing it, but got the same message. So, I can't find any C compiler, and I can't install one.

View 4 Replies View Related

Software :: Intel Fortran Compiler - Program Does Not Find New Version

May 19, 2010

I want to compile MFiX which is a simulation software. Therefore, I installed the Intel Fortran Compiler Ver. 11.x When compiling, I can only choose between Ver.9.x and 10.x.

This is a part of the error message when choosing either:

Is there a possibility to link the program to the newer compiler version?

I'm using Centos 5.4.

View 5 Replies View Related

Ubuntu :: Unable To Find X Libraries When Configuring Firefox With Intel C Compiler

Apr 5, 2010

I'm using Karmic 64bit.

I tried to build firefox with PGO using Intel C Compiler (icc), but, configure gave this error message.

Code:
configure: error: Could not find the following X libraries: -lX11 -lXext -lXt
*** Fix above errors and then restart with "make -f client.mk build"
When I tried it using gcc, there's no error msg. What can I do?
My .mozconfig file is...
Code:
export CC=icc

[Code]....

View 2 Replies View Related

Software :: Build A C Compiler Without An Existing C Compiler?

Dec 14, 2010

So for those of you who has built GCC from source would know that you can't install GCC without an existing GCC. So my question is, what would happen if all computers in the world suddenly just died, and all you had was the computer in front of you, and a copy of GCC 4.5. How would you install that?

I ask because I would like to install GCC 4.5 on my old powerbook G4 mac without installing a binary GCC provided by Tiger 10.4 disks. I would like to build GCC from source, without an existing GCC to complicate updating.

View 6 Replies View Related

OpenSUSE Install :: Error In Installing Gcc 4.5.0 - Error Couldn't Find The C Compiler

Sep 9, 2010

i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was

[Code]....

View 2 Replies View Related

Fedora :: Where To Get Gcc/g++ Compiler

Sep 2, 2009

where I can download the GNU compilers. I installed Fedora 11 today dual botted with 64-bit Vista on an HP 64-bit computer. I found a little short description on gnu.org, but no links to download sites. Since I don't have a compiler installed already I will need to install the binarys instead of the source code.

View 7 Replies View Related

Fedora :: How To Get G++ Compiler In 14

Jan 17, 2011

How can i get g++ compiler in ferdora 14. i cant compile any program in frdora 14.

View 3 Replies View Related

Fedora Installation :: C And C++ Compiler ?

Aug 10, 2009

Im using Fedora 10, and I need to install a c, and c++ compiler. I've downloaded codeblocks, but when i try to compile and run the code, nothing will happen. What other compiler should i use? what is the best c++ compiiler for fedora?

View 5 Replies View Related

Fedora :: Set A Different C And C++ Compiler When Building RPM's?

Jan 14, 2010

I am in the process of building some packages with the Intel compiler (icc) and was wondering how to make it the default compiler when using rpmbuild.

View 3 Replies View Related

Red Hat / Fedora :: Install GCC Compiler G++ 4.5?

Feb 13, 2011

i just installed fedora 14 and which gcc shows that there is no C++ compiler . How can i download G++ 4.5 version without download the entire development tools. Last time i tried yum groupinstall "Development Tools" and that took ages with no result.. I just want to install C++ ..

View 2 Replies View Related

Fedora :: How To Install A C Compiler

Aug 18, 2010

i just installed fedora and i want to install a couple programs but i keep getting the same message saying that no acceptable c compiler was found, so i downlpoaded the gcc packlage, extracted it, navigated to it in the terminal, and ran ./configure but it tells me that there was no acceptable c compiler found, whats going on here, i need an acceptable c compiler to install a c compiler this is real confusing

View 14 Replies View Related

Programming :: C++ Compiler For OS Using Fedora?

Jul 13, 2011

I installed Fedora on my machine. I'm very new at Linux but would like to start coding in C++. I would like to know the steps to write and compile a Hello World program using C++ in Linux. (I've been a Microsoft person all my life).

View 4 Replies View Related

General :: Cannot Locate The C Compiler Being Used On Fedora

Mar 12, 2009

I am running a version of Fedora 10 on my PC for development puposes. The strange problem I have encountered is that I cannot locate the C compiler being used. I have looked for G++ GCC, etc but cannot find it. Does anyone know the compiler being used or the command to find it through command line.

View 5 Replies View Related

Fedora :: SunStudio CC Compiler Error

Oct 27, 2009

I managed to figure out how to issue out the CC compiler command by issuing a symalink to the usr/bin I have now have this problem when I try to compile any C++ code I recieve this error

"/usr/include/stdio.h", line 485: Error: "(" expected instead of "__attribute__".

I went on the sun forums and they dont or give a solution due to Fedora not being test when developing this tool, so I was wonder if I could run into someone who has a solution to this problem

This is my last road block so I can fully finish my programming assignment

View 2 Replies View Related

Fedora :: C Compiler Can Not Create Executables ?

Jan 6, 2010

I am trying to compile wine from source.

When I run:

Code:

I get this output:

Code:

I need gcc and g++ installed; I installed both of these through yum.

I have looked through config.log, however I do not know what to look for in there for something that might be the problem.

View 3 Replies View Related

Fedora :: GNU C++ Compiler Failing To Install

May 31, 2011

So apparently the GNU c++ compiler did not install when I did:

# yum install gcc

And now it's failing to install the C++ compiler when I do:

# yum install gcc-c++

It's saying it's running out of mirrors to check or something? Does anyone know what else I can do to install it?

View 1 Replies View Related

Fedora :: Building GCC 4.4.3 Cross Compiler On F12

Mar 28, 2010

I am trying to build a gcc 4.4.3 cross-compiler. I downloaded the gcc 4.4.3 release, uncompressed it, made a new directory called gccbuild and cd'd there. I have already installed gmp, mpfr, and mpc in /usr/local. These are the commands I used:

Code:
configure --target=arm-linux --enable-languages=c --with-gmp=/usr/local --with-mpfr=/usr/local --with-mpc=/usr/local
make
However, the build fails with
Code:
checking for arm-linux-gcc... /home/steven/gccbuild/./gcc/xgcc -B/home/steven/gccbuild/./gcc/ -B/usr/local/arm-linux/bin/ -B/usr/local/arm-linux/lib/ -isystem /usr/local/arm-linux/include -isystem /usr/local/arm-linux/sys-include
checking for suffix of object files... configure: error: in `/home/steven/gccbuild/arm-linux/libgcc':
configure: error: cannot compute suffix of object files: cannot compile .....

View 2 Replies View Related

Fedora :: Install *.tar.gz Files - No Acceptable Compiler?

Sep 25, 2010

for some reason I don't know how to install *.tar.gz files, I ommitted some of my files listed in the code after the ls command for simplicity

[Code]....

View 9 Replies View Related

Fedora :: G++ Compiler Installed But Program Is Not Running

Apr 17, 2011

i have installed packets for running G++ command but when i compiled the .cpp file it was showing iostream.h file not found then i remove .h extentions from #include <iostream.h> and all other include headers as well in cpp source file then this iostream.h not found option gone but still some files are missing and my program is not running

View 1 Replies View Related

Software :: Installing GCC Cross Compiler In Fedora

Apr 8, 2010

While installing the gcc cross compiler in fedora using the following commands
# cd /etc/yum.repos.d/
# wget [URL]
# yum install armv5tel-redhat-linux-gnueabi-gcc

I got a error:
# cd yum.repos.d
[root@sparc yum.repos.d]# wget [URL]
Resolving fedora-arm.wantstofly.org... failed: Temporary failure in name resolution.
[root@sparc yum.repos.d]#

View 1 Replies View Related

Fedora :: Multiple Gcc Compilers - Change The Default Gcc Compiler?

Oct 2, 2009

I have multiple gcc compilers in my laptop, how can I change the default gcc compiler?

View 2 Replies View Related

Fedora :: Pre-packaged Compiler For Assembly Language In X86_64?

Mar 9, 2011

Does anybody know if there is a pre-packaged compiler for assembly language in x86_64 for Fedora for the Motorola/Freescale 68hc11? The GNU binutils are pretty old for this and I am not sure if they work on the Freescale (new) version. I, also, don't think that they are on Fedora's repositories.

View 1 Replies View Related

Red Hat / Fedora :: ImageMagick - No Acceptable C Compiler Found In $PATH

Mar 15, 2010

I have Centos 5.4 installed on my dedicated blade server.. (I thought I had some other OS - ignor SUSE 10.1 opps) I'm trying to install ImageMagick - I didn't find it on my server i did do what they said but not there..

1. I downloaded the file to the ROOT (i hope that the right Place)
2. cd ImageMagick-6.6.0-5
3. ./configure
4. This ERROR CAME BACK

[Code]....

View 9 Replies View Related

Red Hat / Fedora :: Difference Between Redhat And Ubuntu Javac Compiler?

Jul 13, 2010

Please tell me the difference between Redhat linux javac compiler and the ubuntu javac compiler.

View 1 Replies View Related

Red Hat / Fedora :: Error: No Acceptable C Compiler Found In $PATH

Jan 30, 2011

I am trying to install Apache on my remote server. I've downloaded the latest Apache Http Server and when I configure it I get this error: configure error: No acceptable C compiler found in $PATH. So I download and extract the latest GCC Compiler and when I try to install that I get the same error:

configure error: No acceptable C compiler found in $PATH I am really stumped... Can anyone just offer ideas. My server is running CentOS 5.4 x64 and I'm remotely trying to download and install a running LAMP setup for Joomla. I'm using a shell to communicate with a cloud server type.

View 1 Replies View Related

Red Hat / Fedora :: Error: No Acceptable C Compiler Found In PATH

May 16, 2011

I am using Red Hat Enterprise 5 and have downloaded GCC 4.4.5 and trying to install or configuring the same, but getting some problem.

Code: # mkdir objdir
# cd objdir
# srcdir/configure Output of command
Code: checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

[Code]...

configure: error: no acceptable C compiler found in $PATH See `config.log' for more details. this to install GCC package.

View 1 Replies View Related

Fedora :: MadPlay Install - C Compiler Cannot Create Executable

Apr 28, 2010

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: C compiler cannot create executable
See 'config.log' for more details.

This is error that I keep getting every time. Iam using fedora 10 version and I keep getting this error while i was trying to insatl madplay for vlc source code compilation. I have insatalled libmad .0.15.1,libid3tag.0.15, I got these codecs from [URL] and vlc sorce code is from [URL]. Config.log file details are:

hostname = localhost
uname -m = i686
uname -r = 2.6.27.5-117.fc10.i686
uname -s = Linux
uname -v = #1 SMP Tue Nov 18 12:19:59 EST 2008 .....
configure: exit 78

View 131 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved