<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Getting MacRuby&#8217;s compiler to work	</title>
	<atom:link href="https://programmingzen.com/getting-macrubys-compiler-to-work/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/getting-macrubys-compiler-to-work/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Mon, 12 Oct 2009 14:30:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Eli		</title>
		<link>https://programmingzen.com/getting-macrubys-compiler-to-work/#comment-8053</link>

		<dc:creator><![CDATA[Eli]]></dc:creator>
		<pubDate>Mon, 12 Oct 2009 14:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=1107#comment-8053</guid>

					<description><![CDATA[Hey, I&#039;m running into issue after issue with ./configure.

Right now I&#039;m getting &quot;checking for C compiler default output file name... configure: error: C compiler cannot create executables&quot;.

In the error log, it looks like the problem is:
configure:2826: $? = 0
configure:2833: gcc -V &#062;&#038;5
gcc-4.0: argument to `-V&#039; is missing
configure:2836: $? = 1
configure:2859: checking for C compiler default output file name
configure:2886: gcc    conftest.c  &#062;&#038;5
ld: library not found for -lcrt1.10.5.o
collect2: ld returned 1 exit status
configure:2889: $? = 1

Any ideas?

Thanks,
Eli]]></description>
			<content:encoded><![CDATA[<p>Hey, I&#8217;m running into issue after issue with ./configure.</p>
<p>Right now I&#8217;m getting &#8220;checking for C compiler default output file name&#8230; configure: error: C compiler cannot create executables&#8221;.</p>
<p>In the error log, it looks like the problem is:<br />
configure:2826: $? = 0<br />
configure:2833: gcc -V &gt;&amp;5<br />
gcc-4.0: argument to `-V&#8217; is missing<br />
configure:2836: $? = 1<br />
configure:2859: checking for C compiler default output file name<br />
configure:2886: gcc    conftest.c  &gt;&amp;5<br />
ld: library not found for -lcrt1.10.5.o<br />
collect2: ld returned 1 exit status<br />
configure:2889: $? = 1</p>
<p>Any ideas?</p>
<p>Thanks,<br />
Eli</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/getting-macrubys-compiler-to-work/#comment-8028</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Fri, 09 Oct 2009 11:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=1107#comment-8028</guid>

					<description><![CDATA[Yes, Patrick, it&#039;s very much experimental at this point. If a library you require is not compiled yet, the compilation won&#039;t work.]]></description>
			<content:encoded><![CDATA[<p>Yes, Patrick, it&#8217;s very much experimental at this point. If a library you require is not compiled yet, the compilation won&#8217;t work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Patrick		</title>
		<link>https://programmingzen.com/getting-macrubys-compiler-to-work/#comment-8026</link>

		<dc:creator><![CDATA[Patrick]]></dc:creator>
		<pubDate>Fri, 09 Oct 2009 10:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=1107#comment-8026</guid>

					<description><![CDATA[Thats pretty cool. I think there are some restrictions. A simple hello world worked fine. However, a generic tcp server did not.]]></description>
			<content:encoded><![CDATA[<p>Thats pretty cool. I think there are some restrictions. A simple hello world worked fine. However, a generic tcp server did not.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jc		</title>
		<link>https://programmingzen.com/getting-macrubys-compiler-to-work/#comment-8017</link>

		<dc:creator><![CDATA[jc]]></dc:creator>
		<pubDate>Thu, 08 Oct 2009 22:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=1107#comment-8017</guid>

					<description><![CDATA[Worked as expected. Thats pretty incredible!  Thanks for the instructions Antonio.

Would love to see you redo some of your earlier benchmarks using the compiled version of macruby 0.5 and see how it fares.]]></description>
			<content:encoded><![CDATA[<p>Worked as expected. Thats pretty incredible!  Thanks for the instructions Antonio.</p>
<p>Would love to see you redo some of your earlier benchmarks using the compiled version of macruby 0.5 and see how it fares.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diego Virasoro		</title>
		<link>https://programmingzen.com/getting-macrubys-compiler-to-work/#comment-8016</link>

		<dc:creator><![CDATA[Diego Virasoro]]></dc:creator>
		<pubDate>Thu, 08 Oct 2009 21:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://antoniocangiano.com/?p=1107#comment-8016</guid>

					<description><![CDATA[Yep... it looks like it&#039;s really getting up to become a pretty awesome piece of code.

If/when you have some time, it would be nice to see how the new .5 fairs against the rest in the great ruby shootout.]]></description>
			<content:encoded><![CDATA[<p>Yep&#8230; it looks like it&#8217;s really getting up to become a pretty awesome piece of code.</p>
<p>If/when you have some time, it would be nice to see how the new .5 fairs against the rest in the great ruby shootout.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
