On Tue, Aug 25, 2009 at 06:10:35PM -0400, Stephen Sinclair wrote:
$ gsc -o test test.scm
try gsc -exe test.scm
$ gsc -link -o test.c test.scm
$ gcc -o test test.c -lgambc
gsc -link will also produce a test_.c file, you need to compile that
also.
-Ivan