libguess
libguess copied to clipboard
character set guessing library
Results
2
libguess issues
Sort by
recently updated
recently updated
newest added
Currently, if `make` in run src/tests/testbench before libguess is installed, it will fail to run due to a linker error: ``` 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...
I'm building a static mpv which need a static libguess. I tried to add `--enable-static` to the configure parameter but it was not recognized.