| Summary: | Segmentation fault | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | bheber |
| Component: | N02 | Assignee: | John Apostolakis <John.Apostolakis> |
| Status: | CLOSED LATER | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Could you give some more information about your setup ? In particular what is the version of the compiler you are using ? ---------- From: Bernd Heber <bheber@uni-osnabrueck.de> ------------------- Here are some additional informations. Currently I am back to version 4.2.0. If I am using 4.3.0 I only switch the first line in the export G4INSTALL line of the profile.local. export G4INSTALL=/opt/cern/geant4.2.0/ export G4SYSTEM=Linux-g++ export CLHEP_BASE_DIR=/opt/cern/CLHEP/ export CLHEP_LIB_DIR=/opt/cern/CLHEP/lib/ export CLHEP_INCLUDE_DIR=/opt/cern/CLHEP/include export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/opt/cern/CLHEP/lib" The version of the compiler I am using should be: heber@ace:~ > g++ -v Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.2/specs gcc version 2.95.2 19991024 (release) I hope these additional informations help. However, I remember that I was not able to install CLHEP from the source files. I am using the precompiled libraries for CLHEP as well as for GEANT 4.2.0 as GEANT 4.3.0 -------------------------- Responce -------------------------------------- Unfortunately version 2.95.2 g++ is not currently supported by Geant4. We are studying the problems experienced with g++ 2.95.2 but we do not know when/if we will support it. On Linux we currently support egcs release 1.1.2 ( which reports itself as g++ 2.91.66). Closed. I guess this problem is resolved since release 3.1, when support for gcc-2.95.2 was added. |
I am running SuSe Linux 7.0 with CLHEP 1.6 and GEANT 4.3.0 and GEANT 4.2.0 installed. Since we recently change from GEANT 3.2 to the new GEANT version, I don't have much experience. However, example novize/N02 stops after initialisation: ********************************************** Geant4 version $Name: geant4-03-00 $ (15-Dec-2000) Copyright : Geant4 Collaboration ********************************************** Segmentation fault While it runs with version 4.2.0 until the Idle> Example Nr. 1 is running with both geant versions. Thanks for your help Bernd