| Summary: | |||
|---|---|---|---|
| Product: | Geant4 | Reporter: | ic02 |
| Component: | config | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 7.1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
ic02
2005-08-29 00:43:16 CEST
You should NOT run the Configure script in the way you're doing: ./Configure -f config.sh -build It is NOT necessary, since Configure 'remembers' as default the values specified in a previously attempted installation. Use the standard installation procedure as specified in the documentation: ./Configure -build ./Configure -install ./Configure Note that the paths to data are not necessary at the time of the compilation and installation of the libraries, they're only necessary at run-time and they must be correct in the env[.sh.csh] scripts generated at the end of the installation process. *** Bug 790 has been marked as a duplicate of this bug. *** *** 'Gabriele.Cosmo@cern.ch' will be responsible for bug 790. *** |