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
ADVERTISEMENT
Apr 30, 2011
if this is possible: I would like to build windows application (exe) using NetBeans in my Ubuntu 10.10, coding in C++.
View 7 Replies
View Related
Sep 23, 2010
I have downloaded the source for an embedded Linux system but no tool chain. I want/need a tool chain to rebuild the system image. Can anyone point me to a 'How to' for building the environment? It is an ARM9 system.
View 4 Replies
View Related
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
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
Oct 25, 2010
Does anyone know where I can dowload a C compiler for Linux?
Running RHAT 5.0 on SunFire X2270
View 2 Replies
View Related
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
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
View Related
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
Feb 16, 2011
I'm an absolutely beginner at linux and openSuse. I dont even know how to install apps. I learned to install from repositories but I dont know how to install a script file.. I dont even know anything about terminal. So what I want is for now is apps that required to write C/C++ codes and compile them. Im at univ and I need to install these but I dont know which apps I should get or how to install them. I was using MS Visual Studio on windows.
View 1 Replies
View Related
Apr 16, 2011
I'm using gcc c/c++ compiler with net beans IDE and after I compile this message shows in the terminal [URL] Uploaded with ImageShack.us since I'm new to linux I can understand this as much as I can understand russian this error doesn't always occur sometimes it runs correctly
View 3 Replies
View Related
Jan 7, 2011
I wonder how to get compiler arm-elg-gcc. IS this compiler obtained in a classic GCC? Where do i find it and how do i install it?
View 1 Replies
View Related
Jan 20, 2011
I cant find a way to install java or eclipse on my new ubuntu 10.10 install..can anyone give me the correct sudo commands to install java and/or eclipse?
View 5 Replies
View Related
Sep 28, 2010
I installed the newest version of Fedora last week using virtual box. I plan on doing some C++ programing(in net-beans) for school but u can't find the compiler any where. I assume their would be one installed when i installed fedora. I found a few websites saying i need to use the package manager to install it. I can't find this package manager i have searched for it. I don't want to go download and try to install a compiler if i already have one
View 5 Replies
View Related
Oct 1, 2010
I need a version of linux (an distrb) with compiler gcc 3.4. This is for academic purposes. Does anyone know of a site where I can download such an iso?? Or alternatively I have a version of Opensuse (10.3) but I am having trouble reverting to the old compiler?
View 2 Replies
View Related
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
Jul 25, 2009
how to set c compiler in geany....
View 1 Replies
View Related
Jan 16, 2010
how do i install c++ compiler
View 1 Replies
View Related
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
Oct 21, 2010
Is it something like Ms Visual Studio, got Gui interface?
View 7 Replies
View Related
Mar 30, 2011
How to install a c++ compiler?
View 10 Replies
View Related
Jun 19, 2011
I'm a member in your website. I have faced one problem in red hat linux 5.0. Recently I have installed redhat linux 5.0 in my system by vmware software. It installed successfully but i am facing one problem. when i am typing small c language program in vi editor. It will show one error what that means,bash : cc compiler not found.
View 4 Replies
View Related
Jun 26, 2011
I wanna know if the c++ gcc compiler are the same for all linux distro? Which means that if compiling a application on ubuntu will run on suse linux? that is assuming they are all using the same version of gcc compiler.
View 5 Replies
View Related
Sep 29, 2010
how do you do this without the package management programs some of the linux distribution's package management programs suck at finding the programs i wish to install on my machine and are usually short of variety (except for ubuntu and debian but thats too easy)
View 4 Replies
View Related
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
Jun 8, 2010
I am trying to learn C Programing and I'm having trouble on the output of my script. my script should count the characters in input but it doesn't give me any numbers..
here's my program code:
Code:
#include <stdio.h>
main()
{
double nc;
[code]....
View 14 Replies
View Related
Dec 28, 2009
I used CentOs5 (2.4.*.el5) version.but I cant installed and used f77 code and compiling programs. how can I use f77 compiling programs?
View 1 Replies
View Related
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
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
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