Problem 1926 - After compilation of geant4.10.03 (not 2.0 as checked above), exampleB1 crashes.
Summary: After compilation of geant4.10.03 (not 2.0 as checked above), exampleB1 crashes.
Status: RESOLVED INVALID
Alias: None
Product: Examples/Basic and Novice
Classification: Unclassified
Component: B1 (show other problems)
Version: 2.0
Hardware: Apple Mac OS X
: P4 critical
Assignee: Ivana Hrivnacova
URL:
Depends on:
Blocks:
 
Reported: 2016-12-09 19:12 CET by korsch
Modified: 2017-04-19 17:49 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description korsch 2016-12-09 19:12:49 CET
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
Comment 1 Ivana Hrivnacova 2016-12-10 15:32:52 CET
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,
Comment 2 Ivana Hrivnacova 2017-04-19 17:49:00 CEST
Closing as invalid, as we did not get further feedback.