The error message
Quote:
? cannot open `Classify:lib`
? error occurred in or before STDIN line 1: `LIB "Classify:lib";`
is caused by wrong syntax.
To load the library
classify.lib enter
Code:
> LIB "classsify.lib";
By default, the library
standard.lib is always loaded, supposed that Singular finds it.
Hence, the inital message
Quote:
? cannot open `standard.lib`
suggests that you have uncompletely installed Singular.
Most probably you have just forgotten to download
Singular-3-1-2-share.tar.gz which contains the libraries and documentation.