Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 212221 | Differences between
and this patch

Collapse All | Expand All

(-)a/Configure (-2 / +2 lines)
Lines 6145-6151 echo "" Link Here
6145
6145
6146
if  [ $g4_gmake = y ] ; then
6146
if  [ $g4_gmake = y ] ; then
6147
6147
6148
g4make=gmake
6148
g4make="gmake "`echo $MAKEOPTS`
6149
6149
6150
g4message=`cat << EOM
6150
g4message=`cat << EOM
6151
6151
Lines 6159-6165 fi Link Here
6159
6159
6160
if [ $g4_gmake = n ] && [ $g4_make = y ] ; then
6160
if [ $g4_gmake = n ] && [ $g4_make = y ] ; then
6161
6161
6162
g4make=make
6162
g4make="make "`echo $MAKEOPTS`
6163
6163
6164
g4message=`cat << EOM
6164
g4message=`cat << EOM
6165
6165
(-)a/config/scripts/install.sh.SH (-6 lines)
Lines 646-653 if [ X\$err2 = X0 -a X\$int2 = X0 ] ; then Link Here
646
echo ""
646
echo ""
647
echo "####################################################"
647
echo "####################################################"
648
echo "# Your Geant4 installation seems to be successful!  "
648
echo "# Your Geant4 installation seems to be successful!  "
649
echo "# To be sure please have a look into the log file:  "
650
echo "# $g4conf/g4make.log				  "
651
echo "####################################################"
649
echo "####################################################"
652
echo ""
650
echo ""
653
else
651
else
Lines 655-662 echo "" Link Here
655
echo "############################################################"
653
echo "############################################################"
656
echo "# It looks like you had errors during Geant4 installation   "
654
echo "# It looks like you had errors during Geant4 installation   "
657
echo "# (or interrupted installation)!				  "
655
echo "# (or interrupted installation)!				  "
658
echo "# Please check log file:				      	  "
659
echo "# $g4conf/g4make.log					  "
660
echo "############################################################"
656
echo "############################################################"
661
echo ""
657
echo ""
662
fi 
658
fi 
Lines 665-672 echo "" Link Here
665
echo "############################################################"
661
echo "############################################################"
666
echo "# It looks like you had errors during Geant4 installation   "
662
echo "# It looks like you had errors during Geant4 installation   "
667
echo "# (or interrupted installation)!				  "
663
echo "# (or interrupted installation)!				  "
668
echo "# You have no log file:				      	  "
669
echo "# $g4conf/g4make.log					  "
670
echo "############################################################"
664
echo "############################################################"
671
echo ""
665
echo ""
672
fi
666
fi
(-)a/config/sys/Linux-g++.gmk (-1 / +1 lines)
Lines 5-10 ifeq ($(G4SYSTEM),Linux-g++) Link Here
5
  CXX       := g++
5
  CXX       := g++
6
  CXXFLAGS  := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long
6
  CXXFLAGS  := -W -Wall -ansi -pedantic -Wno-non-virtual-dtor -Wno-long-long
7
  CXXFLAGS  += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe
7
  CXXFLAGS  += -Wwrite-strings -Wpointer-arith -Woverloaded-virtual -pipe
8
  CXXFLAGS  += $(shell echo $(CFLAGS))
8
#
9
#
9
# Uncomment the following options to activate Pentium4 chip specific
10
# Uncomment the following options to activate Pentium4 chip specific
10
# floating-point operations on the SSE unit. It will allow for more stable
11
# floating-point operations on the SSE unit. It will allow for more stable
11
- 

Return to bug 212221