Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2017
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.10 KB | None | 0 0
  1. $ CC=clang CXX=clang++ ./configure
  2. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  5. checking for gawk... no
  6. checking for mawk... no
  7. checking for nawk... no
  8. checking for awk... awk
  9. checking whether make sets $(MAKE)... yes
  10. checking whether make supports nested variables... yes
  11. checking whether make supports nested variables... (cached) yes
  12. checking build system type... x86_64-apple-darwin16.4.0
  13. checking host system type... x86_64-apple-darwin16.4.0
  14. checking how to print strings... printf
  15. checking for style of include used by make... GNU
  16. checking for gcc... clang
  17. checking whether the C compiler works... yes
  18. checking for C compiler default output file name... a.out
  19. checking for suffix of executables...
  20. checking whether we are cross compiling... no
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether clang accepts -g... yes
  24. checking for clang option to accept ISO C89... none needed
  25. checking whether clang understands -c and -o together... yes
  26. checking dependency style of clang... gcc3
  27. checking for a sed that does not truncate output... /usr/bin/sed
  28. checking for grep that handles long lines and -e... /usr/bin/grep
  29. checking for egrep... /usr/bin/grep -E
  30. checking for fgrep... /usr/bin/grep -F
  31. checking for ld used by clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  32. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  33. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  34. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  35. checking whether ln -s works... yes
  36. checking the maximum length of command line arguments... 196608
  37. checking how to convert x86_64-apple-darwin16.4.0 file names to x86_64-apple-darwin16.4.0 format... func_convert_file_noop
  38. checking how to convert x86_64-apple-darwin16.4.0 file names to toolchain format... func_convert_file_noop
  39. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  40. checking for objdump... objdump
  41. checking how to recognize dependent libraries... pass_all
  42. checking for dlltool... no
  43. checking how to associate runtime and link libraries... printf %s\n
  44. checking for ar... ar
  45. checking for archiver @FILE support... no
  46. checking for strip... strip
  47. checking for ranlib... ranlib
  48. checking command to parse /usr/bin/nm -B output from clang object... ok
  49. checking for sysroot... no
  50. checking for a working dd... /bin/dd
  51. checking how to truncate binary pipes... /bin/dd bs=4096 count=1
  52. checking for mt... no
  53. checking if : is a manifest tool... no
  54. checking for dsymutil... dsymutil
  55. checking for nmedit... nmedit
  56. checking for lipo... lipo
  57. checking for otool... otool
  58. checking for otool64... no
  59. checking for -single_module linker flag... yes
  60. checking for -exported_symbols_list linker flag... yes
  61. checking for -force_load linker flag... yes
  62. checking how to run the C preprocessor... clang -E
  63. checking for ANSI C header files... yes
  64. checking for sys/types.h... yes
  65. checking for sys/stat.h... yes
  66. checking for stdlib.h... yes
  67. checking for string.h... yes
  68. checking for memory.h... yes
  69. checking for strings.h... yes
  70. checking for inttypes.h... yes
  71. checking for stdint.h... yes
  72. checking for unistd.h... yes
  73. checking for dlfcn.h... yes
  74. checking for objdir... .libs
  75. checking if clang supports -fno-rtti -fno-exceptions... yes
  76. checking for clang option to produce PIC... -fno-common -DPIC
  77. checking if clang PIC flag -fno-common -DPIC works... yes
  78. checking if clang static flag -static works... no
  79. checking if clang supports -c -o file.o... yes
  80. checking if clang supports -c -o file.o... (cached) yes
  81. checking whether the clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  82. checking dynamic linker characteristics... darwin16.4.0 dyld
  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 whether we are using the GNU C++ compiler... yes
  89. checking whether clang++ accepts -g... yes
  90. checking dependency style of clang++... gcc3
  91. checking how to run the C++ preprocessor... clang++ -E
  92. checking for ld used by clang++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  93. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  94. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  95. checking for clang++ option to produce PIC... -fno-common -DPIC
  96. checking if clang++ PIC flag -fno-common -DPIC works... yes
  97. checking if clang++ static flag -static works... no
  98. checking if clang++ supports -c -o file.o... yes
  99. checking if clang++ supports -c -o file.o... (cached) yes
  100. checking whether the clang++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  101. checking dynamic linker characteristics... darwin16.4.0 dyld
  102. checking how to hardcode library paths into programs... immediate
  103. checking for pkg-config... /usr/local/bin/pkg-config
  104. checking pkg-config is at least version 0.9.0... yes
  105. checking for VapourSynth... yes
  106. checking that generated files are newer than configure... done
  107. configure: creating ./config.status
  108. config.status: creating Makefile
  109. config.status: executing depfiles commands
  110. config.status: executing libtool commands
  111. $ make V=1
  112. /bin/sh ./libtool --tag=CXX --mode=link clang++ -std=c++14 -O3 -ffast-math -mfpmath=sse -msse2 -Wall -Wextra -Wno-unused-parameter -Wshadow -no-undefined -avoid-version -o libtcanny.la -rpath /usr/local/lib TCanny/TCanny.lo TCanny/vectorclass/instrset_detect.lo TCanny/TCanny_SSE2.lo libavx.la libavx2.la
  113. libtool: link: clang++ -dynamiclib -o .libs/libtcanny.dylib TCanny/.libs/TCanny.o TCanny/vectorclass/.libs/instrset_detect.o TCanny/.libs/TCanny_SSE2.o -Wl,-force_load,./.libs/libavx.a -Wl,-force_load,./.libs/libavx2.a -O3 -mfpmath=sse -msse2 -install_name /usr/local/lib/libtcanny.dylib -Wl,-single_module
  114. Undefined symbols for architecture x86_64:
  115. "binarizeCE<float>", referenced from:
  116. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  117. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  118. "binarizeCE<unsigned char>", referenced from:
  119. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  120. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  121. "binarizeCE<unsigned short>", referenced from:
  122. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  123. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  124. "discretizeGM<float>", referenced from:
  125. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  126. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  127. "discretizeGM<unsigned char>", referenced from:
  128. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  129. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  130. "discretizeGM<unsigned short>", referenced from:
  131. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  132. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  133. "gaussianBlurVertical<float>", referenced from:
  134. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  135. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  136. "gaussianBlurVertical<unsigned char>", referenced from:
  137. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  138. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  139. "gaussianBlurVertical<unsigned short>", referenced from:
  140. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  141. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  142. "copyData<float>", referenced from:
  143. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  144. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  145. "copyData<unsigned char>", referenced from:
  146. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  147. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  148. "copyData<unsigned short>", referenced from:
  149. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  150. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  151. "outputGB<float>", referenced from:
  152. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  153. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  154. "outputGB<unsigned char>", referenced from:
  155. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  156. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  157. "outputGB<unsigned short>", referenced from:
  158. tcannyCreate(VSMap const*, VSMap*, void*, VSCore*, VSAPI const*) in TCanny.o
  159. tcannyGetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, VSAPI const*) in TCanny.o
  160. ld: symbol(s) not found for architecture x86_64
  161. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  162. make: *** [libtcanny.la] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement