[plt-scheme] Embedding MzScheme into a Program

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Thu Dec 1 15:30:08 EST 2005

At Thu, 1 Dec 2005 13:24:46 -0700, "Chongkai Zhu" wrote:
> Should I use libmzgc.la/libmzscheme.la or libmzgc-209.so/libmzscheme.so?
> (I runs FC4) Thanks.

Use -l with your compiler/linker tool, and the tool should pick the
right file. (Libtool will use the ".la" files, and other tools will use
the ".so" files.)

I'll update "Inside MzScheme" with information on these shared-library
files.

Matthew



Posted on the users mailing list.