-
Notifications
You must be signed in to change notification settings - Fork 232
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
OPAM for windows #294
Comments
See ocaml/opam#246 |
I made some more progress in Cygwin, but |
The best starting point seems to be https://github.com/dra27/opam/tree/windows. |
I think I did read somewhere (don’t remember where…) that this is gonna be merged in the OPAM master branch relatively soon right ? |
Last time I chatted with David Allsop (dra27) this wasn't quite ready to be merged. But this was a couple months ago, maybe the situation has improved. |
Closing this since I now distribute opam for windows along with the installer + an fstar opam package. |
I have been playing with compiling OPAM both using Cygwin and MSYS / MINGW32.
Cygwin:
make install
fails because the resulting executables have a.exe
suffix.MSYS:
I run into an old but not too well documented problem with flexdll during linking:
This function isn't happy when invoked on something that produces an empty list as in the following code snippet from the
flexdll
GitHub:get_output1 (!gcc ^ " -print-sysroot") ^ "/mingw/lib";
Unfortunately
gcc -print-sysroot
in MSYS seems to do exactly that.The error message is
** Fatal error: hd
.The text was updated successfully, but these errors were encountered: