<?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: Bridging MRI, JRuby &amp; Rubinius with FFI</title>
	<atom:link href="http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/</link>
	<description>A goal is a dream with a deadline.</description>
	<pubDate>Wed, 10 Mar 2010 01:26:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andrew Carpenter</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-229666</link>
		<dc:creator>Andrew Carpenter</dc:creator>
		<pubDate>Sun, 24 Jan 2010 18:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-229666</guid>
		<description>@CB: The following command compiled the shared library for me under OSX 10.5:

&lt;code&gt;gcc -dynamiclib -Wl,-install_name -Wl,libsimplemath -o libsimplemath.so simple_math.c -lm&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@CB: The following command compiled the shared library for me under OSX 10.5:</p>
<p><code>gcc -dynamiclib -Wl,-install_name -Wl,libsimplemath -o libsimplemath.so simple_math.c -lm</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Richards</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-162571</link>
		<dc:creator>David Richards</dc:creator>
		<pubDate>Thu, 22 Jan 2009 19:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-162571</guid>
		<description>Very nice, we need more FFI examples and tutorials.  

Does anyone have more examples?  I've been working on interfacing various libraries and I'm still very novice with this (learning by recipes without seeing the big picture yet.)  

I know we'll have an FFI presentation by Jeremy Hinegardner at Mountain West Ruby Conference, which will be broadcast by Confreaks (confreaks.com) in March.</description>
		<content:encoded><![CDATA[<p>Very nice, we need more FFI examples and tutorials.  </p>
<p>Does anyone have more examples?  I&#8217;ve been working on interfacing various libraries and I&#8217;m still very novice with this (learning by recipes without seeing the big picture yet.)  </p>
<p>I know we&#8217;ll have an FFI presentation by Jeremy Hinegardner at Mountain West Ruby Conference, which will be broadcast by Confreaks (confreaks.com) in March.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-161218</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-161218</guid>
		<description>CB, not 100% sure on that, since I'm not an OSX user, but try directions from &lt;a href="http://www.nabble.com/Mac-OS-X:-shared-library-linking-of-C%2B%2B-uses-%27gcc%27-instead-of-%27g%2B%2B%27-td20637152.html" rel="nofollow"&gt;this thread&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>CB, not 100% sure on that, since I&#8217;m not an OSX user, but try directions from <a href="http://www.nabble.com/Mac-OS-X:-shared-library-linking-of-C%2B%2B-uses-%27gcc%27-instead-of-%27g%2B%2B%27-td20637152.html" rel="nofollow">this thread</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Lavena</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160981</link>
		<dc:creator>Luis Lavena</dc:creator>
		<pubDate>Sat, 17 Jan 2009 12:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160981</guid>
		<description>@Justin:

Wayne (the author of FFI CRuby, extraction from JRuby implementation) worked on cross compiling a gem for Windows.

In my tests, it worked almost perfect (a few failures in the specs), so I hope next release ships with a binary for Windows.

Regards.</description>
		<content:encoded><![CDATA[<p>@Justin:</p>
<p>Wayne (the author of FFI CRuby, extraction from JRuby implementation) worked on cross compiling a gem for Windows.</p>
<p>In my tests, it worked almost perfect (a few failures in the specs), so I hope next release ships with a binary for Windows.</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160948</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 17 Jan 2009 04:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160948</guid>
		<description>How is support on Windows with the One-click installer? The toolchain used there is notoriously hard to write extensions with (because MSVC6 is hard to get).</description>
		<content:encoded><![CDATA[<p>How is support on Windows with the One-click installer? The toolchain used there is notoriously hard to write extensions with (because MSVC6 is hard to get).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CB</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160921</link>
		<dc:creator>CB</dc:creator>
		<pubDate>Fri, 16 Jan 2009 20:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160921</guid>
		<description>Stupid question. How do you compile the shared library under OSX 10.5?

// ld: unknown option: -soname</description>
		<content:encoded><![CDATA[<p>Stupid question. How do you compile the shared library under OSX 10.5?</p>
<p>// ld: unknown option: -soname</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRuby and Rails Screencasts &#171; Bandwagon</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160920</link>
		<dc:creator>JRuby and Rails Screencasts &#171; Bandwagon</dc:creator>
		<pubDate>Fri, 16 Jan 2009 19:34:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160920</guid>
		<description>[...] The Power of JRuby http://www.khelll.com/blog/ruby/the-power-of-jruby/ [...]</description>
		<content:encoded><![CDATA[<p>[...] The Power of JRuby <a href="http://www.khelll.com/blog/ruby/the-power-of-jruby/" rel="nofollow">http://www.khelll.com/blog/ruby/the-power-of-jruby/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ennuyer.net &#187; Blog Archive &#187; 2009-01-16 - Today’s Ruby/Rails Reading</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160914</link>
		<dc:creator>Ennuyer.net &#187; Blog Archive &#187; 2009-01-16 - Today’s Ruby/Rails Reading</dc:creator>
		<pubDate>Fri, 16 Jan 2009 17:06:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160914</guid>
		<description>[...]  Bridging MRI, JRuby &amp; Rubinius with FFI [...]</description>
		<content:encoded><![CDATA[<p>[...]  Bridging MRI, JRuby &#38; Rubinius with FFI [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilya Grigorik</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160906</link>
		<dc:creator>Ilya Grigorik</dc:creator>
		<pubDate>Fri, 16 Jan 2009 14:31:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160906</guid>
		<description>Johannes, also take a look at the &lt;a href="http://kenai.com/projects/ruby-ffi/pages/Examples" rel="nofollow"&gt;examples page&lt;/a&gt; for Ruby FFI, it walks through a couple of examples of interacting with structs, pointers, etc.</description>
		<content:encoded><![CDATA[<p>Johannes, also take a look at the <a href="http://kenai.com/projects/ruby-ffi/pages/Examples" rel="nofollow">examples page</a> for Ruby FFI, it walks through a couple of examples of interacting with structs, pointers, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos Júnior</title>
		<link>http://www.igvita.com/2009/01/15/bridging-mri-jruby-rubinius-with-ffi/comment-page-1/#comment-160894</link>
		<dc:creator>Carlos Júnior</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:26:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.igvita.com/?p=203#comment-160894</guid>
		<description>@Johannes take a look here http://github.com/cout/ruby-pth/blob/0b98a5f1f78a02341f7f9c333d3e593bd3570833/lib/pth.rb</description>
		<content:encoded><![CDATA[<p>@Johannes take a look here <a href="http://github.com/cout/ruby-pth/blob/0b98a5f1f78a02341f7f9c333d3e593bd3570833/lib/pth.rb" rel="nofollow">http://github.com/cout/ruby-pth/blob/0b98a5f1f78a02341f7f9c333d3e593bd3570833/lib/pth.rb</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
