From: "Gerardo Santana Gómez Garrido" Date: 2008-04-30T00:15:00+09:00 Subject: Re: [ANN] ruby-oci8 1.0.1 On 4/27/08, KUBO Takehiro wrote: > Hi Jesse, > > On Mon, Apr 28, 2008 at 12:18 PM, Jesse Hu wrote: > > And is the official i386/x86_64 linux Ruby-OCI8 rpms available? > > No. I don't know how to make binary gems for mswin32. > Is there any article which explains the way? > > Here it is what I do. If anyone have a better procedure, I'd like to know. I use a Rakefile for building gems: http://github.com/santana/ruby-informix/tree/master/Rakefile But when building a binary gem, I need to add s.platform = Gem::Platform::CURRENT to the gemspec, which adds the platform name to the name of the gem. I also add the shared object to the list of files. Finally I build the extension and run rake package to create the distribution files. -- Gerardo Santana