Foreign Library RTS Selection - #5431
Merged
23Skidoo merged 1 commit intoAug 29, 2018
Merged
Conversation
23Skidoo
force-pushed
the
foreign-lib-rts-selection
branch
from
July 31, 2018 23:09
996f182 to
1c07f83
Compare
4 tasks
Collaborator
Member
|
@sergv Thanks for the reminder, for some reason I believed that this was already merged. |
23Skidoo
added a commit
that referenced
this pull request
Aug 29, 2018
Foreign Library RTS Selection
Member
|
Also cherry-picked into |
phadej
reviewed
Oct 16, 2018
|
|
||
| goGhcLinux :: ForeignLibType -> Maybe String | ||
| goGhcLinux ForeignLibNativeShared | ||
| | standalone = unsupported [ |
Collaborator
There was a problem hiding this comment.
Why this is removed. I get a lot of
/usr/bin/x86_64-linux-gnu-ld.gold: error: /opt/ghc/8.6.1/lib/ghc-8.6.1/base-4.12.0.0/libHSbase-4.12.0.0.a(Lex.o): requires unsupported dynamic reloc 11; recompile with -fPIC
... if I try to build options: standalone library on Linux
See also: #4827
Collaborator
Author
There was a problem hiding this comment.
This build type is supported in general, just not by the GHC you have installed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fresh PR for #5118
[ci skip]is used to avoid triggering the build bots.