Package: gambc
Version: 4.2.8-1.1

Whatever I compile with gambc, it just segfaults.

E.g.: test.sch containing

(begin
  (display "Hello, world")
  (newline))

phil...@notebook3:/tmp/schemetest$ /usr/bin/gsc -o a.out test.sch
phil...@notebook3:/tmp/schemetest$ ./a.out
Segmentation fault

On the other hand, gsi works:

phil...@notebook3:/tmp/schemetest$ gsi
Gambit v4.2.8

> (load "test.sch")
Hello, world
"/tmp/schemetest/test.sch"
>

I use Debian unstable on an amd64 system.

Philipp




-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to