This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fixups for generating html pages


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

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]