chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] How to tell csc to call main?


From: Sascha Ziemann
Subject: [Chicken-users] How to tell csc to call main?
Date: Fri, 19 Dec 2014 14:42:47 +0100

Hi,

How to tell csc to call main in the same way like "csi -ss"?

$ cat distribution.scm
#! /usr/bin/csi -ss

(define (main args)
        (display "main\n"))
$ ./distribution.scm
main
$ csc distribution.scm
$ ./distribution
$

csc does not seem to have a -ss option.

Regards,
Sascha


reply via email to

[Prev in Thread] Current Thread [Next in Thread]