Skip to content

Instantly share code, notes, and snippets.

@pbogdan
Created October 23, 2018 01:41
Show Gist options
  • Save pbogdan/0cf0ea01907c0762da9097007586785e to your computer and use it in GitHub Desktop.
Save pbogdan/0cf0ea01907c0762da9097007586785e to your computer and use it in GitHub Desktop.
nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(Capability.thr_o):Capability.c:function tryGrabCapability: error: undefined reference to 'pthread_mutex_trylock'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(Schedule.thr_o):Schedule.c:function schedule: error: undefined reference to 'pthread_mutex_trylock'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(Itimer.thr_o):Itimer.c:function initTicker: error: undefined reference to 'pthread_create'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(Itimer.thr_o):Itimer.c:function initTicker: error: undefined reference to 'pthread_setname_np'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(Itimer.thr_o):Itimer.c:function exitTicker: error: undefined reference to 'pthread_join'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(Itimer.thr_o):Itimer.c:function exitTicker: error: undefined reference to 'pthread_detach'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(OSThreads.thr_o):OSThreads.c:function createOSThread: error: undefined reference to 'pthread_create'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(OSThreads.thr_o):OSThreads.c:function createOSThread: error: undefined reference to 'pthread_detach'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(OSThreads.thr_o):OSThreads.c:function createOSThread: error: undefined reference to 'pthread_setname_np'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(OSThreads.thr_o):OSThreads.c:function forkOS_createThread: error: undefined reference to 'pthread_create'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(OSThreads.thr_o):OSThreads.c:function forkOS_createThread: error: undefined reference to 'pthread_detach'
/nix/store/6j6slxdhbbzxvhkn6yf7afm62r8n9fmf-ghc-8.4.3/lib/ghc-8.4.3/rts/libHSrts_thr.a(OSThreads.thr_o):OSThreads.c:function interruptOSThread: error: undefined reference to 'pthread_kill'
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment