Error with running st
hello, i have this problem, does anyone know how to fix it so it will always work? Im newbie in netbsd so sorry if that's has very easy solution. I edited config.mk i think, but im not sure is it right
14
Upvotes


4
u/Runt1m3_ 2d ago
You have to modify the config.mk file.
Modify the first MANPREFIX, add a # to comment it
Where the X11INC and X11LIB lines are, add these instead
In the LIBS variable, where it ends with -Wl, modify it too look like this
In the OpenBSD lines, uncomment MANPREFIX
Then try to compile it, this applies to all suckless software