[plt-scheme] FFI with Mac OS X framework?

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Sat Oct 3 13:04:49 EDT 2009

The framework is a directory that contains a bunch of differently
compiled frameworks. You can go in and get the right one and give the
path to the FFI. That will help you make due until the FFI can handle
it directly.

Jay

On Sat, Oct 3, 2009 at 10:13 AM,  <czhu at cs.utah.edu> wrote:
> On a Mac computer:
>
>> (system-type 'so-suffix)
>
> #".dylib"
>
> So there is no #".framework" support for FFI? Could I ask why? According to
> http://en.wikipedia.org/wiki/Dynamic_loading , the actual call to dlopen is
> nearly the same.
>
> Chongkai
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://teammccarthy.org/jay

"The glory of God is Intelligence" - D&C 93


Posted on the users mailing list.