darmie / ios-toolchain-based-on-clang-for-linux

Automatically exported from code.google.com/p/ios-toolchain-based-on-clang-for-linux
11 stars 3 forks source link

Clang linking error. #33

Open userse31 opened 1 year ago

userse31 commented 1 year ago

ld complains about "dis_info" being defined multiple times.

/usr/bin/ld: otool-arm_disasm.o:(.bss+0x4): multiple definition of dis_info'; otool-i386_disasm.o:(.bss+0x0): first defined here /usr/bin/ld: otool-arm64_disasm.o:(.bss+0x0): multiple definition ofdis_info'; otool-i386_disasm.o:(.bss+0x0): first defined here

Why. Why can't you just work? Why is it with every single thing I try to compile SOMETHING has to go wrong? WHY!?