[plt-scheme] linking with mzc

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue Nov 22 08:35:50 EST 2005

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.

Matthew



Posted on the users mailing list.