<?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"
	>
<channel>
	<title>Comments on: Updating MySQL Gem to 2.7</title>
	<atom:link href="http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/</link>
	<description>A whole bunch of nought thought by Chris Cummer</description>
	<pubDate>Wed, 07 Jan 2009 00:52:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: chris</title>
		<link>http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1553</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 02 Oct 2007 22:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1553</guid>
		<description>A sound explanation. Thanks Thomas!</description>
		<content:encoded><![CDATA[<p>A sound explanation. Thanks Thomas!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Watson</title>
		<link>http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1552</link>
		<dc:creator>Thomas Watson</dc:creator>
		<pubDate>Tue, 02 Oct 2007 21:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1552</guid>
		<description>The double hyphens (--) tells the option parser that there is no more options on the command line. This special syntax comes from GNU getopt. Everything after '--' is treated as non-options. This is useful if you want to write something on the command line that looks like an option but is not, or if it should be parsed though as an option to another program called by the one you are calling.

The two hyphens in this particular command string is important since the gem binary must not confuse the '--with-mysql-dir' option as an option for gem it self. Instead this option should be passed on to the make command called in the gem internals.</description>
		<content:encoded><![CDATA[<p>The double hyphens (&#8211;) tells the option parser that there is no more options on the command line. This special syntax comes from GNU getopt. Everything after &#8216;&#8211;&#8217; is treated as non-options. This is useful if you want to write something on the command line that looks like an option but is not, or if it should be parsed though as an option to another program called by the one you are calling.</p>
<p>The two hyphens in this particular command string is important since the gem binary must not confuse the &#8216;&#8211;with-mysql-dir&#8217; option as an option for gem it self. Instead this option should be passed on to the make command called in the gem internals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1383</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 05 Sep 2007 18:35:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1383</guid>
		<description>Quite frankly I don't know why the extra dashes are required in there. I just stumbled upon it by accident. Bloody Unix developers... ;)</description>
		<content:encoded><![CDATA[<p>Quite frankly I don&#8217;t know why the extra dashes are required in there. I just stumbled upon it by accident. Bloody Unix developers&#8230; <img src='http://www.postal-code.com/binarycode/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon</title>
		<link>http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1378</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Wed, 05 Sep 2007 02:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.postal-code.com/binarycode/2007/04/19/updating-mysql-gem-to-27/#comment-1378</guid>
		<description>It would be nice if &lt;code&gt;gem&lt;/code&gt; would have the courtesy to tell us that it needed a location.

P.S.  Aren't cha gonna tell us what's with the extra --?</description>
		<content:encoded><![CDATA[<p>It would be nice if <code>gem</code> would have the courtesy to tell us that it needed a location.</p>
<p>P.S.  Aren&#8217;t cha gonna tell us what&#8217;s with the extra &#8211;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
