Re: Simple question

2009-11-18 Thread Ludovic Courtès
Hello, "Roberto Belloni" writes: > [r...@localhost guile-1.8.6]# ./configure > : bad interpreter: No such file or directory Normally you have this: --8<---cut here---start->8--- $ head -1 configure #! /bin/sh --8<---cut here---end

Simple question

2009-11-17 Thread Roberto Belloni
Sorry, I am really new with guile. May be the "./configure" need to be fixed: it returns with: [r...@localhost guile-1.8.6]# ./configure : bad interpreter: No such file or directory Bye, R.B.

Re: simple question

2000-07-04 Thread Mikael Djurfeldt
[EMAIL PROTECTED] writes: > #!/usr/local/bin/guile \ > -s > !# > (use-modules (ice-9 slib)) > (require 'format) > (format #t "Hello ~a~%" "bill") > > I mean that the format expansion only works in "interactive" > mode. Can I have it working in script mode (or whatever it's > c