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

make install fails on OS X due to non-portable install -D flag #6

Open
fletort opened this issue Jun 17, 2015 · 0 comments
Open

make install fails on OS X due to non-portable install -D flag #6

fletort opened this issue Jun 17, 2015 · 0 comments

Comments

@fletort
Copy link
Contributor

fletort commented Jun 17, 2015

sudo make install
install -D -m644 libmpsse.so //usr/local/lib/libmpsse.so
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 file2
install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
[-o owner] file1 ... fileN directory
install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64

==> -D is a GNU extension of the install program, not available in the BSD version of install that ships on OS X.

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