We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Makefile: avoid non portable -D option on install; should fix devttys0#6
85d82e9
Merge branch 'devttys0#6'
599c6a3
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: