| Summary: | linker cant find CLHEP libraries, but they are in place | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | slater |
| Component: | config | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | slater |
| Priority: | P2 | ||
| Version: | 3.2 | ||
| Hardware: | Sun | ||
| OS: | Solaris | ||
|
Description
slater
2001-07-25 12:37:46 CEST
You most problably have a non-standard installation of CLHEP in your system. Geant4 assumes the following setup: CLHEP_BASE_DIR = <your-CLHEP-path> CLHEP_INCLUDE_DIR = $CLHEP_BASE_DIR/include CLHEP_LIB_DIR = $CLHEP_BASE_DIR/lib <-- check this! CLHEP_LIB = CLHEP <-- here you have 'CLHEP-CC' In case of non-standard setup, you should override those environment variables, according to the installation in your system. |