View | Details | Raw Unified
Collapse All | Expand All

(-) a/Configure (-2 / +2 lines)
 Lines 6145-6151   echo "" Link Here 
if  [ $g4_gmake = y ] ; then
if  [ $g4_gmake = y ] ; then
g4make=gmake
g4make="gmake "`echo $MAKEOPTS`
g4message=`cat << EOM
g4message=`cat << EOM
 Lines 6159-6165   fi Link Here 
if [ $g4_gmake = n ] && [ $g4_make = y ] ; then
if [ $g4_gmake = n ] && [ $g4_make = y ] ; then
g4make=make
g4make="make "`echo $MAKEOPTS`
g4message=`cat << EOM
g4message=`cat << EOM
(-) a/config/scripts/install.sh.SH (-6 lines)
 Lines 646-653   if [ X\$err2 = X0 -a X\$int2 = X0 ] ; then Link Here 
echo ""
echo ""
echo "####################################################"
echo "####################################################"
echo "# Your Geant4 installation seems to be successful!  "
echo "# Your Geant4 installation seems to be successful!  "
echo "# To be sure please have a look into the log file:  "
echo "# $g4conf/g4make.log				  "
echo "####################################################"
echo "####################################################"
echo ""
echo ""
else
else
 Lines 655-662   echo "" Link Here 
echo "############################################################"
echo "############################################################"
echo "# It looks like you had errors during Geant4 installation   "
echo "# It looks like you had errors during Geant4 installation   "
echo "# (or interrupted installation)!				  "
echo "# (or interrupted installation)!				  "
echo "# Please check log file:				      	  "
echo "# $g4conf/g4make.log					  "
echo "############################################################"
echo "############################################################"
echo ""
echo ""
fi 
fi 
 Lines 665-672   echo "" Link Here 
echo "############################################################"
echo "############################################################"
echo "# It looks like you had errors during Geant4 installation   "
echo "# It looks like you had errors during Geant4 installation   "
echo "# (or interrupted installation)!				  "
echo "# (or interrupted installation)!				  "
echo "# You have no log file:				      	  "
echo "# $g4conf/g4make.log					  "
echo "############################################################"
echo "############################################################"
echo ""
echo ""
fi
fi
(-) a/config/sys/Linux-g++.gmk (+1 lines)
 Lines 5-10   ifeq ($(G4SYSTEM),Linux-g++) Link Here 
  CXX       := g++
  CXX       := g++
  CXXFLAGS  := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long
  CXXFLAGS  := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long
  CXXFLAGS  += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe
  CXXFLAGS  += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe
  CXXFLAGS  += $(shell echo $(CFLAGS))
#
#
# Uncomment the following options to activate Pentium4 chip specific
# Uncomment the following options to activate Pentium4 chip specific
# floating-point operations on the SSE unit. It will allow for more stable
# floating-point operations on the SSE unit. It will allow for more stable