OPENF4
Library for Gröebner basis computations over finite fields.
|
If make check fails, run example/check_cyclic6_16bits to have more details on the error.
If you have the problem:
you need to find where these libraries are installed (for example in /opt/gcc-4.9.2/lib64) and modify the LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/directory_with_libraries
for example: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/gcc-4.9.2/lib64