0

Operation system name: MAC OS X El Capitan Operation system version: 10.11.3 (15D21) Compiler version: Apple LLVM version 7.0.2 (clang-700.1.81) 7zip source code version: p7zip_15.09

error message: ld: internal error: atom not found in symbolIndex(__ZN12NCoderMixer29CBindInfoaSERKS0_) for architecture x86_64

Cœur
  • 37,241
  • 25
  • 195
  • 267
figofuture
  • 251
  • 3
  • 3

1 Answers1

0

clang cannot support -s flag, so modify the makefile.machine file, change "OPTFLAGS=-O -s" to "OPTFLAGS=-O"

figofuture
  • 251
  • 3
  • 3