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
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.
[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