erthink / libmdbx

One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
https://erthink.github.io/libmdbx/
Other
1.16k stars 111 forks source link

osx make install "install: illegal option -- D" #208

Closed AskAlexSharov closed 3 years ago

AskAlexSharov commented 3 years ago
 make install
## TIP: Use `make V=1` for verbose.
## TIP: Clone and build the https://github.com/pmwkaa/ioarena.git within a neighbouring directory for availability of benchmarking.
  INSTALLING...
install -D -p  -t /usr/local/bin mdbx_stat mdbx_copy mdbx_dump mdbx_load mdbx_chk mdbx_drop && \
    install -D -p  -t /usr/local/lib libmdbx.dylib && \
    install -D -p -t /usr/local/lib libmdbx.a && \
    install -D -p -m 444 -t /usr/local/include mdbx.h mdbx.h++ && \
    install -D -p -m 444 -t /usr/local/man/man1 src/man1/mdbx_stat.1 src/man1/mdbx_copy.1 src/man1/mdbx_dump.1 src/man1/mdbx_load.1 src/man1/mdbx_chk.1 src/man1/mdbx_drop.1
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