nmat

OpenCV static errors

Apr 15th, 2011
1,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.10 KB | None | 0 0
  1. libopencv_highgui.a(loadsave.o): In function `cv::imdecode_(cv::Mat const&, int, int, cv::Mat*)':
  2. loadsave.cpp:(.text._ZN2cvL9imdecode_ERKNS_3MatEiiPS0_+0x217): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  3. libopencv_core.a(system.o): In function `cv::getTickCount()':
  4. system.cpp:(.text._ZN2cv12getTickCountEv+0xd): undefined reference to `clock_gettime'
  5. libopencv_core.a(system.o): In function `cvGetTickCount':
  6. system.cpp:(.text.cvGetTickCount+0xd): undefined reference to `clock_gettime'
  7. libopencv_core.a(persistence.o): In function `icvPuts(CvFileStorage*, char const*)':
  8. persistence.cpp:(.text._ZL7icvPutsP13CvFileStoragePKc+0x85): undefined reference to `gzputs'
  9. libopencv_core.a(persistence.o): In function `icvGets(CvFileStorage*, char*, int)':
  10. persistence.cpp:(.text._ZL7icvGetsP13CvFileStoragePci+0x87): undefined reference to `gzgets'
  11. libopencv_core.a(persistence.o): In function `icvEof(CvFileStorage*)':
  12. persistence.cpp:(.text._ZL6icvEofP13CvFileStorage+0x6a): undefined reference to `gzeof'
  13. libopencv_core.a(persistence.o): In function `cvReleaseFileStorage':
  14. persistence.cpp:(.text.cvReleaseFileStorage+0x60): undefined reference to `gzclose'
  15. libopencv_core.a(persistence.o): In function `cvOpenFileStorage':
  16. persistence.cpp:(.text.cvOpenFileStorage+0x8ce): undefined reference to `gzopen'
  17. persistence.cpp:(.text.cvOpenFileStorage+0xc87): undefined reference to `gzclose'
  18. persistence.cpp:(.text.cvOpenFileStorage+0xe4a): undefined reference to `gzclose'
  19. persistence.cpp:(.text.cvOpenFileStorage+0xf51): undefined reference to `gzrewind'
  20. libopencv_core.a(rand.o): In function `cv::theRNG()':
  21. rand.cpp:(.text._ZN2cv6theRNGEv+0x3a): undefined reference to `pthread_key_create'
  22. rand.cpp:(.text._ZN2cv6theRNGEv+0x49): undefined reference to `pthread_getspecific'
  23. rand.cpp:(.text._ZN2cv6theRNGEv+0x29f): undefined reference to `pthread_setspecific'
  24. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::jpeg_buffer_src(jpeg_decompress_struct*, cv::JpegSource*)':
  25. grfmt_jpeg.cpp:(.text._ZN2cv15jpeg_buffer_srcEP22jpeg_decompress_structPNS_10JpegSourceE+0x20): undefined reference to `jpeg_resync_to_restart'
  26. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegEncoder::write(cv::Mat const&, std::vector<int, std::allocator<int> > const&)':
  27. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x19a): undefined reference to `jpeg_CreateCompress'
  28. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1a7): undefined reference to `jpeg_std_error'
  29. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x255): undefined reference to `jpeg_destroy_compress'
  30. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x30e): undefined reference to `jpeg_set_defaults'
  31. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x324): undefined reference to `jpeg_set_quality'
  32. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x336): undefined reference to `jpeg_start_compress'
  33. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3cd): undefined reference to `jpeg_write_scanlines'
  34. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3e3): undefined reference to `jpeg_finish_compress'
  35. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x4c5): undefined reference to `jpeg_stdio_dest'
  36. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x53f): undefined reference to `jpeg_write_scanlines'
  37. grfmt_jpeg.cpp:(.text._ZN2cv11JpegEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x5c5): undefined reference to `jpeg_write_scanlines'
  38. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegDecoder::close()':
  39. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder5closeEv+0x21): undefined reference to `jpeg_destroy_decompress'
  40. libopencv_highgui.a(grfmt_jpeg.o): In function `T.418':
  41. grfmt_jpeg.cpp:(.text.T.418+0x3ba): undefined reference to `jpeg_alloc_huff_table'
  42. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegDecoder::readData(cv::Mat&)':
  43. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x68): undefined reference to `jpeg_destroy_decompress'
  44. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x18e): undefined reference to `jpeg_start_decompress'
  45. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x239): undefined reference to `jpeg_read_scanlines'
  46. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x2b1): undefined reference to `jpeg_read_scanlines'
  47. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder8readDataERNS_3MatE+0x333): undefined reference to `jpeg_finish_decompress'
  48. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegDecoder::readHeader()':
  49. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x19): undefined reference to `jpeg_destroy_decompress'
  50. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x95): undefined reference to `jpeg_std_error'
  51. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0xd3): undefined reference to `jpeg_destroy_decompress'
  52. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x148): undefined reference to `jpeg_CreateDecompress'
  53. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x1c5): undefined reference to `jpeg_stdio_src'
  54. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x1d4): undefined reference to `jpeg_read_header'
  55. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoder10readHeaderEv+0x27c): undefined reference to `jpeg_resync_to_restart'
  56. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegDecoder::~JpegDecoder()':
  57. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoderD1Ev+0x20): undefined reference to `jpeg_destroy_decompress'
  58. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegDecoder::~JpegDecoder()':
  59. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoderD2Ev+0x20): undefined reference to `jpeg_destroy_decompress'
  60. libopencv_highgui.a(grfmt_jpeg.o): In function `cv::JpegDecoder::~JpegDecoder()':
  61. grfmt_jpeg.cpp:(.text._ZN2cv11JpegDecoderD0Ev+0x20): undefined reference to `jpeg_destroy_decompress'
  62. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::close()':
  63. grfmt_png.cpp:(.text._ZN2cv10PngDecoder5closeEv+0x5d): undefined reference to `png_destroy_read_struct'
  64. libopencv_highgui.a(grfmt_png.o): In function `cv::PngEncoder::write(cv::Mat const&, std::vector<int, std::allocator<int> > const&)':
  65. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x7e): undefined reference to `png_create_write_struct'
  66. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xea): undefined reference to `png_create_info_struct'
  67. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x13a): undefined reference to `png_set_write_fn'
  68. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x16f): undefined reference to `png_set_compression_mem_level'
  69. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x181): undefined reference to `png_set_compression_strategy'
  70. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x1f3): undefined reference to `png_set_IHDR'
  71. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x208): undefined reference to `png_write_info'
  72. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x215): undefined reference to `png_set_bgr'
  73. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x22b): undefined reference to `png_set_swap'
  74. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x2c2): undefined reference to `png_write_image'
  75. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x2d7): undefined reference to `png_write_end'
  76. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x2fd): undefined reference to `png_destroy_write_struct'
  77. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x38f): undefined reference to `png_init_io'
  78. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3ad): undefined reference to `png_set_filter'
  79. grfmt_png.cpp:(.text._ZN2cv10PngEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3bf): undefined reference to `png_set_compression_level'
  80. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::readHeader()':
  81. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x68): undefined reference to `png_destroy_read_struct'
  82. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x9e): undefined reference to `png_create_read_struct'
  83. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0xb0): undefined reference to `png_create_info_struct'
  84. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0xbf): undefined reference to `png_create_info_struct'
  85. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x161): undefined reference to `png_destroy_read_struct'
  86. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x237): undefined reference to `png_init_io'
  87. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x283): undefined reference to `png_read_info'
  88. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x2c0): undefined reference to `png_get_IHDR'
  89. grfmt_png.cpp:(.text._ZN2cv10PngDecoder10readHeaderEv+0x3a0): undefined reference to `png_set_read_fn'
  90. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::readDataFromBuf(void*, unsigned char*, unsigned long)':
  91. grfmt_png.cpp:(.text._ZN2cv10PngDecoder15readDataFromBufEPvPhm+0xc9): undefined reference to `png_error'
  92. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::~PngDecoder()':
  93. grfmt_png.cpp:(.text._ZN2cv10PngDecoderD0Ev+0x62): undefined reference to `png_destroy_read_struct'
  94. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::~PngDecoder()':
  95. grfmt_png.cpp:(.text._ZN2cv10PngDecoderD1Ev+0x62): undefined reference to `png_destroy_read_struct'
  96. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::~PngDecoder()':
  97. grfmt_png.cpp:(.text._ZN2cv10PngDecoderD2Ev+0x62): undefined reference to `png_destroy_read_struct'
  98. libopencv_highgui.a(grfmt_png.o): In function `cv::PngDecoder::readData(cv::Mat&)':
  99. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x139): undefined reference to `png_destroy_read_struct'
  100. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x1db): undefined reference to `png_set_strip_alpha'
  101. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x231): undefined reference to `png_set_gray_to_rgb'
  102. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x240): undefined reference to `png_read_update_info'
  103. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x27c): undefined reference to `png_read_image'
  104. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x28b): undefined reference to `png_read_end'
  105. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x2bb): undefined reference to `png_set_rgb_to_gray'
  106. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x2df): undefined reference to `png_set_bgr'
  107. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x2f6): undefined reference to `png_set_swap'
  108. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x305): undefined reference to `png_set_expand_gray_1_2_4_to_8'
  109. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x314): undefined reference to `png_set_strip_16'
  110. grfmt_png.cpp:(.text._ZN2cv10PngDecoder8readDataERNS_3MatE+0x323): undefined reference to `png_set_palette_to_rgb'
  111. libopencv_highgui.a(grfmt_jpeg2000.o): In function `global constructors keyed to _ZN2cv13Jpeg2KDecoderC2Ev':
  112. grfmt_jpeg2000.cpp:(.text._GLOBAL__I__ZN2cv13Jpeg2KDecoderC2Ev+0x5): undefined reference to `jas_init'
  113. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::JasperInitializer::~JasperInitializer()':
  114. grfmt_jpeg2000.cpp:(.text._ZN2cv17JasperInitializerD1Ev[cv::JasperInitializer::~JasperInitializer()]+0x1): undefined reference to `jas_cleanup'
  115. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::Jpeg2KEncoder::writeComponent16u(void*, cv::Mat const&)':
  116. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder17writeComponent16uEPvRKNS_3MatE+0x3d): undefined reference to `jas_matrix_create'
  117. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder17writeComponent16uEPvRKNS_3MatE+0x10a): undefined reference to `jas_image_writecmpt'
  118. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder17writeComponent16uEPvRKNS_3MatE+0x136): undefined reference to `jas_matrix_destroy'
  119. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::Jpeg2KEncoder::writeComponent8u(void*, cv::Mat const&)':
  120. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder16writeComponent8uEPvRKNS_3MatE+0x3d): undefined reference to `jas_matrix_create'
  121. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder16writeComponent8uEPvRKNS_3MatE+0x10a): undefined reference to `jas_image_writecmpt'
  122. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder16writeComponent8uEPvRKNS_3MatE+0x136): undefined reference to `jas_matrix_destroy'
  123. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::Jpeg2KDecoder::close()':
  124. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder5closeEv+0x11): undefined reference to `jas_stream_close'
  125. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder5closeEv+0x2d): undefined reference to `jas_image_destroy'
  126. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::Jpeg2KDecoder::readData(cv::Mat&)':
  127. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x8d): undefined reference to `jas_image_getcmptbytype'
  128. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0xa1): undefined reference to `jas_image_getcmptbytype'
  129. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0xb1): undefined reference to `jas_image_getcmptbytype'
  130. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x137): undefined reference to `jas_matrix_destroy'
  131. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x1b5): undefined reference to `jas_matrix_create'
  132. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x1dc): undefined reference to `jas_image_readcmpt'
  133. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x272): undefined reference to `jas_stream_close'
  134. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x28e): undefined reference to `jas_image_destroy'
  135. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x2d0): undefined reference to `jas_cmprof_createfromclrspc'
  136. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x2ec): undefined reference to `jas_image_chclrspc'
  137. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x2ff): undefined reference to `jas_image_destroy'
  138. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x30e): undefined reference to `jas_cmprof_destroy'
  139. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x320): undefined reference to `jas_image_getcmptbytype'
  140. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder8readDataERNS_3MatE+0x37d): undefined reference to `jas_cmprof_destroy'
  141. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::Jpeg2KDecoder::readHeader()':
  142. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder10readHeaderEv+0x11): undefined reference to `jas_stream_close'
  143. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder10readHeaderEv+0x2d): undefined reference to `jas_image_destroy'
  144. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder10readHeaderEv+0x46): undefined reference to `jas_stream_fopen'
  145. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder10readHeaderEv+0x65): undefined reference to `jas_image_decode'
  146. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder10readHeaderEv+0x10e): undefined reference to `jas_stream_close'
  147. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KDecoder10readHeaderEv+0x12c): undefined reference to `jas_image_destroy'
  148. libopencv_highgui.a(grfmt_jpeg2000.o): In function `cv::Jpeg2KEncoder::write(cv::Mat const&, std::vector<int, std::allocator<int> > const&)':
  149. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0xc2): undefined reference to `jas_image_create'
  150. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x13e): undefined reference to `jas_matrix_create'
  151. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x20a): undefined reference to `jas_image_writecmpt'
  152. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x23b): undefined reference to `jas_matrix_destroy'
  153. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x24e): undefined reference to `jas_stream_fopen'
  154. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x260): undefined reference to `jas_image_strtofmt'
  155. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x274): undefined reference to `jas_image_encode'
  156. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x282): undefined reference to `jas_stream_close'
  157. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x28c): undefined reference to `jas_image_destroy'
  158. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x2e8): undefined reference to `jas_matrix_create'
  159. grfmt_jpeg2000.cpp:(.text._ZN2cv13Jpeg2KEncoder5writeERKNS_3MatERKSt6vectorIiSaIiEE+0x3aa): undefined reference to `jas_image_writecmpt'
  160. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::close()':
  161. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder5closeEv+0x11): undefined reference to `TIFFClose'
  162. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::readData(cv::Mat&)':
  163. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0xbb): undefined reference to `TIFFClose'
  164. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0xf0): undefined reference to `TIFFIsTiled'
  165. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x110): undefined reference to `TIFFGetField'
  166. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x14c): undefined reference to `TIFFGetField'
  167. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x165): undefined reference to `TIFFGetField'
  168. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x1ad): undefined reference to `TIFFGetField'
  169. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x1eb): undefined reference to `TIFFGetField'
  170. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x364): undefined reference to `TIFFReadEncodedStrip'
  171. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x54e): undefined reference to `TIFFReadRGBAStrip'
  172. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x66e): undefined reference to `TIFFReadEncodedTile'
  173. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder8readDataERNS_3MatE+0x68d): undefined reference to `TIFFReadRGBATile'
  174. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::readHeader()':
  175. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x2c): undefined reference to `TIFFClose'
  176. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x45): undefined reference to `TIFFOpen'
  177. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x79): undefined reference to `TIFFRGBAImageOK'
  178. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x90): undefined reference to `TIFFClose'
  179. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0xd8): undefined reference to `TIFFGetField'
  180. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0xf0): undefined reference to `TIFFGetField'
  181. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x108): undefined reference to `TIFFGetField'
  182. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x13e): undefined reference to `TIFFGetField'
  183. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoder10readHeaderEv+0x152): undefined reference to `TIFFGetField'
  184. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::TiffDecoder()':
  185. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderC1Ev+0x48): undefined reference to `TIFFSetErrorHandler'
  186. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderC1Ev+0x52): undefined reference to `TIFFSetWarningHandler'
  187. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::TiffDecoder()':
  188. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderC2Ev+0x48): undefined reference to `TIFFSetErrorHandler'
  189. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderC2Ev+0x52): undefined reference to `TIFFSetWarningHandler'
  190. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::newDecoder() const':
  191. grfmt_tiff.cpp:(.text._ZNK2cv11TiffDecoder10newDecoderEv+0x70): undefined reference to `TIFFSetErrorHandler'
  192. grfmt_tiff.cpp:(.text._ZNK2cv11TiffDecoder10newDecoderEv+0x7a): undefined reference to `TIFFSetWarningHandler'
  193. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::~TiffDecoder()':
  194. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderD0Ev+0x1d): undefined reference to `TIFFClose'
  195. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::~TiffDecoder()':
  196. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderD1Ev+0x1d): undefined reference to `TIFFClose'
  197. libopencv_highgui.a(grfmt_tiff.o): In function `cv::TiffDecoder::~TiffDecoder()':
  198. grfmt_tiff.cpp:(.text._ZN2cv11TiffDecoderD2Ev+0x1d): undefined reference to `TIFFClose'
  199. libopencv_objdetect.a(haar.o): In function `tbb::empty_task::~empty_task()':
  200. haar.cpp:(.text._ZN3tbb10empty_taskD1Ev[tbb::empty_task::~empty_task()]+0x3): undefined reference to `vtable for tbb::task'
  201. libopencv_objdetect.a(haar.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::~start_for()':
  202. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv38HaarDetectObjects_ScaleCascade_InvokerENS_16auto_partitionerEED1Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::~start_for()]+0x3): undefined reference to `vtable for tbb::task'
  203. libopencv_objdetect.a(haar.o): In function `tbb::empty_task::~empty_task()':
  204. haar.cpp:(.text._ZN3tbb10empty_taskD0Ev[tbb::empty_task::~empty_task()]+0x3): undefined reference to `vtable for tbb::task'
  205. libopencv_objdetect.a(haar.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::~start_for()':
  206. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv38HaarDetectObjects_ScaleCascade_InvokerENS_16auto_partitionerEED0Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::~start_for()]+0x3): undefined reference to `vtable for tbb::task'
  207. libopencv_objdetect.a(haar.o): In function `tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::internal_allocator(tbb::internal::concurrent_vector_base_v3&, unsigned long)':
  208. haar.cpp:(.text._ZN3tbb17concurrent_vectorIN2cv5Rect_IiEENS_23cache_aligned_allocatorIS3_EEE18internal_allocatorERNS_8internal25concurrent_vector_base_v3Em[tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::internal_allocator(tbb::internal::concurrent_vector_base_v3&, unsigned long)]+0xb): undefined reference to `tbb::internal::NFS_Allocate(unsigned long, unsigned long, void*)'
  209. libopencv_objdetect.a(haar.o): In function `tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::~concurrent_vector()':
  210. haar.cpp:(.text._ZN3tbb17concurrent_vectorIN2cv5Rect_IiEENS_23cache_aligned_allocatorIS3_EEED1Ev[tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::~concurrent_vector()]+0x1d): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
  211. haar.cpp:(.text._ZN3tbb17concurrent_vectorIN2cv5Rect_IiEENS_23cache_aligned_allocatorIS3_EEED1Ev[tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::~concurrent_vector()]+0x4e): undefined reference to `tbb::internal::NFS_Free(void*)'
  212. haar.cpp:(.text._ZN3tbb17concurrent_vectorIN2cv5Rect_IiEENS_23cache_aligned_allocatorIS3_EEED1Ev[tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::~concurrent_vector()]+0x82): undefined reference to `tbb::internal::NFS_Free(void*)'
  213. haar.cpp:(.text._ZN3tbb17concurrent_vectorIN2cv5Rect_IiEENS_23cache_aligned_allocatorIS3_EEED1Ev[tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::~concurrent_vector()]+0x9d): undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
  214. haar.cpp:(.text._ZN3tbb17concurrent_vectorIN2cv5Rect_IiEENS_23cache_aligned_allocatorIS3_EEED1Ev[tbb::concurrent_vector<cv::Rect_<int>, tbb::cache_aligned_allocator<cv::Rect_<int> > >::~concurrent_vector()]+0x92): undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
  215. libopencv_objdetect.a(haar.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::execute()':
  216. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv38HaarDetectObjects_ScaleCascade_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::execute()]+0x145): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
  217. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv38HaarDetectObjects_ScaleCascade_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::execute()]+0x223): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
  218. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv38HaarDetectObjects_ScaleCascade_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>::execute()]+0x256): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
  219. libopencv_objdetect.a(haar.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::execute()':
  220. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::execute()]+0x126): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
  221. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::execute()]+0x190): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
  222. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::execute()]+0x1c4): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
  223. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::execute()]+0x4a1): undefined reference to `vtable for tbb::task'
  224. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::execute()]+0x4a9): undefined reference to `tbb::internal::allocate_child_proxy::free(tbb::task&) const'
  225. libopencv_objdetect.a(haar.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::~start_for()':
  226. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEED0Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::~start_for()]+0xea): undefined reference to `vtable for tbb::task'
  227. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEED0Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::~start_for()]+0x13c): undefined reference to `vtable for tbb::task'
  228. libopencv_objdetect.a(haar.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::~start_for()':
  229. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEED1Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::~start_for()]+0xea): undefined reference to `vtable for tbb::task'
  230. haar.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEED1Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>::~start_for()]+0x131): undefined reference to `vtable for tbb::task'
  231. libopencv_objdetect.a(haar.o): In function `cvHaarDetectObjects':
  232. haar.cpp:(.text.cvHaarDetectObjects+0x102c): undefined reference to `tbb::task_group_context::init()'
  233. haar.cpp:(.text.cvHaarDetectObjects+0x1046): undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
  234. haar.cpp:(.text.cvHaarDetectObjects+0x12c6): undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
  235. haar.cpp:(.text.cvHaarDetectObjects+0x12eb): undefined reference to `tbb::task_group_context::~task_group_context()'
  236. haar.cpp:(.text.cvHaarDetectObjects+0x1eb1): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
  237. haar.cpp:(.text.cvHaarDetectObjects+0x2159): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_clear(void (*)(void*, unsigned long))'
  238. haar.cpp:(.text.cvHaarDetectObjects+0x218e): undefined reference to `tbb::internal::NFS_Free(void*)'
  239. haar.cpp:(.text.cvHaarDetectObjects+0x21c2): undefined reference to `tbb::internal::NFS_Free(void*)'
  240. haar.cpp:(.text.cvHaarDetectObjects+0x21d3): undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
  241. haar.cpp:(.text.cvHaarDetectObjects+0x2436): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
  242. haar.cpp:(.text.cvHaarDetectObjects+0x2cd6): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
  243. haar.cpp:(.text.cvHaarDetectObjects+0x2d2f): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
  244. haar.cpp:(.text.cvHaarDetectObjects+0x3076): undefined reference to `tbb::task_group_context::init()'
  245. haar.cpp:(.text.cvHaarDetectObjects+0x3098): undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
  246. haar.cpp:(.text.cvHaarDetectObjects+0x312e): undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
  247. haar.cpp:(.text.cvHaarDetectObjects+0x315f): undefined reference to `tbb::task_group_context::~task_group_context()'
  248. haar.cpp:(.text.cvHaarDetectObjects+0x325b): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
  249. haar.cpp:(.text.cvHaarDetectObjects+0x3684): undefined reference to `tbb::internal::concurrent_vector_base_v3::~concurrent_vector_base_v3()'
  250. haar.cpp:(.text.cvHaarDetectObjects+0x371f): undefined reference to `tbb::task_group_context::~task_group_context()'
  251. haar.cpp:(.text.cvHaarDetectObjects+0x373c): undefined reference to `vtable for tbb::task'
  252. haar.cpp:(.text.cvHaarDetectObjects+0x3744): undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
  253. haar.cpp:(.text.cvHaarDetectObjects+0x3a17): undefined reference to `vtable for tbb::task'
  254. haar.cpp:(.text.cvHaarDetectObjects+0x3a1f): undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
  255. haar.cpp:(.text.cvHaarDetectObjects+0x3a2c): undefined reference to `tbb::task_group_context::~task_group_context()'
  256. libopencv_objdetect.a(haar.o):(.rodata._ZTIN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv36HaarDetectObjects_ScaleImage_InvokerENS_16auto_partitionerEEE[typeinfo for tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleImage_Invoker, tbb::auto_partitioner>]+0x10): undefined reference to `typeinfo for tbb::task'
  257. libopencv_objdetect.a(haar.o):(.rodata._ZTVN3tbb10empty_taskE[vtable for tbb::empty_task]+0x28): undefined reference to `tbb::task::note_affinity(unsigned short)'
  258. libopencv_objdetect.a(haar.o):(.rodata._ZTIN3tbb10empty_taskE[typeinfo for tbb::empty_task]+0x10): undefined reference to `typeinfo for tbb::task'
  259. libopencv_objdetect.a(haar.o):(.rodata._ZTIN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv38HaarDetectObjects_ScaleCascade_InvokerENS_16auto_partitionerEEE[typeinfo for tbb::internal::start_for<tbb::blocked_range<int>, cv::HaarDetectObjects_ScaleCascade_Invoker, tbb::auto_partitioner>]+0x10): undefined reference to `typeinfo for tbb::task'
  260. libopencv_objdetect.a(cascadedetect.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::~start_for()':
  261. cascadedetect.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv24CascadeClassifierInvokerENS_16auto_partitionerEED1Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::~start_for()]+0x3): undefined reference to `vtable for tbb::task'
  262. libopencv_objdetect.a(cascadedetect.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::~start_for()':
  263. cascadedetect.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv24CascadeClassifierInvokerENS_16auto_partitionerEED0Ev[tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::~start_for()]+0x3): undefined reference to `vtable for tbb::task'
  264. libopencv_objdetect.a(cascadedetect.o): In function `tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::execute()':
  265. cascadedetect.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv24CascadeClassifierInvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::execute()]+0xe4): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_push_back(unsigned long, unsigned long&)'
  266. cascadedetect.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv24CascadeClassifierInvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::execute()]+0x1f7): undefined reference to `tbb::internal::allocate_continuation_proxy::allocate(unsigned long) const'
  267. cascadedetect.cpp:(.text._ZN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv24CascadeClassifierInvokerENS_16auto_partitionerEE7executeEv[tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>::execute()]+0x22a): undefined reference to `tbb::internal::allocate_child_proxy::allocate(unsigned long) const'
  268. libopencv_objdetect.a(cascadedetect.o): In function `cv::CascadeClassifier::detectMultiScale(cv::Mat const&, std::vector<cv::Rect_<int>, std::allocator<cv::Rect_<int> > >&, double, int, int, cv::Size_<int>, cv::Size_<int>)':
  269. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xa8d): undefined reference to `tbb::task_group_context::init()'
  270. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xaaf): undefined reference to `tbb::internal::allocate_root_with_context_proxy::allocate(unsigned long) const'
  271. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xb15): undefined reference to `tbb::internal::get_initial_auto_partitioner_divisor()'
  272. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xb43): undefined reference to `tbb::task_group_context::~task_group_context()'
  273. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xc03): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
  274. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xc56): undefined reference to `tbb::internal::concurrent_vector_base_v3::internal_capacity() const'
  275. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xf88): undefined reference to `vtable for tbb::task'
  276. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xf90): undefined reference to `tbb::internal::allocate_root_with_context_proxy::free(tbb::task&) const'
  277. cascadedetect.cpp:(.text._ZN2cv17CascadeClassifier16detectMultiScaleERKNS_3MatERSt6vectorINS_5Rect_IiEESaIS6_EEdiiNS_5Size_IiEESB_+0xf9d): undefined reference to `tbb::task_group_context::~task_group_context()'
  278. libopencv_objdetect.a(cascadedetect.o):(.rodata._ZTIN3tbb8internal9start_forINS_13blocked_rangeIiEEN2cv24CascadeClassifierInvokerENS_16auto_partitionerEEE[typeinfo for tbb::internal::start_for<tbb::blocked_range<int>, cv::CascadeClassifierInvoker, tbb::auto_partitioner>]+0x10): undefined reference to `typeinfo for tbb::task'
  279. libopencv_imgproc.a(imgwarp.o): In function `cv::getAffineTransform(cv::Point_<float> const*, cv::Point_<float> const*)':
  280. imgwarp.cpp:(.text._ZN2cv18getAffineTransformEPKNS_6Point_IfEES3_+0x4c5): undefined reference to `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)'
  281. libopencv_imgproc.a(imgwarp.o): In function `cv::getPerspectiveTransform(cv::Point_<float> const*, cv::Point_<float> const*)':
  282. imgwarp.cpp:(.text._ZN2cv23getPerspectiveTransformEPKNS_6Point_IfEES3_+0x723): undefined reference to `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)'
  283. libopencv_imgproc.a(imgwarp.o): In function `cvLinearPolar':
  284. imgwarp.cpp:(.text.cvLinearPolar+0xd63): undefined reference to `cvCartToPolar'
  285. libopencv_imgproc.a(imgwarp.o): In function `cvLogPolar':
  286. imgwarp.cpp:(.text.cvLogPolar+0xc33): undefined reference to `cvCartToPolar'
  287. imgwarp.cpp:(.text.cvLogPolar+0xd0f): undefined reference to `cvLog'
  288. libopencv_imgproc.a(imgwarp.o): In function `cv::warpPerspective(cv::Mat const&, cv::Mat&, cv::Mat const&, cv::Size_<int>, int, int, cv::Scalar_<double> const&)':
  289. imgwarp.cpp:(.text._ZN2cv15warpPerspectiveERKNS_3MatERS0_S2_NS_5Size_IiEEiiRKNS_7Scalar_IdEE+0x103b): undefined reference to `cv::invert(cv::Mat const&, cv::Mat&, int)'
  290. libopencv_imgproc.a(color.o): In function `cv::initLabTabs()':
  291. color.cpp:(.text._ZN2cvL11initLabTabsEv+0x88): undefined reference to `cvCbrt'
  292. color.cpp:(.text._ZN2cvL11initLabTabsEv+0x32a): undefined reference to `cvCbrt'
  293. libopencv_imgproc.a(deriv.o): In function `cv::Laplacian(cv::Mat const&, cv::Mat&, int, int, double, double, int)':
  294. deriv.cpp:(.text._ZN2cv9LaplacianERKNS_3MatERS0_iiddi+0x797): undefined reference to `cv::add(cv::Mat const&, cv::Mat const&, cv::Mat&)'
  295. libopencv_imgproc.a(templmatch.o): In function `cv::crossCorr(cv::Mat const&, cv::Mat const&, cv::Mat&, cv::Size_<int>, int, cv::Point_<int>, double, int)':
  296. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x5a1): undefined reference to `cv::getOptimalDFTSize(int)'
  297. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x5c9): undefined reference to `cv::getOptimalDFTSize(int)'
  298. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0xed4): undefined reference to `cv::dft(cv::Mat const&, cv::Mat&, int, int)'
  299. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1c32): undefined reference to `cv::dft(cv::Mat const&, cv::Mat&, int, int)'
  300. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1c9c): undefined reference to `cv::mulSpectrums(cv::Mat const&, cv::Mat const&, cv::Mat&, int, bool)'
  301. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x1caf): undefined reference to `cv::dft(cv::Mat const&, cv::Mat&, int, int)'
  302. templmatch.cpp:(.text._ZN2cv9crossCorrERKNS_3MatES2_RS0_NS_5Size_IiEEiNS_6Point_IiEEdi+0x2713): undefined reference to `cv::add(cv::Mat const&, cv::Mat const&, cv::Mat&)'
  303. collect2: ld returned 1 exit status
  304. make: *** [static] Error 1
Advertisement
Add Comment
Please, Sign In to add comment