nmat

OpenCV static errors 2

Apr 23rd, 2011
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.74 KB | None | 0 0
  1. libcxcore.a(cxlapack.o): In function `cv::determinant(cv::Mat const&)':
  2. (.text._ZN2cv11determinantERKNS_3MatE+0x38a): undefined reference to `dgetrf_'
  3. libcxcore.a(cxlapack.o): In function `cv::determinant(cv::Mat const&)':
  4. (.text._ZN2cv11determinantERKNS_3MatE+0x569): undefined reference to `sgetrf_'
  5. libcxcore.a(cxlapack.o): In function `cv::eigen(cv::Mat const&, cv::Mat&, cv::Mat&, bool, int, int)':
  6. (.text._ZN2cvL5eigenERKNS_3MatERS0_S3_bii+0x667): undefined reference to `dsyevr_'
  7. libcxcore.a(cxlapack.o): In function `cv::eigen(cv::Mat const&, cv::Mat&, cv::Mat&, bool, int, int)':
  8. (.text._ZN2cvL5eigenERKNS_3MatERS0_S3_bii+0x915): undefined reference to `dsyevr_'
  9. libcxcore.a(cxlapack.o): In function `cv::eigen(cv::Mat const&, cv::Mat&, cv::Mat&, bool, int, int)':
  10. (.text._ZN2cvL5eigenERKNS_3MatERS0_S3_bii+0xbf6): undefined reference to `ssyevr_'
  11. libcxcore.a(cxlapack.o): In function `cv::eigen(cv::Mat const&, cv::Mat&, cv::Mat&, bool, int, int)':
  12. (.text._ZN2cvL5eigenERKNS_3MatERS0_S3_bii+0xe7e): undefined reference to `ssyevr_'
  13. libcxcore.a(cxlapack.o): In function `cv::SVD::operator()(cv::Mat const&, int)':
  14. (.text._ZN2cv3SVDclERKNS_3MatEi+0x339): undefined reference to `dgesdd_'
  15. libcxcore.a(cxlapack.o): In function `cv::SVD::operator()(cv::Mat const&, int)':
  16. (.text._ZN2cv3SVDclERKNS_3MatEi+0x571): undefined reference to `dgesdd_'
  17. libcxcore.a(cxlapack.o): In function `cv::SVD::operator()(cv::Mat const&, int)':
  18. (.text._ZN2cv3SVDclERKNS_3MatEi+0x7dd): undefined reference to `sgesdd_'
  19. libcxcore.a(cxlapack.o): In function `cv::SVD::operator()(cv::Mat const&, int)':
  20. (.text._ZN2cv3SVDclERKNS_3MatEi+0xc30): undefined reference to `sgesdd_'
  21. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  22. (.text._ZN2cv6invertERKNS_3MatERS0_i+0x771): undefined reference to `dgetri_'
  23. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  24. (.text._ZN2cv6invertERKNS_3MatERS0_i+0x811): undefined reference to `dgetrf_'
  25. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  26. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xa71): undefined reference to `dpotrf_'
  27. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  28. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xaf3): undefined reference to `sgetri_'
  29. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  30. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xe80): undefined reference to `sgetrf_'
  31. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  32. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xec4): undefined reference to `sgetri_'
  33. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  34. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xf35): undefined reference to `dgetri_'
  35. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  36. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xf6c): undefined reference to `spotrf_'
  37. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  38. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xf92): undefined reference to `spotri_'
  39. libcxcore.a(cxlapack.o): In function `cv::invert(cv::Mat const&, cv::Mat&, int)':
  40. (.text._ZN2cv6invertERKNS_3MatERS0_i+0xfac): undefined reference to `dpotri_'
  41. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  42. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0xc04): undefined reference to `dgelsd_'
  43. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  44. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0xc95): undefined reference to `spotrf_'
  45. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  46. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x131e): undefined reference to `dgelsd_'
  47. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  48. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1717): undefined reference to `dgels_'
  49. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  50. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x179b): undefined reference to `dgels_'
  51. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  52. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x180b): undefined reference to `dgesv_'
  53. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  54. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1854): undefined reference to `dpotrf_'
  55. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  56. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x189c): undefined reference to `dpotrs_'
  57. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  58. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1950): undefined reference to `sgelsd_'
  59. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  60. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x19f9): undefined reference to `sgelsd_'
  61. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  62. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1afe): undefined reference to `sgels_'
  63. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  64. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1b82): undefined reference to `sgels_'
  65. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  66. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1d27): undefined reference to `spotrs_'
  67. libcxcore.a(cxlapack.o): In function `cv::solve(cv::Mat const&, cv::Mat const&, cv::Mat&, int)':
  68. (.text._ZN2cv5solveERKNS_3MatES2_RS0_i+0x1d72): undefined reference to `sgesv_'
  69. collect2: ld returned 1 exit status
  70. make: *** [static] Error 1
Advertisement
Add Comment
Please, Sign In to add comment