I was trying to compile Geant4 package with parallel_studio_xe_2017.4.056 software (on Linux), it was working fine however when I tried to compile static libraries it gave me:
geant4.10.02/source/processes/electromagnetic/standard/src/G4PAIxSection.cc(874) (col. 1): internal error: IERROR_MODULE_ID_1204
there is nothing special about line 874 in the quoted file, and it compiles into shared libraries and runs well. I am wondering why static libraries give me this error?