Revision 51bd49119cfe02f55efb19474e4c1b66be5bae00 authored by Rene Brun on 09 April 2008, 16:23:28 UTC, committed by Rene Brun on 09 April 2008, 16:23:28 UTC
such that they can be used with the latest gfortran.
There is an updated version of the "cfortran" package on the CERNLIB 2005 for gcc4/gfortran by Harald Vogt / DESY Zeuthen available (in the cernlib.2005.corr.tgz file)


git-svn-id: http://root.cern.ch/svn/root/trunk@23096 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 3457dd8
Raw File
DrawTest.sh
#! /bin/sh

#dt_MakeFiles.sh
#root -b -q 'dt_MakeRef.C("Event.new.split9.root");'
if [ "x`which gmake 2>/dev/null | awk '{if ($1~/gmake/) print $1;}'`" != "x" ]
then
   gmake -f dt_Makefile drawtest
else
   make -f dt_Makefile drawtest
fi
./dt_RunDrawTest.sh
back to top