| Summary: | can't link N01 | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | clair |
| Component: | N01 | Assignee: | Makoto.Asai |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 5.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
clair
2003-07-23 09:26:53 CEST
You should check your installation of the CLHEP library. Geant4 5.0 requires CLHEP-1.8. Check that your CLHEP installation corresponds to the original CLHEP software. As for the libstdc++ problem, it eventually indicates you're using an inconsistent installation of the CLHEP library for your system. Try building the CLHEP library on your system using the same version of the compiler. I have tried doing the install with CLHEP 1.8 (I was using 1.6 before) and I get a bit further in the compilation and linking. Here is what I get now: Linking exampleN01 ... /usr/bin/ld: cannot find -lG4digits collect2: ld returned 1 exit status make: *** [bin/Linux-g++/exampleN01] Error 1 Any suggestions you have on how to fix this would be greatly appreciated. (Note: I will be on travel for the next week and may not be able to try your suggestions until I return.) Thank you! -clair |