[plt-scheme] linking with mzc

From: Jon Rafkind (workmin at ccs.neu.edu)
Date: Tue Nov 22 21:27:06 EST 2005


Matthew Flatt wrote:

>At Mon, 21 Nov 2005 22:27:35 -0500, Jon Rafkind wrote:
>  
>
>>mzc -l [...]
>>    
>>
>
>Use
>
> mzc --ld liballeg.dylib [...]
>
>instead.
>
>The "-l" flag is form linking ".o" files that were generated from
>Scheme source. I've changed the `mzc --help' output to helpfully make
>this more clear.
>
>  
>
Ah, thanks so much for this. The help output was a bit ambigious there 
and I probably skipped over the --ld part. I can load the liballeg.dylib 
file fine now but am back to the threading issues I started with. More 
questions to come, Im sure.

thanks,
jon


Posted on the users mailing list.