Skip to content

for windows using mingw toolchain

Latest
Compare
Choose a tag to compare

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)