Linked Questions
30 questions linked to/from How to use/install gcc on Mac OS X 10.8 / Xcode 4.4
0 votes
1 answer
3k views
Unable to Install Python Packages on a Mac (gcc-4.0 error) [duplicate]
Possible Duplicate: How to use/install gcc on Mac OS X 10.8 / Xcode 4.4 I cannot install any Python packages using easy_insall or pip, because of the following error. I've looked everywhere, and ...
45 votes
10 answers
57k views
Is there a way to install gcc in OSX without installing Xcode?
I've googled the hell out of it, and it seems like there is no way to install gcc on OS X without installing Xcode (which takes at leats 1.5GB of space). All I need is gcc and none of the other junk ...
10 votes
6 answers
19k views
"sh: make: command not found" when running "$ bundle" after adding redcarpet gem to Rails app
I'm getting the following when running "$ bundle" after adding "gem 'redcarpet'" to Gemfile: $ bundle ... Using paperclip (2.3.11) Using passenger (3.0.7) Installing redcarpet (1.17.2) with native ...
5 votes
3 answers
24k views
pip install produces the following error on mac: error: command 'gcc' failed with exit status 1
So I tried to install a package from PyPI with the following command: sudo pip3 install switcheo But it fails to install the package in the end. Error checking for conflicts. Traceback (most recent ...
7 votes
2 answers
13k views
OS X 10.8, llvm, OpenMP with CMake
I have just upgraded to OS X 10.8 "Mountain Lion" and I start regretting having done that. I am no longer able to build my (simple) parallel code that uses OpenMP. By looking here and there I ...
8 votes
4 answers
6k views
Why won't bundler install the json 1.7.4 gem on OS X 10.8?
I'm on OS X 10.8 with XCode 4.4, Ruby 1.9.3, and Rails 3.2. When I clone my rails project from git and run: bundle install I get: Installing json (1.7.4) Errno::EPERM: Operation not permitted - /...
6 votes
1 answer
3k views
Ruby Rails - issue with gcc on mac
I am trying to create my first application on ruby rails. I am on Mac OsX (Mavericks) I have the latest xCode installed (5 i believe) + command line tools I have installed the bitnami bundle ruby ...
7 votes
3 answers
6k views
Issue installing the Nokogiri gem in Mac OS X 10.5.8
I'm trying to install the Nokogiri gem under an RVM managed Ruby 1.8.7 installation in OS X Leopard (10.5.8). I'm getting the following error: Building native extensions. This could take a while... ...
0 votes
3 answers
9k views
Failed to build native gem extension - Rails Install
I followed the instructions on the thread here but I still have the following error message: Ayman$ rails -v Rails is not currently installed on this system. To get the latest version, simply type: $...
4 votes
1 answer
7k views
No rubies installed with rvm
I have installed rvm on a 10.8.3 OSX system, and although it appears to have installed correctly there are no rubies installed. I run rvm install and nothing seems to happen. $ rvm install ruby-2.0.0-...
6 votes
4 answers
3k views
Anyone having issues installing bson_ext gem in OSX lion
OSX Lion, Xcode 4.2, GCC 4.2 I get the following error installing bson_ext 1.4.1 Building native extensions. This could take a while... ERROR: Error installing bson_ext: ERROR: Failed to build gem ...
5 votes
2 answers
5k views
bundle install does not complete execution. It gets stuck in the middle
When I ran bundle install, it gets stuck towards the end. Here's my bundle console output ! ~/r/mangoweb master bundle install ...
-1 votes
3 answers
4k views
how to install cc on mac os 10.8 without paying for developer program? [closed]
Several python libraries stopped working after upgrade to Mac OS 10.8. Attempt to re-install them through easy_install or pip brings error message "-bash: cc: command not found". XCode is installed. ...
0 votes
1 answer
3k views
OSX: error when installing python packages
Currently, I am unable to install any Python packages due to a gcc-4.0 error. I'll copy two examples of the error I'm getting (one with pip, the other with a manual setup.py build/install approach): ...
0 votes
2 answers
6k views
GCC Segmentation Fault Mac
I have been having some trouble getting my gcc and g++ compiler to work on my mac (OSX Yosemite 10.10.2). I have written up a simple "Hello World" program and even these seem to not work. The two ...