fixups for generating html pages
Mike Frysinger
vapier@gentoo.org
Mon Nov 6 03:27:00 GMT 2006
the current Makefile.am does:
GUILE = "`...` -l guile -s"
the quoting is no good as this will try to execute a program named "guile -l
guile -s" which obviously wont work :)
then it fails to run complaining about no file/dir named "guile" ... if i
change the GUILE var to read '-l guile.scm' instead of '-l guile', it
works ... maybe this is because i'm using guile-1.6.7 ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/cgen/attachments/20061106/5cca0954/attachment.sig>
More information about the Cgen
mailing list