[plt-scheme] embedded mzscheme calling extension

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Mar 15 08:24:14 EST 2006

At Wed, 15 Mar 2006 12:40:39 +0000, John Kozak wrote:
> I've got an application which embeds mzscheme; it loads a script (via
> scheme_require) which requires some extensions written in C.  This all
> works fine on 209, but on >=300 the C extensions fail to load with
> "undefined symbol: scheme_void".  The same extension loads with
> problems from a REPL.

Did you link your extension with -rdynamic?

Matthew



Posted on the users mailing list.