the following will invoke gcc, link chez.a and output test.exe
$ ./compile-chez-program.exe test.ss
compiling test.ss with output to test.so
test
try it
$ ./test 123 456
args is (123 456)
the following will invoke gcc, link chez.a and output test.exe
$ ./compile-chez-program.exe test.ss
compiling test.ss with output to test.so
test
try it
$ ./test 123 456
args is (123 456)