Skip to content

Instantly share code, notes, and snippets.

@mitchty
Created June 10, 2015 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchty/29125de21ade1a04364f to your computer and use it in GitHub Desktop.
Save mitchty/29125de21ade1a04364f to your computer and use it in GitHub Desktop.
/usr/lib/gcc/x86_64-alpine-linux-musl/4.8.3/../../../../x86_64-alpine-linux-musl/bin/ld: /usr/local/lib/x86_64-pc-linux-musl-ghc-7.10.1/rts/libHSrts.a(Capability.o): relocation R_X86_64_32 against `MainCapability' can not be used when making a shared object; recompile with -fPIC
/usr/local/lib/x86_64-pc-linux-musl-ghc-7.10.1/rts/libHSrts.a: error adding symbols: Bad value
SRC_HC_OPTS = -H64m -O0
GhcStage1HcOpts = -O
GhcStage2HcOpts = -O0 -fPIC
GhcLibHcOpts = -O -fPIC
SplitObjs = NO
HADDOCK_DOCS = NO
BUILD_DOCBOOK_HTML = NO
BUILD_DOCBOOK_PS = NO
BUILD_DOCBOOK_PDF = NO
INTEGER_LIBRARY = integer-simple
DYNAMIC_BY_DEFAULT = NO
DYNAMIC_GHC_PROGRAMS = NO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment