Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2013
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. username@linux:~/Downloads/powertop-2.3$ uname -a
  2. Linux username 3.2.0-48-generic-pae #74-Ubuntu SMP Thu Jun 6 20:05:01 UTC 2013 i686 i386 GNU/Linux
  3. username@linux:~/Downloads$ cd powertop-2.3/
  4. username@linux:~/Downloads/powertop-2.3$ l
  5. ABOUT-NLS ar-lib* config.guess* config.sub* COPYING INSTALL m4/ missing* src/
  6. aclocal.m4 autogen.sh* config.h.in configure* depcomp* install-sh* Makefile.am po/ TODO
  7. Android.mk compile* config.rpath* configure.ac doc/ ltmain.sh Makefile.in README traceevent/
  8. username@linux:~/Downloads/powertop-2.3$ ./config
  9. config.guess config.rpath config.sub configure
  10. username@linux:~/Downloads/powertop-2.3$ ./configure
  11. checking for a BSD-compatible install... /usr/bin/install -c
  12. checking whether build environment is sane... yes
  13. checking for a thread-safe mkdir -p... /bin/mkdir -p
  14. checking for gawk... gawk
  15. checking whether make sets $(MAKE)... yes
  16. checking whether make supports nested variables... yes
  17. checking whether NLS is requested... yes
  18. checking for msgfmt... /usr/bin/msgfmt
  19. checking for gmsgfmt... /usr/bin/msgfmt
  20. checking for xgettext... /usr/bin/xgettext
  21. checking for msgmerge... /usr/bin/msgmerge
  22. checking for style of include used by make... GNU
  23. checking for gcc... gcc
  24. checking whether the C compiler works... yes
  25. checking for C compiler default output file name... a.out
  26. checking for suffix of executables...
  27. checking whether we are cross compiling... no
  28. checking for suffix of object files... o
  29. checking whether we are using the GNU C compiler... yes
  30. checking whether gcc accepts -g... yes
  31. checking for gcc option to accept ISO C89... none needed
  32. checking dependency style of gcc... gcc3
  33. checking build system type... i686-pc-linux-gnu
  34. checking host system type... i686-pc-linux-gnu
  35. checking for ld used by GCC... /usr/bin/ld
  36. checking if the linker (/usr/bin/ld) is GNU ld... yes
  37. checking for shared library run path origin... done
  38. checking for g++... g++
  39. checking whether we are using the GNU C++ compiler... yes
  40. checking whether g++ accepts -g... yes
  41. checking dependency style of g++... gcc3
  42. checking how to run the C++ preprocessor... g++ -E
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for CFPreferencesCopyAppValue... no
  46. checking for CFLocaleCopyCurrent... no
  47. checking for GNU gettext in libc... yes
  48. checking whether to use NLS... yes
  49. checking where the gettext function comes from... libc
  50. checking for ar... ar
  51. checking the archiver (ar) interface... ar
  52. checking how to run the C preprocessor... gcc -E
  53. checking whether we are using the GNU C++ compiler... (cached) yes
  54. checking whether g++ accepts -g... (cached) yes
  55. checking dependency style of g++... (cached) gcc3
  56. checking how to print strings... printf
  57. checking for a sed that does not truncate output... /bin/sed
  58. checking for fgrep... /bin/grep -F
  59. checking for ld used by gcc... /usr/bin/ld
  60. checking if the linker (/usr/bin/ld) is GNU ld... yes
  61. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  62. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  63. checking whether ln -s works... yes
  64. checking the maximum length of command line arguments... 1572864
  65. checking whether the shell understands some XSI constructs... yes
  66. checking whether the shell understands "+="... yes
  67. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  68. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  69. checking for /usr/bin/ld option to reload object files... -r
  70. checking for objdump... objdump
  71. checking how to recognize dependent libraries... pass_all
  72. checking for dlltool... no
  73. checking how to associate runtime and link libraries... printf %s\n
  74. checking for archiver @FILE support... @
  75. checking for strip... strip
  76. checking for ranlib... ranlib
  77. checking command to parse /usr/bin/nm -B output from gcc object... ok
  78. checking for sysroot... no
  79. checking for mt... mt
  80. checking if mt is a manifest tool... no
  81. checking for ANSI C header files... yes
  82. checking for sys/types.h... yes
  83. checking for sys/stat.h... yes
  84. checking for stdlib.h... yes
  85. checking for string.h... yes
  86. checking for memory.h... yes
  87. checking for strings.h... yes
  88. checking for inttypes.h... yes
  89. checking for stdint.h... yes
  90. checking for unistd.h... yes
  91. checking for dlfcn.h... yes
  92. checking for objdir... .libs
  93. checking if gcc supports -fno-rtti -fno-exceptions... no
  94. checking for gcc option to produce PIC... -fPIC -DPIC
  95. checking if gcc PIC flag -fPIC -DPIC works... yes
  96. checking if gcc static flag -static works... yes
  97. checking if gcc supports -c -o file.o... yes
  98. checking if gcc supports -c -o file.o... (cached) yes
  99. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  100. checking whether -lc should be explicitly linked in... no
  101. checking dynamic linker characteristics... GNU/Linux ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking whether stripping libraries is possible... yes
  104. checking if libtool supports shared libraries... yes
  105. checking whether to build shared libraries... yes
  106. checking whether to build static libraries... yes
  107. checking how to run the C++ preprocessor... g++ -E
  108. checking for ld used by g++... /usr/bin/ld
  109. checking if the linker (/usr/bin/ld) is GNU ld... yes
  110. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  111. checking for g++ option to produce PIC... -fPIC -DPIC
  112. checking if g++ PIC flag -fPIC -DPIC works... yes
  113. checking if g++ static flag -static works... yes
  114. checking if g++ supports -c -o file.o... yes
  115. checking if g++ supports -c -o file.o... (cached) yes
  116. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  117. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  118. checking how to hardcode library paths into programs... immediate
  119. checking for gcc... (cached) gcc
  120. checking whether we are using the GNU C compiler... (cached) yes
  121. checking whether gcc accepts -g... (cached) yes
  122. checking for gcc option to accept ISO C89... (cached) none needed
  123. checking dependency style of gcc... (cached) gcc3
  124. checking whether gcc and cc understand -c and -o together... yes
  125. checking fcntl.h usability... yes
  126. checking fcntl.h presence... yes
  127. checking for fcntl.h... yes
  128. checking libintl.h usability... yes
  129. checking libintl.h presence... yes
  130. checking for libintl.h... yes
  131. checking limits.h usability... yes
  132. checking limits.h presence... yes
  133. checking for limits.h... yes
  134. checking locale.h usability... yes
  135. checking locale.h presence... yes
  136. checking for locale.h... yes
  137. checking malloc.h usability... yes
  138. checking malloc.h presence... yes
  139. checking for malloc.h... yes
  140. checking for stdint.h... (cached) yes
  141. checking for stdlib.h... (cached) yes
  142. checking for string.h... (cached) yes
  143. checking sys/ioctl.h usability... yes
  144. checking sys/ioctl.h presence... yes
  145. checking for sys/ioctl.h... yes
  146. checking sys/socket.h usability... yes
  147. checking sys/socket.h presence... yes
  148. checking for sys/socket.h... yes
  149. checking sys/statfs.h usability... yes
  150. checking sys/statfs.h presence... yes
  151. checking for sys/statfs.h... yes
  152. checking sys/time.h usability... yes
  153. checking sys/time.h presence... yes
  154. checking for sys/time.h... yes
  155. checking termios.h usability... yes
  156. checking termios.h presence... yes
  157. checking for termios.h... yes
  158. checking for unistd.h... (cached) yes
  159. checking ncurses.h usability... yes
  160. checking ncurses.h presence... yes
  161. checking for ncurses.h... yes
  162. checking for stdbool.h that conforms to C99... yes
  163. checking for _Bool... no
  164. checking for inline... inline
  165. checking for int64_t... yes
  166. checking for pid_t... yes
  167. checking for size_t... yes
  168. checking for ssize_t... yes
  169. checking for uint16_t... yes
  170. checking for uint32_t... yes
  171. checking for uint64_t... yes
  172. checking for stdlib.h... (cached) yes
  173. checking for GNU libc compatible malloc... yes
  174. checking for stdlib.h... (cached) yes
  175. checking for unistd.h... (cached) yes
  176. checking for sys/param.h... yes
  177. checking for getpagesize... yes
  178. checking for working mmap... yes
  179. checking for stdlib.h... (cached) yes
  180. checking for GNU libc compatible realloc... yes
  181. checking for working strtod... yes
  182. checking for fdatasync... yes
  183. checking for getpagesize... (cached) yes
  184. checking for gettimeofday... yes
  185. checking for memmove... yes
  186. checking for memset... yes
  187. checking for mkdir... yes
  188. checking for munmap... yes
  189. checking for pow... yes
  190. checking for realpath... yes
  191. checking for regcomp... yes
  192. checking for select... yes
  193. checking for setlocale... yes
  194. checking for socket... yes
  195. checking for sqrt... yes
  196. checking for strcasecmp... yes
  197. checking for strchr... yes
  198. checking for strdup... yes
  199. checking for strerror... yes
  200. checking for strncasecmp... yes
  201. checking for strstr... yes
  202. checking for strtoul... yes
  203. checking for strtoull... yes
  204. checking for library containing delwin... -lncursesw
  205. checking for pkg-config... /usr/bin/pkg-config
  206. checking pkg-config is at least version 0.9.0... yes
  207. checking for PCIUTILS... yes
  208. checking for LIBNL... no
  209. checking for LIBNL... no
  210. checking for LIBNL... yes
  211. checking for library containing pthread_create... -lpthread
  212. checking for library containing inet_aton... none required
  213. configure: creating ./config.status
  214. config.status: creating Makefile
  215. config.status: creating src/Makefile
  216. config.status: creating traceevent/Makefile
  217. config.status: creating po/Makefile.in
  218. config.status: creating doc/Makefile
  219. config.status: creating config.h
  220. config.status: executing po-directories commands
  221. config.status: creating po/POTFILES
  222. config.status: creating po/Makefile
  223. config.status: executing depfiles commands
  224. config.status: executing libtool commands
  225. username@linux:~/Downloads/powertop-2.3$ ./make
  226. bash: ./make: No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement