/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.92 by edhill, Fri Jul 30 15:59:33 2004 UTC revision 1.93 by edhill, Fri Jul 30 19:53:15 2004 UTC
# Line 729  LN= Line 729  LN=
729  S64=  S64=
730  KPP=  KPP=
731  FC=  FC=
732  CC=  #CC=gcc
733  CPP=  CPP=
734  LINK=  LINK=
735  DEFINES=  DEFINES=
# Line 1138  EOF Line 1138  EOF
1138      exit 1      exit 1
1139  fi  fi
1140  if test "x$CC" = x ; then  if test "x$CC" = x ; then
1141      cat <<EOF 1>&2      CC=cc
1142    #     cat <<EOF 1>&2
1143  Error: no C compiler: please specify using one of the following:  # Error: no C compiler: please specify using one of the following:
1144    1) within the options file ("CC=...") as specified by "-of=OPTFILE"  #   1) within the options file ("CC=...") as specified by "-of=OPTFILE"
1145    2) the "-cc=XXX" command-line option  #   2) the "-cc=XXX" command-line option
1146    3) the "./genmake_local" file  #   3) the "./genmake_local" file
1147  EOF  # EOF
1148      exit 1  #     exit 1
1149  fi  fi
1150  if test "x$LINK" = x ; then  if test "x$LINK" = x ; then
1151      LINK=$FC      LINK=$FC

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

  ViewVC Help
Powered by ViewVC 1.1.22