New comment by freddylist on void-packages repository https://github.com/void-linux/void-packages/pull/39360#issuecomment-1251057088 Comment: I've removed the option for static linking. I also tried to cross-compile for x86_64-musl with icon support, but the makefile fails [here](https://github.com/jarun/nnn/blob/0988268a61b4b4f040756821e2992ead7c6a01cf/Makefile#L210-L213) with this: ``` /bin/sh: line 1: ./src/icons-hash-gen: No such file or directory make: *** [Makefile:211: src/icons-generated.h] Error 127 ``` However, if I look in the builddir for `nnn`, the `src/icons-hash-gen` file is there (with necessary permissions)... If I try again without cleaning, I get different errors because of whacky definitions. Cross-compiling without icon support works fine. I will just hope this is just a problem with cross-compiling for me. 😁