I installed geant4.10.03 on a Mac OS 10.12 and compiler Apple LLVM version 8.0.0 (clang-800.0.42.1) Target: x86_64-apple-darwin16.1.0 Thread model: posix The compilation went w/o problems; however, whenever I try to run any example or my own code (not just exampleB1) the program crashes, the following error message is printed: dyld: lazy symbol binding failed: Symbol not found: __ZN20G4AccumulableManager8InstanceEv Referenced from: /Users/korsch/geantexamples/examples/basic/B1/./exampleB1 Expected in: /usr/local/cern/geant4/geant4.10.03.b01/lib/libG4analysis.dylib Any ideas and help is highly appreciated. Thanks, Wolfgang
Hello, From your error message, it seems that you are building B1 example from release 10.3 against Geant4 beta version (10.3.b01). The "parameter" objects, introduced in 10.2, and still present under this name in 10.3.b01, are renamed to "accumulables" in 10.3. Let us know, please, if this was the reason of your problem. Thank you,
Closing as invalid, as we did not get further feedback.