This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


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

Re: CVS install


Olivier Buechel writes:
 > But now I`ve got another problem: When starting guile the following
 > error is produced: 
 > 
 > ERROR: Unbound variable: software-type
 > 
 > Any hint what that could be?

Are you trying to use slib? The only reference I can find to
`software-type' is in share/guile/1.3.5/ice-9/slib.scm. Remember to
check your ~/.guile as well.

Could it be that guile tries to boot with code from a previous
version? Have you installed the new scheme code in a place where guile
can find it? - this should happen when you do `gmake install'.

Could you try a batch-mode test like 
$ guile -q -c "(display 'hello) (newline)"

	(or (bonne chance) (viel glück))
	Ole


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