Skip to content
New issue

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

mkcamlp4 does not include dynlink.cma #4972

Closed
vicuna opened this issue Feb 4, 2010 · 0 comments
Closed

mkcamlp4 does not include dynlink.cma #4972

vicuna opened this issue Feb 4, 2010 · 0 comments

Comments

@vicuna
Copy link

vicuna commented Feb 4, 2010

Original bug ID: 4972
Reporter: joe
Assigned to: @xclerc
Status: closed (set by @xavierleroy on 2012-03-24T14:01:40Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.11.2
Fixed in version: 3.12.1+dev
Category: -for Camlp4 use https://github.com/ocaml/camlp4/issues

Bug description

The executable mkcamlp4 does not include dynlink.cma which is required by camlp4 as of version 3.11. This library is impossible to add by the user since the inclusion of the camlp4 library precludes all other arguments. The fix is trivial. Simply, line 64 of mkcamlp4.ml must be changed to:

run (["ocamlc"; "-I"; camlp4_standard_library; "dynlink.cma"; "camlp4lib.cma"; crc_ml]

This forces the inclusion of dynlink.cma prior to that of camlp4lib.cma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant