Subject:
Re: [ruby-ffi] New release of FFI gem
From:
Wayne Meissner
Date:
12/3/10 3:42 PM
To:
ruby-ffi@googlegroups.com

On 4 December 2010 00:20, Luis Lavena <luislavena@gmail.com> wrote:
> I was able to compile ffi with Ruby 1.9.2-p0 and GCC 4.5.1, but now
> getting this on the specs:
>
> https://gist.github.com/726989
>
> The problem is that is looking for strdup and not _strdup, perhaps the
> problem is libffi?

Thats just a symbol lookup problem.  All the traditional libc symbols
in msvcrt.dll have an underscore prepended, so that test should have a
special case for win32 in it.