Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyli/opam-cygwin
https://github.com/andyli/opam-cygwin
cygwin ocaml opam
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/andyli/opam-cygwin
- Owner: andyli
- Created: 2017-05-10T06:24:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T02:55:26.000Z (over 4 years ago)
- Last Synced: 2024-10-19T02:03:47.536Z (3 months ago)
- Topics: cygwin, ocaml, opam
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
When building the package in 64-bit cygwin, I got the error:
```
address space needed by 'dllunix.so' (0x400000) is already occupied
```I "solved" it by installing rebase 4.4.2-1, and then
```
rebase -b 0x7cd20000 /usr/lib/ocaml/stublibs/dllunix.so
rebase -b 0x7cdc0000 /usr/lib/ocaml/stublibs/dllthreads.so
```Re. https://github.com/ocaml/opam/issues/3785