I am unable to link examples/novice/N02 on HP-aCC : /opt/aCC/lbin/ld: Unsatisfied symbols: G4NucleiProperties::theInstance (data) ::theInstance; It appears that in particles/management/src/G4NucleiProperties.cc, are missing : G4NucleiProperties::G4NucleiProperties(){} G4NucleiProperties G4NucleiProperties::theInstance;
This class is an utility class and do not need the member of "theInstatnce".