Hey guys, Wanted to run my gem rails through fcgi and I was going to use the following guide: http://wiki.rubyonrails.com/rails/show/FastCGI%20on%20OS%20X However, I can''t configure/compile due to not having the developer tools! Looking at the apple dev site, it looks like around a 600mb download just to get gcc?! Just wondering if anyone''s installed gcc by itself on osx, I''m hoping I can just install that but I don''t want to mess with this shiny new powerbook until I know it''s a go-er :) thanks, Scott
* Scott Maclure <scott.maclure-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> [0240 15:40]:> Hey guys, > > Wanted to run my gem rails through fcgi and I was going to use the > following guide: > > http://wiki.rubyonrails.com/rails/show/FastCGI%20on%20OS%20X > > However, I can''t configure/compile due to not having the developer > tools! Looking at the apple dev site, it looks like around a 600mb > download just to get gcc?!> Just wondering if anyone''s installed gcc by itself on osx,You''ll need more than gcc - you probably need autoconf/make, ld, libtool, etc, etc. The only other option is for someone to package their libs for you a la ''Rails.app''.... I''d bite the bullet and stick the tools on, though, it''ll save you being in the same boat next time you want something... -- ''common sense is what tells you that the world is flat.'' -- Principia Discordia Rasputin :: Jack of All Trades - Master of Nuns
According to Scott Maclure:> However, I can''t configure/compile due to not having the developer > tools! Looking at the apple dev site, it looks like around a 600mb > download just to get gcc?!The developer''s Tools CD is shipped with Panther so you should have it already. -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto-0kjVc+YyuDZX+h8frlqCcVAUjnlXr6A1@public.gmane.org Darwin snuadh.freenix.org Kernel Version 7.8.0: Wed Dec 22 14:26:17 PST 2004
Depending on when you''re OS disc was shipped it may now have a recent version on it. If you have an ADC ( Apple Developer Connection ) account, you can download XCode Tools 1.5 - at a 370mb download at least it''s slightly smaller than 600mb. It comes with everything: gcc, make, etc etc. On 15 Feb 2005, at 15:46, Ollivier Robert wrote:> According to Scott Maclure: >> However, I can''t configure/compile due to not having the developer >> tools! Looking at the apple dev site, it looks like around a 600mb >> download just to get gcc?! > > The developer''s Tools CD is shipped with Panther so you should have it > already. > -- > Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- > roberto-0kjVc+YyuDZX+h8frlqCcVAUjnlXr6A1@public.gmane.org > Darwin snuadh.freenix.org Kernel Version 7.8.0: Wed Dec 22 14:26:17 > PST 2004 > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >