We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, if make in run src/tests/testbench before libguess is installed, it will fail to run due to a linker error:
make
make: Entering directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench' make[1]: Entering directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench' Error loading shared library libguess.so.1: No such file or directory (needed by ../guess_testharness) Error relocating ../guess_testharness: libguess_determine_encoding: symbol not found Fail: ar/cp1256 make[1]: *** [Makefile:24: ar/cp1256.run] Error 1 make[1]: Leaving directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench' make: *** [Makefile:9: run] Error 1 make: Leaving directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, if
make
in run src/tests/testbench before libguess is installed, it will fail to run due to a linker error:The text was updated successfully, but these errors were encountered: