I am trying to update my Geant4 to Geant4.4. The installation seems to be Ok, but when I compile my Simulation, I get always the following link error: Linking C6D6 ... /usr/bin/ld: cannot find -lG4geomBoolean collect2: ld returned 1 exit status gmake: *** [/l/domingo/GEANT4/work/setup_90et135deg/setup_90deg/bin/Linux-g++/C6D6] Error 1 I search this library and it is in my $G4INSTALL/tmp/Linux-g++/G4geomBoolean directory, is this correct?.
If you did not set $G4LIB to something else, all libraries should be placed in $G4INSTALL/lib/$G4SYSTEM. Your installation probably failed while compiling the module for boolean solids (geometry/solids/Boolean). Did you install CLHEP-1.7 ? To verify that the compilation completed correctly, set up your envinronment and issue manually "gmake" from $G4INSTALL/source.