openpose编译遇到的问题

一 openpose

          https://github.com/CMU-Perceptual-Computing-Lab/openpose#openpose-wrapper

   mkdir build

          cd build

          cmake ..

          make 

         遇到错:

 

usr/bin/ld: /usr/local/lib/liblapack.a(dbdsdc.o): undefined reference to symbol 'dswap_'
/opt/OpenBLAS/lib//libopenblas.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
examples/CMakeFiles/classification.dir/build.make:136: recipe for target 'examples/cpp_classification/classification' failed
make[5]: *** [examples/cpp_classification/classification] Error 1
CMakeFiles/Makefile2:1023: recipe for target 'examples/CMakeFiles/classification.dir/all' failed
make[4]: *** [examples/CMakeFiles/classification.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make[3]: *** [all] Error 2


   it looks fine.

 

 

 readelf -s /opt/OpenBLAS/lib//libopenblas.so.0 |grep dswap

 

 

 

 

 

你可能感兴趣的:(openpose编译遇到的问题)