GCC is the GNU Compiler Collection. It's the de facto standard C compiler on Linux and supports many other languages and platforms as well.

learn more… | top users | synonyms

1
vote
0answers
13 views

How to get statically linked binaries after gcc downgrade

I'm not a linux expert but I'm running into the following problem which I hope to get solved here. My system has gcc 4.4 and I had to install an older version of gcc (gcc 4.2) on my home space so I ...
0
votes
1answer
21 views

Error : Unsupported compiler 'GCC 4.2' selected for architecture 'i386'

I have downloaded zxing sdk. in that their a sample code called scantest i am trying to run that sample code in xcode 4.6.2 but it give me error. "Unsupported compiler 'GCC 4.2' selected for ...
0
votes
2answers
125 views

Install numpy on Snow Leopard

When I try to install numpy over a python.org python2.6 installation, I get these errors on my OS X terminal. sh: gcc-4.2: command not found And this causes failure. I noticed a pastebin ...
-1
votes
1answer
724 views

Need help installing PIL to use Django ImageField

I am a novice at these things. I have been all over the internet looking for a way to get around this error : unable to execute gcc-4.2: No such file or directory error: command 'gcc-4.2' failed with ...
0
votes
1answer
119 views

How to build simuPOP on Mac OS X with python3?

I spent a full week trying to find out how to fix this problem, but I can't figure out how to do it. I get the following error: MacBook-Pro-van-Hakim:Modules MvZB$ tar zxf ...
15
votes
4answers
12k views

gcc-4.2 failed with exit status 1

I've been looking for an answer to this issue but I couldn't find it, so here it is. I'm trying to install Uniconvertor with a setup.py file into a MacOS X Lion (Python 2.7.2) using: python setup.py ...
1
vote
3answers
90 views

c++ error; how should i interpret its meaning?

This may be a silly thing to ask but I am confused with compilation error while trying to use the safe bool idiom while reading this article. Below is my code and I have indicated the lines where i ...
3
votes
4answers
3k views

How to use gcc 4.2 with Xcode 4.2

I need to use gcc 4.2 with Xcode 4.2 for some older code. How do i get it to show up. Xcode4.2 seems to have dropped support for it. Thanks
7
votes
3answers
2k views

Xcode 4.2 Code Coverage

I started to use Xcode 4.2 and i have problems with generating code coverage. Xcode 4.2 does not include the GCC 4.2 compiler, but it was replaced with the LLVM GCC 4.2 compiler. The first one was ...