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
Hi,
My host PC is ubuntu 14.04LTS and I clone this code then make it but I got an error show as below.
realpath: invalid option -- 'm' Usage: realpath [-s|--strip] [-z|--zero] filename ... realpath -h|--help realpath -v|--version
I check the makefile and found this command
rel_sysconfdir = $(shell realpath -m --relative-to=$(bindir) $(sysconfdir))
It seems the realpath does not support -m option. How can I solve this issue?
Thank you.
Regards,
Lucas `
The text was updated successfully, but these errors were encountered:
My compile also succeeds when I remove the "-m".
Sorry, something went wrong.
No branches or pull requests
Hi,
My host PC is ubuntu 14.04LTS and I clone this code then make it but I got an error show as below.
I check the makefile and found this command
It seems the realpath does not support -m option.
How can I solve this issue?
Thank you.
Regards,
Lucas
`
The text was updated successfully, but these errors were encountered: