| Summary: | Need a solution on the same bug as #738 and #746 | ||
|---|---|---|---|
| Product: | Examples/Basic and Novice | Reporter: | Yu.Chen |
| Component: | N01 | Assignee: | Makoto.Asai |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | Yu.Chen |
| Priority: | P2 | ||
| Version: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
Yu.Chen
2005-08-29 12:09:47 CEST
Please update to Geant4 7.1. 7.0.p01 and previous versions are not tested on 64-bits architectures. Thanks fro reply. But my problem is that I have to stick on Geant4 7.0.p01 since Geant4 7.1 is not supported by GATE and there is some reported problem with Geant4 7.1 while installing GATE. My goal is running GATE with Geant4 7.0.p01 in that 64 bits cluster. I believe with a temporary solution I can achieve it. Of course, in the future, when GATE uses newer Geant4 version, this problem could be completely solved. Please tell me how to do with Geant4 7.0.p01. Thanks, Yu Chen, Ph.D. University of Massachusetts Medical School Division of Nuclear Medicine 55 Lake Avenue North Worcester, MA 01655-0243 Phone: (508) 856-6123 Fax: (508) 856-4572 You can try to compile the module of geometry/volumes in debug mode (G4DEBUG=1) and see if that can help. No guarantees, though. Thanks again. I tried to complile geometry/volumes module with G4DEBUG=1, but it didn't help. Finally I solve the problem by doing the following: adding a line in the $G4INSTALL/config/sys/Linux-g++.gmk: CXXFLAGS += -mcpu=k8 -msse2 By the way, if you want to vis module installed, you should replace /usr/X11R6/lib with /usr/X11R6/lib64 $(OGLHOME)/lib with $(OGLHOME)/lib64 Yu Chen |