Advertisement
Guest User

Untitled

a guest
Jun 20th, 2016
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. $ git clone https://github.com/djhshih/muscle-nix
  2. $ cd muscle-nix
  3. $ nix-build -K muscle.nix
  4. ...
  5. /nix/store/s0kpgl8a101lkymj599f5a04s4wflf5s-binutils-2.26-dev/bin/ld: cannot find -lm
  6. /nix/store/s0kpgl8a101lkymj599f5a04s4wflf5s-binutils-2.26-dev/bin/ld: cannot find -lc
  7. collect2: error: ld returned 1 exit status
  8. Makefile:35: recipe for target 'muscle' failed
  9. make: *** [muscle] Error 1
  10. note: keeping build directory ‘/tmp/nix-build-muscle-3.8.1551.drv-5’
  11. builder for ‘/nix/store/grx5r8mzkm368m1i1knjwcivpnwssbkj-muscle-3.8.1551.drv’ failed with exit code 2
  12. error: build of ‘/nix/store/grx5r8mzkm368m1i1knjwcivpnwssbkj-muscle-3.8.1551.drv’ failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement