You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hack to solve the issue without fixing every dependency with this issue is to create a ~/bin/ directory and create a symbolic link named make to /usr/local/bin/gmake and add this path into $PATH
On OpenBSD (and certainly on DragonflyBSD and NetBSD), binaries aren't distributed so the compilation from sources must used to get the binary.
The issue is that
make
used in the process is using themake
from system which is bsd make. Thegmake
binary should be used instead ofmake
.The text was updated successfully, but these errors were encountered: