Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

Anonymous
2012 year 6 month 20 day Wednesday 19:54:35 MDT 

  1. stephen@stephen-desktop:~/code/e/trunk$ cd efreet
  2. stephen@stephen-desktop:~/code/e/trunk/efreet$ ./configure
  3. checking for a BSD-compatible install... /usr/bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... no
  7. checking for mawk... mawk
  8. checking whether make sets $(MAKE)... yes
  9. checking whether make supports nested variables... yes
  10. checking build system type... i686-pc-linux-gnu
  11. checking host system type... i686-pc-linux-gnu
  12. checking how to print strings... printf
  13. checking for style of include used by make... GNU
  14. checking for gcc... gcc
  15. checking whether the C compiler works... yes
  16. checking for C compiler default output file name... a.out
  17. checking for suffix of executables...
  18. checking whether we are cross compiling... no
  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 dependency style of gcc... gcc3
  24. checking for a sed that does not truncate output... /bin/sed
  25. checking for grep that handles long lines and -e... /bin/grep
  26. checking for egrep... /bin/grep -E
  27. checking for fgrep... /bin/grep -F
  28. checking for ld used by gcc... /usr/bin/ld
  29. checking if the linker (/usr/bin/ld) is GNU ld... yes
  30. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  31. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  32. checking whether ln -s works... yes
  33. checking the maximum length of command line arguments... 1572864
  34. checking whether the shell understands some XSI constructs... yes
  35. checking whether the shell understands "+="... yes
  36. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  37. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  38. checking for /usr/bin/ld option to reload object files... -r
  39. checking for objdump... objdump
  40. checking how to recognize dependent libraries... pass_all
  41. checking for dlltool... dlltool
  42. checking how to associate runtime and link libraries... printf %s\n
  43. checking for ar... ar
  44. checking for archiver @FILE support... @
  45. checking for strip... strip
  46. checking for ranlib... ranlib
  47. checking command to parse /usr/bin/nm -B output from gcc object... ok
  48. checking for sysroot... no
  49. checking for mt... mt
  50. checking if mt is a manifest tool... no
  51. checking how to run the C preprocessor... gcc -E
  52. checking for ANSI C header files... yes
  53. checking for sys/types.h... yes
  54. checking for sys/stat.h... yes
  55. checking for stdlib.h... yes
  56. checking for string.h... yes
  57. checking for memory.h... yes
  58. checking for strings.h... yes
  59. checking for inttypes.h... yes
  60. checking for stdint.h... yes
  61. checking for unistd.h... yes
  62. checking for dlfcn.h... yes
  63. checking for objdir... .libs
  64. checking if gcc supports -fno-rtti -fno-exceptions... no
  65. checking for gcc option to produce PIC... -fPIC -DPIC
  66. checking if gcc PIC flag -fPIC -DPIC works... yes
  67. checking if gcc static flag -static works... yes
  68. checking if gcc supports -c -o file.o... yes
  69. checking if gcc supports -c -o file.o... (cached) yes
  70. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  71. checking whether -lc should be explicitly linked in... no
  72. checking dynamic linker characteristics... GNU/Linux ld.so
  73. checking how to hardcode library paths into programs... immediate
  74. checking whether stripping libraries is possible... yes
  75. checking if libtool supports shared libraries... yes
  76. checking whether to build shared libraries... yes
  77. checking whether to build static libraries... yes
  78. checking for gcc... (cached) gcc
  79. checking whether we are using the GNU C compiler... (cached) yes
  80. checking whether gcc accepts -g... (cached) yes
  81. checking for gcc option to accept ISO C89... (cached) none needed
  82. checking dependency style of gcc... (cached) gcc3
  83. checking for pkg-config... /usr/bin/pkg-config
  84. checking pkg-config is at least version 0.9.0... yes
  85. checking whether to build documentation... yes
  86. checking for doxygen... no
  87. WARNING:
  88. The doxygen program was not found in your execute path.
  89. You may have doxygen installed somewhere not covered by your path.
  90.  
  91. If this is the case make sure you have the packages installed, AND
  92. that the doxygen program is in your execute path (see your
  93. shell manual page on setting the $PATH environment variable), OR
  94. alternatively, specify the program to use with --with-doxygen.
  95. configure: WARNING: no doxygen detected. Documentation will not be built
  96. checking for EFREET... yes
  97. checking for EINA... yes
  98. checking netinet/in.h usability... yes
  99. checking netinet/in.h presence... yes
  100. checking for netinet/in.h... yes
  101. checking arpa/inet.h usability... yes
  102. checking arpa/inet.h presence... yes
  103. checking for arpa/inet.h... yes
  104. checking for an ANSI C-conforming const... yes
  105. checking for __attribute__... yes
  106. checking for gcc... (cached) gcc
  107. checking whether we are using the GNU C compiler... (cached) yes
  108. checking whether gcc accepts -g... (cached) yes
  109. checking for gcc option to accept ISO C89... (cached) none needed
  110. checking dependency style of gcc... (cached) gcc3
  111. checking for ANSI C header files... (cached) yes
  112. checking whether the compiler supports -Wshadow... yes
  113. checking for PATH_MAX in limits.h... yes
  114. checking for library containing strerror... none required
  115. checking for size_t... yes
  116. checking for working alloca.h... yes
  117. checking for alloca... yes
  118. checking for strlcpy... no
  119. checking for clearenv... yes
  120. checking whether tests are built... no
  121. checking whether to use profiling instrumentation... no
  122. configure: creating ./config.status
  123. config.status: creating efreet.spec
  124. config.status: creating efreet.pc
  125. config.status: creating efreet-mime.pc
  126. config.status: creating efreet-trash.pc
  127. config.status: creating Makefile
  128. config.status: creating doc/Makefile
  129. config.status: creating doc/Doxyfile
  130. config.status: creating src/Makefile
  131. config.status: creating src/lib/Makefile
  132. config.status: creating src/bin/Makefile
  133. config.status: creating src/tests/Makefile
  134. config.status: creating src/tests/data/Makefile
  135. config.status: creating src/tests/data/sub/Makefile
  136. config.status: creating src/tests/compare/Makefile
  137. config.status: creating config.h
  138. config.status: config.h is unchanged
  139. config.status: executing depfiles commands
  140. config.status: executing libtool commands
  141.  
  142.  
  143.  
  144. ------------------------------------------------------------------------
  145. efreet 1.2.99.72558
  146. ------------------------------------------------------------------------
  147.  
  148. Configuration Options Summary:
  149.  
  150.   Specification compliance:
  151.     Strict.............: no
  152.     Sloppy.............: yes
  153.  
  154.   Tests................: no
  155.   Coverage.............: no
  156.  
  157.   Documentation........: no
  158.  
  159. Compilation............: make (or gmake)
  160.   CPPFLAGS.............:
  161.   CFLAGS...............: -g -O2 -Wshadow
  162.   LDFLAGS..............:
  163.  
  164. Installation...........: make install (as root if needed, with 'su' or 'sudo')
  165.   prefix...............: /usr/local

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation