Advertisement
Guest User

Alessandro Arrichiello

a guest
Mar 1st, 2008
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.69 KB | None | 0 0
  1. alex@linky:~/libsigc++-2.0.18$ ./configure --prefix=/usr
  2. checking for a BSD-compatible install... ./install-sh -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... ./install-sh -c -d
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking how to create a ustar tar archive... gnutar
  8. checking build system type... armv5teb-unknown-linux-gnu
  9. checking host system type... armv5teb-unknown-linux-gnu
  10. checking for gm4... no
  11. checking for m4... m4
  12. checking for perl... /usr/bin/perl
  13. checking whether to enable maintainer-specific portions of Makefiles... no
  14. checking for gcc... gcc
  15. checking for C compiler default output file name... a.out
  16. checking whether the C compiler works... yes
  17. checking whether we are cross compiling... no
  18. checking for suffix of executables...
  19. checking for suffix of object files... o
  20. checking whether we are using the GNU C compiler... yes
  21. checking whether gcc accepts -g... yes
  22. checking for gcc option to accept ISO C89... none needed
  23. checking for style of include used by make... GNU
  24. checking dependency style of gcc... gcc3
  25. checking how to run the C preprocessor... gcc -E
  26. checking for some Win32 platform... no
  27. checking for a sed that does not truncate output... /bin/sed
  28. checking for grep that handles long lines and -e... /bin/grep
  29. checking for egrep... /bin/grep -E
  30. checking for ld used by gcc... /usr/armeb-linux/bin/ld
  31. checking if the linker (/usr/armeb-linux/bin/ld) is GNU ld... yes
  32. checking for /usr/armeb-linux/bin/ld option to reload object files... -r
  33. checking for BSD-compatible nm... nm
  34. checking whether ln -s works... yes
  35. checking how to recognise dependent libraries... pass_all
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking dlfcn.h usability... yes
  47. checking dlfcn.h presence... yes
  48. checking for dlfcn.h... yes
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... gcc3
  53. checking how to run the C++ preprocessor... g++ -E
  54. checking for g77... no
  55. checking for f77... no
  56. checking for xlf... no
  57. checking for frt... no
  58. checking for pgf77... no
  59. checking for cf77... no
  60. checking for fort77... no
  61. checking for fl32... no
  62. checking for af77... no
  63. checking for f90... no
  64. checking for xlf90... no
  65. checking for pgf90... no
  66. checking for pghpf... no
  67. checking for epcf90... no
  68. checking for gfortran... no
  69. checking for g95... no
  70. checking for f95... no
  71. checking for fort... no
  72. checking for xlf95... no
  73. checking for ifort... no
  74. checking for ifc... no
  75. checking for efc... no
  76. checking for pgf95... no
  77. checking for lf95... no
  78. checking for ftn... no
  79. checking whether we are using the GNU Fortran 77 compiler... no
  80. checking whether  accepts -g... no
  81. checking the maximum length of command line arguments... 32768
  82. checking command to parse nm output from gcc object... failed
  83. checking for objdir... .libs
  84. checking for ar... ar
  85. checking for ranlib... no
  86. checking for strip... no
  87. checking if gcc supports -fno-rtti -fno-exceptions... no
  88. checking for gcc option to produce PIC... -fPIC
  89. checking if gcc PIC flag -fPIC works... yes
  90. checking if gcc static flag -static works... no
  91. checking if gcc supports -c -o file.o... yes
  92. checking whether the gcc linker (/usr/armeb-linux/bin/ld) supports shared libraries... yes
  93. checking whether -lc should be explicitly linked in... no
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking whether stripping libraries is possible... no
  97. checking if libtool supports shared libraries... yes
  98. checking whether to build shared libraries... yes
  99. checking whether to build static libraries... yes
  100. configure: creating libtool
  101. appending configuration tag "CXX" to libtool
  102. checking for ld used by g++... /usr/armeb-linux/bin/ld
  103. checking if the linker (/usr/armeb-linux/bin/ld) is GNU ld... yes
  104. checking whether the g++ linker (/usr/armeb-linux/bin/ld) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fPIC
  106. checking if g++ PIC flag -fPIC works... yes
  107. checking if g++ static flag -static works... no
  108. checking if g++ supports -c -o file.o... yes
  109. checking whether the g++ linker (/usr/armeb-linux/bin/ld) supports shared libraries... yes
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. appending configuration tag "F77" to libtool
  113. checking whether we are using the GNU C++ compiler... (cached) yes
  114. checking whether g++ accepts -g... (cached) yes
  115. checking dependency style of g++... (cached) gcc3
  116. checking if C++ compiler supports the use of a particular specialization when calling operator() template methods.... yes
  117. checking if C++ compiler supports the use of a particular specialization when calling operator() template methods omitting the template keyword.... yes
  118. checking if C++ compiler allows usage of member function in initialization of static member field.... yes
  119. checking whether C++ library symbols are declared in namespace std... yes
  120. checking for non-standard Sun libCstd reverse_iterator... no
  121. configure: creating ./config.status
  122. config.status: creating Makefile
  123. config.status: creating sigc++-2.0.pc
  124. config.status: creating sigc++/Makefile
  125. config.status: creating scripts/Makefile
  126. config.status: creating tests/Makefile
  127. config.status: creating examples/Makefile
  128. config.status: creating MSVC_Net2003/Makefile
  129. config.status: creating MSVC_Net2003/sigc-2.0.rc
  130. config.status: creating libsigc++-2.0.spec
  131. config.status: creating docs/Makefile
  132. config.status: creating docs/manual/Makefile
  133. config.status: creating docs/images/Makefile
  134. config.status: creating docs/reference/Makefile
  135. config.status: creating docs/reference/Doxyfile
  136. config.status: creating sigc++config.h
  137. config.status: executing depfiles commands
  138.  
  139. alex@linky:~/libsigc++-2.0.18$ make
  140. make  all-recursive
  141. make[1]: Entering directory `/home/alex/libsigc++-2.0.18'
  142. Making all in sigc++
  143. make[2]: Entering directory `/home/alex/libsigc++-2.0.18/sigc++'
  144. make  all-am
  145. make[3]: Entering directory `/home/alex/libsigc++-2.0.18/sigc++'
  146. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.cc
  147. mkdir .libs
  148. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.cc  -fPIC -DPIC -o .libs/signal.o
  149. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.cc -o signal.o >/dev/null 2>&1
  150. mv -f .deps/signal.Tpo .deps/signal.Plo
  151. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT signal_base.lo -MD -MP -MF .deps/signal_base.Tpo -c -o signal_base.lo signal_base.cc
  152. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT signal_base.lo -MD -MP -MF .deps/signal_base.Tpo -c signal_base.cc  -fPIC -DPIC -o .libs/signal_base.o
  153. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT signal_base.lo -MD -MP -MF .deps/signal_base.Tpo -c signal_base.cc -o signal_base.o >/dev/null 2>&1
  154. mv -f .deps/signal_base.Tpo .deps/signal_base.Plo
  155. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT trackable.lo -MD -MP -MF .deps/trackable.Tpo -c -o trackable.lo trackable.cc
  156. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT trackable.lo -MD -MP -MF .deps/trackable.Tpo -c trackable.cc  -fPIC -DPIC -o .libs/trackable.o
  157. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT trackable.lo -MD -MP -MF .deps/trackable.Tpo -c trackable.cc -o trackable.o >/dev/null 2>&1
  158. mv -f .deps/trackable.Tpo .deps/trackable.Plo
  159. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c -o connection.lo connection.cc
  160. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cc  -fPIC -DPIC -o .libs/connection.o
  161. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT connection.lo -MD -MP -MF .deps/connection.Tpo -c connection.cc -o connection.o >/dev/null 2>&1
  162. mv -f .deps/connection.Tpo .deps/connection.Plo
  163. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT slot.lo -MD -MP -MF .deps/slot.Tpo -c -o slot.lo `test -f 'functors/slot.cc' || echo './'`functors/slot.cc
  164. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT slot.lo -MD -MP -MF .deps/slot.Tpo -c functors/slot.cc  -fPIC -DPIC -o .libs/slot.o
  165. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT slot.lo -MD -MP -MF .deps/slot.Tpo -c functors/slot.cc -o slot.o >/dev/null 2>&1
  166. mv -f .deps/slot.Tpo .deps/slot.Plo
  167. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT slot_base.lo -MD -MP -MF .deps/slot_base.Tpo -c -o slot_base.lo `test -f 'functors/slot_base.cc' || echo './'`functors/slot_base.cc
  168. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT slot_base.lo -MD -MP -MF .deps/slot_base.Tpo -c functors/slot_base.cc  -fPIC -DPIC -o .libs/slot_base.o
  169. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT slot_base.lo -MD -MP -MF .deps/slot_base.Tpo -c functors/slot_base.cc -o slot_base.o >/dev/null 2>&1
  170. mv -f .deps/slot_base.Tpo .deps/slot_base.Plo
  171. /bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I..   -g -O2 -MT lambda.lo -MD -MP -MF .deps/lambda.Tpo -c -o lambda.lo `test -f 'adaptors/lambda/lambda.cc' || echo './'`adaptors/lambda/lambda.cc
  172. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT lambda.lo -MD -MP -MF .deps/lambda.Tpo -c adaptors/lambda/lambda.cc  -fPIC -DPIC -o .libs/lambda.o
  173. g++ -DHAVE_CONFIG_H -I.. -I.. -g -O2 -MT lambda.lo -MD -MP -MF .deps/lambda.Tpo -c adaptors/lambda/lambda.cc -o lambda.o >/dev/null 2>&1
  174. mv -f .deps/lambda.Tpo .deps/lambda.Plo
  175. /bin/bash ../libtool --tag=CXX   --mode=link g++  -g -O2   -o libsigc-2.0.la -rpath /usr/lib signal.lo signal_base.lo trackable.lo connection.lo slot.lo slot_base.lo lambda.lo  
  176. grep: /home/slug/releases/slugos-4.8-beta/nslu2be.tmp/cross/armeb-linux/lib/libstdc++.la: No such file or directory
  177. /bin/sed: can't read /home/slug/releases/slugos-4.8-beta/nslu2be.tmp/cross/armeb-linux/lib/libstdc++.la: No such file or directory
  178. libtool: link: `/home/slug/releases/slugos-4.8-beta/nslu2be.tmp/cross/armeb-linux/lib/libstdc++.la' is not a valid libtool archive
  179. make[3]: *** [libsigc-2.0.la] Error 1
  180. make[3]: Leaving directory `/home/alex/libsigc++-2.0.18/sigc++'
  181. make[2]: *** [all] Error 2
  182. make[2]: Leaving directory `/home/alex/libsigc++-2.0.18/sigc++'
  183. make[1]: *** [all-recursive] Error 1
  184. make[1]: Leaving directory `/home/alex/libsigc++-2.0.18'
  185. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement