| Summary: | Example N01 wont compile | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | rtascher |
| Component: | N01 | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 0.1 | ||
| Hardware: | Sun | ||
| OS: | Solaris | ||
|
Description
rtascher
1999-10-31 09:33:08 CET
This seems to be a problem of making a library of G4processes. Hi Gabriele,
cvs co -r geant4-00-01 and gmake yields
template manager : Warning: No valid template database available. Creating
default repository "../../../../tmp/SUN-CC/g4.ptrepository/Templates.DB".
Compiling G4AntiProtonAnnihilationAtRest.cc ...
Compiling G4DistributionGenerator.cc ...
Compiling G4KaonMinusAbsorption.cc ...
Compiling G4KaonMinusAbsorptionAtRest.cc ...
Compiling G4MuonMinusCaptureAtRest.cc ...
Compiling G4NeutronCaptureAtRest.cc ...
Compiling G4PiMinusAbsorptionAtRest.cc ...
Compiling G4PiMinusStopAbsorption.cc ...
Compiling G4PiMinusStopAl.cc ...
Compiling G4PiMinusStopC.cc ...
Compiling G4PiMinusStopCo.cc ...
Compiling G4PiMinusStopCu.cc ...
Compiling G4PiMinusStopLi.cc ...
Compiling G4PiMinusStopMaterial.cc ...
Compiling G4PiMinusStopN.cc ...
Compiling G4PiMinusStopO.cc ...
Compiling G4PiMinusStopPb.cc ...
Compiling G4PiMinusStopTa.cc ...
Compiling G4PionMinusAbsorptionAtRest.cc ...
Compiling G4StopDeexcitation.cc ...
Compiling G4StopDummyDeexcitation.cc ...
Compiling G4StopTheoDeexcitation.cc ... <====== is ok.
Creating/replacing object files in ../../../../lib/SUN-CC/libG4hadronic_stop.a
What he sees is either a problem in his local area, or a difference between the
release and the tag. (Or I use the wrong tag-name.)
Many greetings,
Hans-Peter.
It looks like you tried to build compound libraries (using the "gmake global" command from $G4INSTALL/source) but did not succeed to build the library for processes at a first trial. Please, check that your extracted code from tar is not corrupted (NB: on SUN platforms we experienced a bug in the "tar" command, having a limitation to the length of the source path - as reported in our web page). Untar it using a different system if at all possible or use the GNU tar. Then reinstall the G4 libraries from scratch (remove the old installation). From $G4INSTALL/source: "gmake global" to build compound libraries or "gmake" to build granular libraries. |