Advertisement
Guest User

OpenBLAS+R grDevices error

a guest
Oct 18th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. make[1]: `MkRules' is up to date.
  2. make[4]: Nothing to be done for `svnonly'.
  3. installing C headers
  4. make[2]: Nothing to be done for `all'.
  5. make[2]: `libRblas.dll.a' is up to date.
  6. make[5]: Nothing to be done for `svnonly'.
  7. installing C headers
  8. make --no-print-directory -C ../extra/intl CFLAGS='-O3 -Wall -pedantic -mtune=corei7' -f Makefile.win
  9. make --no-print-directory -C ../appl CFLAGS='-O3 -Wall -pedantic -mtune=corei7' FFLAGS='-O3 -mtune=corei7' -f Makefile.win
  10. make --no-print-directory -C ../nmath CFLAGS='-O3 -Wall -pedantic -mtune=corei7' FFLAGS='-O3 -mtune=corei7' -f Makefile.win
  11. make --no-print-directory -C ../main CFLAGS='-O3 -Wall -pedantic -mtune=corei7' FFLAGS='-O3 -mtune=corei7' malloc-DEFS='-DLEA_MALLOC' -f Makefile.win
  12. make --no-print-directory -C ./getline CFLAGS='-O3 -Wall -pedantic -mtune=corei7'
  13. make[4]: `gl.a' is up to date.
  14. make -f Makefile.win makeMakedeps
  15. make -f Makefile.win libpcre.a
  16. make[5]: `libpcre.a' is up to date.
  17. make[4]: Nothing to be done for `all'.
  18. make -f Makefile.win makeMakedeps
  19. make -f Makefile.win libtre.a
  20. make[5]: `libtre.a' is up to date.
  21. make[4]: Nothing to be done for `all'.
  22. make[5]: `stamp' is up to date.
  23. make[5]: `liblzma.a' is up to date.
  24. make[3]: `R.dll' is up to date.
  25. cp R.dll ../../bin/x64
  26. make[3]: Nothing to be done for `all'.
  27. make --no-print-directory -C front-ends
  28. make[2]: `COPYRIGHTS' is up to date.
  29. make --no-print-directory -C ../modules -f Makefile.win \
  30. CFLAGS='-O3 -Wall -pedantic -mtune=corei7' FFLAGS='-O3 -mtune=corei7'
  31. make[5]: `../../../bin/x64/Rlapack.dll' is up to date.
  32. cp lapack.dll ../../../modules/x64/lapack.dll
  33. building package 'base'
  34. all.R is unchanged
  35. building package 'tools'
  36. all.R is unchanged
  37. building package 'compiler'
  38. all.R is unchanged
  39. make[3]: Nothing to be done for `mklazycomp'.
  40. make[2]: Nothing to be done for `mklazycomp'.
  41. make[2]: Nothing to be done for `mklazycomp'.
  42. building package 'utils'
  43. all.R is unchanged
  44. make[3]: Nothing to be done for `mklazycomp'.
  45. building package 'grDevices'
  46. all.R is unchanged
  47. byte-compiling package 'grDevices'
  48. Signal 11
  49. make[3]: *** [../../../library/grDevices/R/grDevices.rdb] Error 139
  50. make[2]: *** [all] Error 2
  51. make[1]: *** [R] Error 1
  52. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement