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

Clean a bit the Makefile and delete some deprecated usage of the ./configure #123

Closed
dinosaure opened this issue Nov 2, 2022 · 3 comments

Comments

@dinosaure
Copy link
Member

dinosaure commented Nov 2, 2022

From a great discussion with @shindere, we invoke the ./configure in the wrong way:

  1. we should not define our own OC_CFLAGS
  2. we should call ./configure with envrionment variables like: ./configure LD=... instead of LD=... ./configure

From a certain perspective, this work is not really needed (because ocaml-solo5 already work for 4.14) but it can helps us to move forward about the OCaml 5 support.

@shindere
Copy link

shindere commented Nov 3, 2022 via email

@shym
Copy link
Contributor

shym commented Dec 11, 2024

I consider this has been addressed as part of #134.

@hannesm
Copy link
Member

hannesm commented Dec 17, 2024

The remaining question is whether we should do anything for the 4.14 branch. And from my perspective, while I expect there to be 4.14 bugfix releases, I wouldn't change the way ocaml-solo5 compiles the OCaml compiler (it would be quite some work, esp. for checking and testing that everything still works) -- at the risk that OCaml 4.14 bugfix releases will break ocaml-solo5. That's the risk I'm ok to take.

I'll close this issue. Please don't hesitate from commenting and suggest reopening this.

@hannesm hannesm closed this as completed Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants