-
Notifications
You must be signed in to change notification settings - Fork 33
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 not resolve symbols for libcamlrun.a(floats_b.o) #139
Comments
Are you perhaps missing a Windows system library?
That would explain why `__configthreadlocale` is undefined.
|
I installed all |
Calascibetta Romain (2020/03/09 03:59 -0700):
> Are you perhaps missing a Windows system library?
I installed all `mingw` stuffs, but I don't know how to get the
"Windows system library" on my Ubuntu.
HAve you tried googling the undefined symbol to figure out which library
provides it and see whether a cross-version exists for that library?
|
Hi all! The docker images we are using for the tests are based on debian distributions. Their dockerfile should provide a step-by-step example of how to install mxe. They all use this shared file: https://github.com/dockcross/dockcross/blob/master/common.windows Then, this dockerfile provides all the step that we do on our end: https://github.com/ocaml-cross/opam-cross-windows/blob/master/tests/Dockerfile.base |
When I try to install
ocaml-windows
which wants to installocaml-windows32
on my Ubuntu 16.04, I got all the time this error:I don't know how to go further then. May be I missing something? I followed the README.md, note that I tried with
4.08.0+32bit
and4.08.0
.The text was updated successfully, but these errors were encountered: