[plt-scheme] changed policy for native libraries?
Okay. I just noticed the (system-library-subpath) is different for
3m, which explains why it wasn't noticing the native-compiled
library. I'm just going to continue using the imprecise collector for
now.
I suppose I can wait a few days for the documentation on making 3m-
compatible extensions, since I don't really have the time to modify
the scheme-pg extension anyway. But if you don't mind, please let me
know when you have added that documentation.
Thanks,
Dave
On Aug 29, 2005, at 11:26 AM, Matthew Flatt wrote:
> At Mon, 29 Aug 2005 11:10:55 -0400, David Herman wrote:
>
>> Okay, now I really get it. I see I have to build the native library
>> separately with mzc3m if I want to load it from mzscheme3m or web-
>> server-text3m.
>>
>
> No, using mzc3m is the same as using mzc. (It just runs the compiler
> via MzScheme3m instead of MzScheme.)
>
> The short answer is that I need to write proper documentation for
> making extensions compatible with 3m. I will do that soon; let me know
> if it can't wait a few days.
>
> Matthew
>
>