Advertisement
Guest User

no make file

a guest
Jan 14th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./autogen.sh
  2. aclocal...
  3. configure.ac:20: warning: macro `AM_PATH_CPPUNIT' not found in library
  4. autoheader...
  5. libtoolize... using libtoolize
  6. automake...
  7. autoconf...
  8. configure.ac:20: error: possibly undefined macro: AM_PATH_CPPUNIT
  9. If this token and others are legitimate, please use m4_pattern_allow.
  10. See the Autoconf documentation.
  11. ready to configure
  12. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ^C
  13. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# synaptic
  14. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./autogen.sh
  15. aclocal...
  16. autoheader...
  17. libtoolize... using libtoolize
  18. automake...
  19. autoconf...
  20. ready to configure
  21. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# ./configure
  22. checking for a BSD-compatible install... /usr/bin/install -c
  23. checking whether build environment is sane... yes
  24. checking for a thread-safe mkdir -p... /bin/mkdir -p
  25. checking for gawk... gawk
  26. checking whether make sets $(MAKE)... yes
  27. checking for cppunit-config... /usr/bin/cppunit-config
  28. checking for Cppunit - version >= 1.9.6... 1.12.1
  29. checking build system type... i686-pc-linux-gnu
  30. checking host system type... i686-pc-linux-gnu
  31. checking for style of include used by make... GNU
  32. checking for gcc... gcc
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc accepts -g... yes
  40. checking for gcc option to accept ISO C89... none needed
  41. checking dependency style of gcc... gcc3
  42. checking for a sed that does not truncate output... /bin/sed
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for fgrep... /bin/grep -F
  46. checking for ld used by gcc... /usr/bin/ld
  47. checking if the linker (/usr/bin/ld) is GNU ld... yes
  48. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  49. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  50. checking whether ln -s works... yes
  51. checking the maximum length of command line arguments... 1572864
  52. checking whether the shell understands some XSI constructs... yes
  53. checking whether the shell understands "+="... yes
  54. checking for /usr/bin/ld option to reload object files... -r
  55. checking for objdump... objdump
  56. checking how to recognize dependent libraries... pass_all
  57. checking for ar... ar
  58. checking for strip... strip
  59. checking for ranlib... ranlib
  60. checking command to parse /usr/bin/nm -B output from gcc object... ok
  61. checking how to run the C preprocessor... gcc -E
  62. checking for ANSI C header files... yes
  63. checking for sys/types.h... yes
  64. checking for sys/stat.h... yes
  65. checking for stdlib.h... yes
  66. checking for string.h... yes
  67. checking for memory.h... yes
  68. checking for strings.h... yes
  69. checking for inttypes.h... yes
  70. checking for stdint.h... yes
  71. checking for unistd.h... yes
  72. checking for dlfcn.h... yes
  73. checking for objdir... .libs
  74. checking if gcc supports -fno-rtti -fno-exceptions... no
  75. checking for gcc option to produce PIC... -fPIC -DPIC
  76. checking if gcc PIC flag -fPIC -DPIC works... yes
  77. checking if gcc static flag -static works... yes
  78. checking if gcc supports -c -o file.o... yes
  79. checking if gcc supports -c -o file.o... (cached) yes
  80. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  81. checking whether -lc should be explicitly linked in... no
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking whether stripping libraries is possible... yes
  85. checking if libtool supports shared libraries... yes
  86. checking whether to build shared libraries... yes
  87. checking whether to build static libraries... no
  88. checking for g++... g++
  89. checking whether we are using the GNU C++ compiler... yes
  90. checking whether g++ accepts -g... yes
  91. checking dependency style of g++... gcc3
  92. checking whether we are using the GNU C++ compiler... (cached) yes
  93. checking whether g++ accepts -g... (cached) yes
  94. checking dependency style of g++... (cached) gcc3
  95. checking how to run the C++ preprocessor... g++ -E
  96. checking for ld used by g++... /usr/bin/ld
  97. checking if the linker (/usr/bin/ld) is GNU ld... yes
  98. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  99. checking for g++ option to produce PIC... -fPIC -DPIC
  100. checking if g++ PIC flag -fPIC -DPIC works... yes
  101. checking if g++ static flag -static works... yes
  102. checking if g++ supports -c -o file.o... yes
  103. checking if g++ supports -c -o file.o... (cached) yes
  104. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  105. checking dynamic linker characteristics... GNU/Linux ld.so
  106. checking how to hardcode library paths into programs... immediate
  107. checking whether byte ordering is bigendian... no
  108. checking the byte alignment... none needed
  109. checking for user-defined CXXFLAGS... user-defined "-g -O2"
  110. checking for TR1 support... yes
  111. checking for special C compiler options needed for large files... no
  112. checking for _FILE_OFFSET_BITS value needed for large files... 64
  113. checking for epoll support... yes
  114. checking for fallocate... yes
  115. checking size of long... 4
  116. checking sys/vfs.h usability... yes
  117. checking sys/vfs.h presence... yes
  118. checking for sys/vfs.h... yes
  119. checking sys/statvfs.h usability... yes
  120. checking sys/statvfs.h presence... yes
  121. checking for sys/statvfs.h... yes
  122. checking sys/statfs.h usability... yes
  123. checking sys/statfs.h presence... yes
  124. checking for sys/statfs.h... yes
  125. checking for statvfs... ok
  126. checking if compiler supports __attribute__((visibility("default")))... yes
  127. checking for pkg-config... /usr/bin/pkg-config
  128. checking pkg-config is at least version 0.9.0... yes
  129. checking for OPENSSL... yes
  130. checking for STUFF... configure: error: Package requirements (sigc++-2.0) were not met:
  131.  
  132. No package 'sigc++-2.0' found
  133.  
  134. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  135. installed software in a non-standard prefix.
  136.  
  137. Alternatively, you may set the environment variables STUFF_CFLAGS
  138. and STUFF_LIBS to avoid the need to call pkg-config.
  139. See the pkg-config man page for more details.
  140.  
  141. root@ubuntu:~/source/rtorrent/libtorrent-0.12.9# make
  142. make: *** No targets specified and no makefile found. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement