-
Notifications
You must be signed in to change notification settings - Fork 358
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
Can't build OPAM 2 for Cygwin32 with "make cold" #3843
Comments
Which version of Dune do you have installed, and where? |
I started with a fresh installation of cygwin32. My first attempt was to try installing opam using |
I just created a fresh opam directory and did a
|
I installed a fresh cygwin32 and did a |
Sorry for the extreme lag - the problem in that recent build log is that you don't have |
What is the status of this issue ? Does installing |
I have no idea. I set this aside soon after I filed the issue. Now I'm using WSL instead of Cygwin. When the virtual-machine version of WSL becomes available later this year, my system should behave about like a native Linux (e.g. supporting sandboxing). |
Cross referencing #4452. |
autoconf is very strange where its detection of C++ compilers is concerned - not only does it not verify that the command it found is actually a C++ compiler, but if all else fails it just guesses opam was attempting to work around this weirdness, but it assumed that This will be fixed in 2.2.0 |
I'm having trouble building Opam 2 for Cygwin32. The first run failed because I didn't have flexdll installed. After fixing that, the build ends with a segfault. Is it correct to just rerun
make cold
in the same directory? Or should I start in a fresh directory? (I may have done amake clean
before the second build.)Also, I'm not sure what to make of the message "Some dependencies are missing." at the bottom. Is that part of the problem?
FWIW, I do have a copy of OCaml installed in this Cygwin, it is 4.06.1. Not sure if that's interfering.
My ultimate goal is to get Dune to compile Coq, either with or without Opam.
The text was updated successfully, but these errors were encountered: