> < ^ Date: Thu, 21 Aug 2003 18:52:57 -0500 (CDT)
> < ^ From: Luc Teirlinck <teirllm@dms.auburn.edu >
> < ^ Subject: Re: IdGroup problem resolution generates another problem...

GAP forum

Gordon Royle wrote:

So I did that, deleted the old pkg/autpgrp directory and
untarred the
new pkg/autpgrp directory, and restarted GAP to get the message:

Syntax error: warning: unbound global variable in
/home/local/research/gap/gap\
4r3/pkg/autpgrp/gap/autos.gi line 407
SetIsGroupOfAutomorphismsFiniteGroup(A,true)

My guess is that you can just put:

if not CompareVersionNumbers( VERSION, "4.4" ) then
SetIsGroupOfAutomorphismsFiniteGroup:="";
fi;

in your .gaprc and you will be OK with no warnings or other trouble.
Remove it if you upgrade to 4.4, although it should be harmless
there too (but useless).

Sincerely,

Luc.


> < [top]