Subject:
Re: [ruby-ffi] Re: segfault on windows MRI but not windows JRuby
From:
Wayne Meissner
Date:
12/4/09 12:49 PM
To:
ruby-ffi@googlegroups.com

2009/12/5 Luis Lavena <luislavena@gmail.com>:
> Which versions of packages for mingw32 do you have installed?
>
> luis@seyori ~$ port installed | grep "mingw32"
>  i386-mingw32-binutils @2.19.1_0 (active)
>  i386-mingw32-gcc @3.4.5-20060117-2_0 (active)
>  i386-mingw32-runtime @3.15.2_0 (active)
>  i386-mingw32-w32api @3.13_0 (active)

Thats a good question.  I built the cross compiler from source using
the x86-mingw32-build.sh-0.0-20061107-1 build script from the mingw
site.  By default it downloads the following versions, so that /could/
be what was used.

gcc-core-3.4.5-20060117-1-src.tar.gz
binutils-2.17.50-20060716-1-src.tar.gz
mingw-runtime-3.10-20060909-1-src.tar.gz
w32api-3.7-src.tar.gz

I re-installed that machine last weekend, so I am just assuming those
are the versions that were used (and that I didn't download later
versions for it to use).