On 6/30/06, Thomas Shackell <shackell@cs.york.ac.uk> wrote:
According to the libffi docs this relates is a known bug in Mac OS X
shell. I believe Andrew has been playing with using the ctypes libffi or
something, perhaps that doesn't have the same problems?

Currently scons builds the ctypes libffi for Windows. On every other platform it doesn't do anything special and just links against the globally installed libffi (assuming there is one).

The possiblity of compiling libffi for every platform had crossed my mind, but I haven't done anything about it yet.

Andrew