[gambit-list] gsc doesn't handle files outside the current directory
    Alex Shinn 
    alexshinn at gmail.com
       
    Wed Sep  7 04:01:48 EDT 2005
    
    
  
$ 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
$
-- 
Alex
    
    
More information about the Gambit-list
mailing list