[plt-scheme] finding missing exports

From: Daniel Silva (dansilva at lynx.dac.neu.edu)
Date: Sun Mar 7 04:25:10 EST 2004

Is there a way to find out all the missing symbols from a MzScheme C
extension before trying to call load-extension?  This process is very
slow:

load-extension, fail
get _one_ missing export from the error message
write the c function/variable
make
repeat the process


Daniel

[sent from the wrong address again. retrying...]



Posted on the users mailing list.