Guest User

Untitled

a guest
Oct 25th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.00 KB | None | 0 0
  1. karasu@bahamut:~/Dev/vapoursynth-nnedi3$ ./autogen.sh
  2. autoreconf: Entering directory `.'
  3. autoreconf: configure.ac: not using Gettext
  4. autoreconf: running: aclocal --force
  5. autoreconf: configure.ac: tracing
  6. autoreconf: running: libtoolize --copy --force
  7. libtoolize: putting auxiliary files in '.'.
  8. libtoolize: copying file './ltmain.sh'
  9. libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac,
  10. libtoolize: and rerunning libtoolize and aclocal.
  11. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  12. autoreconf: running: /usr/bin/autoconf --force
  13. autoreconf: configure.ac: not using Autoheader
  14. autoreconf: running: automake --add-missing --copy --force-missing
  15. configure.ac:8: installing './compile'
  16. configure.ac:5: installing './missing'
  17. Makefile.am: installing './depcomp'
  18. autoreconf: Leaving directory `.'
  19. karasu@bahamut:~/Dev/vapoursynth-nnedi3$ ./configure
  20. checking for a BSD-compatible install... /usr/bin/install -c
  21. checking whether build environment is sane... yes
  22. checking for a thread-safe mkdir -p... /bin/mkdir -p
  23. checking for gawk... gawk
  24. checking whether make sets $(MAKE)... yes
  25. checking whether make supports nested variables... yes
  26. checking whether make supports nested variables... (cached) yes
  27. checking build system type... x86_64-pc-linux-gnu
  28. checking host system type... x86_64-pc-linux-gnu
  29. checking how to print strings... printf
  30. checking for style of include used by make... GNU
  31. checking for gcc... gcc
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether gcc accepts -g... yes
  39. checking for gcc option to accept ISO C89... none needed
  40. checking whether gcc understands -c and -o together... yes
  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 how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  53. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  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 dlltool... no
  58. checking how to associate runtime and link libraries... printf %s\n
  59. checking for ar... ar
  60. checking for archiver @FILE support... @
  61. checking for strip... strip
  62. checking for ranlib... ranlib
  63. checking command to parse /usr/bin/nm -B output from gcc object... ok
  64. checking for sysroot... no
  65. checking for a working dd... /bin/dd
  66. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  67. checking for mt... mt
  68. checking if mt is a manifest tool... no
  69. checking how to run the C preprocessor... gcc -E
  70. checking for ANSI C header files... yes
  71. checking for sys/types.h... yes
  72. checking for sys/stat.h... yes
  73. checking for stdlib.h... yes
  74. checking for string.h... yes
  75. checking for memory.h... yes
  76. checking for strings.h... yes
  77. checking for inttypes.h... yes
  78. checking for stdint.h... yes
  79. checking for unistd.h... yes
  80. checking for dlfcn.h... yes
  81. checking for objdir... .libs
  82. checking if gcc supports -fno-rtti -fno-exceptions... no
  83. checking for gcc option to produce PIC... -fPIC -DPIC
  84. checking if gcc PIC flag -fPIC -DPIC works... yes
  85. checking if gcc static flag -static works... yes
  86. checking if gcc supports -c -o file.o... yes
  87. checking if gcc supports -c -o file.o... (cached) yes
  88. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  89. checking whether -lc should be explicitly linked in... no
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... yes
  94. checking whether to build shared libraries... yes
  95. checking whether to build static libraries... no
  96. checking for g++... g++
  97. checking whether we are using the GNU C++ compiler... yes
  98. checking whether g++ accepts -g... yes
  99. checking dependency style of g++... gcc3
  100. checking how to run the C++ preprocessor... g++ -E
  101. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  102. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  103. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  104. checking for g++ option to produce PIC... -fPIC -DPIC
  105. checking if g++ PIC flag -fPIC -DPIC works... yes
  106. checking if g++ static flag -static works... yes
  107. checking if g++ supports -c -o file.o... yes
  108. checking if g++ supports -c -o file.o... (cached) yes
  109. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. checking for library containing sqrt... -lm
  113. checking for yasm... yasm
  114. checking for pkg-config... /usr/bin/pkg-config
  115. checking pkg-config is at least version 0.9.0... yes
  116. checking for VapourSynth... yes
  117. checking that generated files are newer than configure... done
  118. configure: creating ./config.status
  119. config.status: creating Makefile
  120. config.status: executing depfiles commands
  121. config.status: executing libtool commands
  122. karasu@bahamut:~/Dev/vapoursynth-nnedi3$ make
  123.   CXX      src/nnedi3.lo
  124.   CXX      src/cpufeatures.lo
  125.   YASM     src/asm/cpu-a.lo
  126.   YASM     src/asm/nnedi3.lo
  127.   CXXLD    libnnedi3.la
Advertisement
Add Comment
Please, Sign In to add comment