Home » Questions » Computers [ Ask a new question ]

Installing ruby from source and having a problem with gcc

Installing ruby from source and having a problem with gcc

I am trying to follow this guide Compiling Ruby, RubyGems, and Rails on Snow Leopard and I am running into a configuration issue.

Asked by: Guest | Views: 381
Total answers/comments: 1
Guest [Entry]

"During XCode install, there is an option to also install the tools at the standard unix locations (binaries in /usr/bin, include files in /usr/include etc.). Did you choose that option during the installation?

I guess the error is because the compiler searches those standard paths for the header files (and also the standard libraries) and is not able to find them."