| Summary: | libname.map become empty, if one isntall geant4 under "test(s)" directory | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | tkoi |
| Component: | config | Assignee: | John.Allison |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 6.2 | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://geant4-hn.slac.stanford.edu:5090/HyperNews/public/get/installconfig/272.html | ||
|
Description
tkoi
2004-07-09 18:21:01 CEST
Fixed for next release. Involves changes to two lines of source/GNUmakefile: 63c63 < @find $(G4INSTALL)/source \ --- > @find . \ 81c81,82 < echo $$i >> /tmp/G4libname.map.starter.$(unique); \ --- > echo $$i | sed s\#^\\.\#source\# \ > >> /tmp/G4libname.map.starter.$(unique); \ |