-
Notifications
You must be signed in to change notification settings - Fork 23
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
Link errors during compilation #139
Comments
I tried manually overriding some of the PIC flags, but nothing I tried worked. |
Huh, I've never seen this error before. I wonder if maybe it's an issue with gcc version or something similar? |
Is the What's happening is that the (default) If you built the But, I suspect that you took a binary distribution of MLton that was built on a system that defaults to building non-position independent object files and are trying to use it on this system that defaults to building PIEs. If you have a recent binary distribution of MLton, then you should be able to run However, this is a seldom traversed path, so the |
(I actually have glibc 2.27 and Ubuntu 18.04; would that matter? I suspect not but never know...) I tried downloading the binary distribution again and running |
Still getting the same long stream of errors, or just getting one error about Karl Crary actually reported a similar problem a couple of months ago. Here's the conclusion of that exchange:
|
Can confirm I'm getting the same error on a fresh PopOS. I did
I tried changing the Makefile a bunch to recompile with |
Using default Makefile, settings on x64 Linux.
The text was updated successfully, but these errors were encountered: