[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

How to build Ruby on MinGW?

codeslinger

4/17/2007 8:46:00 PM

Hi all,

Does anyone have a howto or instruction list on how to build Ruby 1.8.x
(preferably .6) under MinGW *with* binary extensions e.g. Zlib and
OpenSSL?

I can't find any docs/articles on that and the one from ruby-lang.org is
somewhat broken (complains of fcntl() not being implemented).

When I try to build it with a ./configure ; make ; make install, the
ruby interpreter builds fine, but zlib, openssl, etc. do not build
binaries for use with it (I have MinGW/MSYS installed already).

Any ideas? Thanks.

--
Toby DiPasquale

--
Posted via http://www.ruby-....

1 Answer

codeslinger

4/18/2007 2:47:00 AM

0

Toby Dipasquale wrote:
> Hi all,
>
> Does anyone have a howto or instruction list on how to build Ruby 1.8.x
> (preferably .6) under MinGW *with* binary extensions e.g. Zlib and
> OpenSSL?
>
> I can't find any docs/articles on that and the one from ruby-lang.org is
> somewhat broken (complains of fcntl() not being implemented).
>
> When I try to build it with a ./configure ; make ; make install, the
> ruby interpreter builds fine, but zlib, openssl, etc. do not build
> binaries for use with it (I have MinGW/MSYS installed already).
>
> Any ideas? Thanks.

I got a little farther in the build (zlib, but no openssl still) but
I've since stopped as the MinGW build of Ruby still exhibits the broken
I/O behavior described here:

http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-t...

I will have to use Python or Perl for this. Oh well...

--
Toby DiPasquale

--
Posted via http://www.ruby-....