[gambit-list] simple gsc'd program segfaults

Ivan Kelly ivan at ivankelly.net
Tue Aug 25 18:12:31 EDT 2009


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



More information about the Gambit-list mailing list