Subject: Re: [ruby-ffi] New release of FFI gem |
From: Luis Lavena |
Date: 12/4/10 9:12 AM |
To: ruby-ffi@googlegroups.com |
On 4 December 2010 00:20, Luis Lavena <luislavena@gmail.com> wrote:Thats just a symbol lookup problem. All the traditional libc symbols
> 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?
in msvcrt.dll have an underscore prepended, so that test should have a
special case for win32 in it.