| Summary: | |||
|---|---|---|---|
| Product: | Geant4 | Reporter: | sudeb |
| Component: | config | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 3.2 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
sudeb
2001-09-18 01:05:57 CEST
It looks like you're listing a summary of warnings and messages from the build. However, it's not clear at which stage the error: "..../home/geant/geant4/config/architecture.gmk:36: /etc/.mk: No such file or directory" occurs. Can you please specify the commands you issued for the installation ? It looks like you used the 'Config' script to install the Geant4 libraries (command: "Config -install"), and the libraries did build correctly, despite of some known warnings. The message: gmake[1]: cernlib: Command not found shows that you don't have the 'cernlib' command installed in your system; 'cernlib' is a command from the CERN program library (cernlib) returning a list of libraries needed to link a cernlib application. This command is only used in the 'g3tog4' module, however, if you do not make use of the 'g3tog4' tool, it's harmless. The cernlib script (and the needed cernlib libraries) are available from http://cern.ch/cernlib |