| Summary: | gmake libc only makes archive lib | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Isidro.Gonzalez |
| Component: | g3tog4 | Assignee: | Gabriele Cosmo <Gabriele.Cosmo> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | Ivana.Hrivnacova |
| Priority: | P2 | ||
| Version: | 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Isidro.Gonzalez
2000-07-05 04:22:21 CEST
This has been actually fixed in the following way, in order to take into account also non shared libs builds: lib: libc libF ifneq ($(G4MAKESHLIB),) libc : $(G4LIBDIR)/lib$(name).$(SHEXT) else libc : $(G4LIBDIR)/lib$(name).a endif The fix is available in tag g3tog4-V02-00-02 and will appear in a patch for release 2.0. |