Skip to content
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

Building on OpenBSD - make should be gmake #116

Open
rapenne-s opened this issue Sep 20, 2020 · 1 comment
Open

Building on OpenBSD - make should be gmake #116

rapenne-s opened this issue Sep 20, 2020 · 1 comment

Comments

@rapenne-s
Copy link

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 the make from system which is bsd make. The gmake binary should be used instead of make.

@rapenne-s
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant