-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
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
Debian / gcc / g++ gcc (Debian 10.2.0-15) 10.2.0 : fails to compile #36
Comments
Another way that worked was to use
As the man page says, this has a slight performance cost. |
Same issue on Kali/Debian with Both solutions did not work for me. Afterwards I get these errors:
|
After testing @lorenzog answer, it works. |
…to one full/clean patch
On compilation, LD complains about multiple references to "verbose" at linking
Easy to solve, ensure in the patch that :
verbose is extern in sasquatch/squashfs4.3/squashfs-tools/error.h
add "int verbose;"
in unsquashfs.c
The text was updated successfully, but these errors were encountered: