Finding module names to call libc functions using FFI

Cees de Groot cg at cdegroot.com
Thu Mar 3 21:25:05 UTC 2005


On Thu, 03 Mar 2005 16:05:38 -0500, Jason Rogers  
<jacaetevha at fast-mail.org> wrote:

> While it's not an elegant solution couldn't you get a listing of files  
> in /lib and "figure out" which one to use?  Wouldn't the pattern would  
> always be (pardon the RegEx) "\/lib\/libc\.so(\.[0-9]+){0,2}"?
>
For Linux, yes. But on other *nix systems, no - I think that thas was what  
Ned was having a problem with.



More information about the Squeak-dev mailing list