Skip to content

Instantly share code, notes, and snippets.

@fusion5
Created June 17, 2011 18:02
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 fusion5/1031914 to your computer and use it in GitHub Desktop.
Save fusion5/1031914 to your computer and use it in GitHub Desktop.
GHCi, version 6.12.1: http://www.haskell.org/ghc/ :? for help
Loading package ghc-prim ... linking ... done.
Loading package integer-gmp ... linking ... done.
Loading package base ... linking ... done.
[ 1 of 25] Compiling Feedback.Addresses ( Feedback/Addresses.hs, interpreted )
[ 2 of 25] Compiling Feedback.UID ( Feedback/UID.hs, interpreted )
[ 3 of 25] Compiling Results ( Results.hs, interpreted )
[ 4 of 25] Compiling Build ( Build.hs, interpreted )
[ 5 of 25] Compiling BinReloc.BinReloc ( BinReloc/BinReloc.hs, interpreted )
During interactive linking, GHCi couldn't find the following symbol:
br_init
This may be due to you not asking GHCi to load extra object files,
archives or DLLs needed by your current session. Restart GHCi, specifying
the missing library using the -L/path/to/object/dir and -lmissinglibname
flags, or simply by naming the relevant files on the GHCi command line.
Alternatively, this link failure might indicate a bug in GHCi.
If you suspect the latter, please send a bug report to:
glasgow-haskell-bugs@haskell.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment