Guest User

Untitled

a guest
Dec 22nd, 2013
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. root@ubuntu1204:~# sudo apt-get install build-essential libcurl4-openssl-dev automake make
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. build-essential is already the newest version.
  6. libcurl4-openssl-dev is already the newest version.
  7. make is already the newest version.
  8. make set to manually installed.
  9. Suggested packages:
  10. autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext
  11. The following NEW packages will be installed:
  12. autoconf automake autotools-dev m4
  13. 0 upgraded, 4 newly installed, 0 to remove and 61 not upgraded.
  14. Need to get 1,374 kB of archives.
  15. After this operation, 4,037 kB of additional disk space will be used.
  16. Get:1 http://ca.archive.ubuntu.com/ubuntu/ precise/main m4 amd64 1.4.16-2ubuntu1 [200 kB]
  17. Get:2 http://ca.archive.ubuntu.com/ubuntu/ precise/main autoconf all 2.68-1ubuntu2 [560 kB]
  18. Get:3 http://ca.archive.ubuntu.com/ubuntu/ precise/main autotools-dev all 20120210.1ubuntu1 [42.4 kB]
  19. Get:4 http://ca.archive.ubuntu.com/ubuntu/ precise/main automake all 1:1.11.3-1ubuntu2 [571 kB]
  20. Fetched 1,374 kB in 0s (2,335 kB/s)
  21. Selecting previously unselected package m4.
  22. (Reading database ... 58661 files and directories currently installed.)
  23. Unpacking m4 (from .../m4_1.4.16-2ubuntu1_amd64.deb) ...
  24. Selecting previously unselected package autoconf.
  25. Unpacking autoconf (from .../autoconf_2.68-1ubuntu2_all.deb) ...
  26. Selecting previously unselected package autotools-dev.
  27. Unpacking autotools-dev (from .../autotools-dev_20120210.1ubuntu1_all.deb) ...
  28. Selecting previously unselected package automake.
  29. Unpacking automake (from .../automake_1%3a1.11.3-1ubuntu2_all.deb) ...
  30. Processing triggers for install-info ...
  31. Processing triggers for man-db ...
  32. Setting up m4 (1.4.16-2ubuntu1) ...
  33. Setting up autoconf (2.68-1ubuntu2) ...
  34. Setting up autotools-dev (20120210.1ubuntu1) ...
  35. Setting up automake (1:1.11.3-1ubuntu2) ...
  36. update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode.
  37. root@ubuntu1204:~# cd cpuminer
  38. root@ubuntu1204:~/cpuminer# ./autogen.sh
  39. configure.ac:15: installing `./compile'
  40. configure.ac:4: installing `./config.guess'
  41. configure.ac:4: installing `./config.sub'
  42. configure.ac:6: installing `./install-sh'
  43. configure.ac:6: installing `./missing'
  44. compat/jansson/Makefile.am: installing `./depcomp'
  45. Makefile.am: installing `./INSTALL'
  46. root@ubuntu1204:~/cpuminer# CFLAGS="-03 -Wall -msse2" ./configure
  47. checking build system type... x86_64-unknown-linux-gnu
  48. checking host system type... x86_64-unknown-linux-gnu
  49. checking target system type... x86_64-unknown-linux-gnu
  50. checking for a BSD-compatible install... /usr/bin/install -c
  51. checking whether build environment is sane... yes
  52. checking for a thread-safe mkdir -p... /bin/mkdir -p
  53. checking for gawk... no
  54. checking for mawk... mawk
  55. checking whether make sets $(MAKE)... yes
  56. checking whether to enable maintainer-specific portions of Makefiles... no
  57. checking for style of include used by make... GNU
  58. checking for gcc... gcc
  59. checking whether the C compiler works... no
  60. configure: error: in `/root/cpuminer':
  61. configure: error: C compiler cannot create executables
  62. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment