You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it that you were working on an ocaml project with gcc 13 then upgraded your Arch Linux and now you have gcc 14 ?
It's possible that gcc does not like working with gcc 13 and gcc 14 artifacts mixed together. Have you tried creating a fresh opam switch and tried to install merlin in it ?
On Archlinux, with gcc14, trying to install merlin through opam, got this:
seems the problem is due to lto1 and passing
-no-lto
to gcc might solve it, but how can I pass someLDFLAGS
to opam?The text was updated successfully, but these errors were encountered: