The Wayback Machine - https://web.archive.org//web/20240906050921/https://github.com/erthink/libmdbx/issues/208
Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

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

Closed
AskAlexSharov opened this issue Jun 17, 2021 · 0 comments
Closed

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

AskAlexSharov opened this issue Jun 17, 2021 · 0 comments
Assignees
Labels

Comments

@AskAlexSharov
Copy link
Contributor

 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants