/usr/bin/ld: skipping incompatible foo.so when searching for foo

后端 未结 1 966
南笙
南笙 2020-12-06 09:31

I am using Ubuntu 13.10 64bit and I am getting the following errors while compiling the python wrappers of vlfeat library.

g++ -o _vlfeat.so ../../vl/aib.o .         


        
相关标签:
1条回答
  • 2020-12-06 10:28

    remove -m32 in command line flags

    to build with 32bit binary, you have to install

    sudo apt-get install gcc-multilib and sudo apt-get install ia32-libs-dev

    0 讨论(0)
提交回复
热议问题