[GAP Forum] method ... matches more than one declaration

Alexander Konovalov alexander.konovalov at gmail.com
Tue Apr 5 12:46:30 BST 2011


Dear Igor,

On 5 Apr 2011, at 07:34, Igor Korepanov wrote:

> Dear Forum,
> 
> We are writing our new GAP package called PL, which stays for "piecewise-linear" topology and mathematical physics. As some functions already work, I think we will make it available for public (support and) critisism soon. 
> 
> However, when GAP reads our package, it writes out:
> 
> #I  method installed for UnderlyingField matches more than one declaration
> 
> How can I fish out and fix this bug?

There is a large chance that this is a problem with a different package - for example, 
I can reproduce it when I start GAP 4.4.12 with -A option (so no autoloaded packages 
are loaded), but without -r option (so it reads my .gaprc file and loads packages
stated there).

Could you try to start GAP with -r -A options and then do

LoadPackage("PL");

to check if the problem persists?


Best wishes,
Alexander




More information about the Forum mailing list