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
-package
On non-native bytecode platform, building OCaml packages fails due to not recognizing the -package option.
I've tested it on Arch Linux's port for loong64 platform, and there are many packages failed with this issue, such as:
Overall, ocamlc, ocamldoc, or ocamldep received -package option and threw errors, like:
ocamlc
ocamldoc
ocamldep
ocamldep: unknown option '-package'.
I would like to know whether it;s a bug of ocamlfind and how to fix this problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On non-native bytecode platform, building OCaml packages fails due to not recognizing the
-package
option.I've tested it on Arch Linux's port for loong64 platform, and there are many packages failed with this issue, such as:
Overall,
ocamlc
,ocamldoc
, orocamldep
received-package
option and threw errors, like:I would like to know whether it;s a bug of ocamlfind and how to fix this problem.
The text was updated successfully, but these errors were encountered: