$ cat tmp/hello.scm (display "hello, world") (newline) $ gsc tmp/hello.scm *** ERROR IN c#targ-read-linker-info -- No such file or directory (open-input-file "tmp/hello.c") $ gsc `pwd`/tmp/hello.scm *** ERROR IN c#targ-read-linker-info -- No such file or directory (open-input-file "/home/foof/tmp/hello.c") $ cd tmp $ gsc `pwd`/hello.scm $
Afficher les réponses par date