libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

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

Open fletort opened this issue 9 years ago • 0 comments

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.

fletort avatar Jun 17 '15 22:06 fletort