100 |
|
# Error messages |
101 |
|
if (!$hasicc && !$hasgcc) |
102 |
|
{ |
103 |
< |
print "Warning: Acceptable C compiler not found!\n"; |
103 |
> |
print "Fatal error: Acceptable C compiler not found! You will be unable to build the DRMS library.\n"; |
104 |
|
} |
105 |
|
elsif ($hasicc) |
106 |
|
{ |
113 |
|
|
114 |
|
if (!$hasifort && !$hasgfort) |
115 |
|
{ |
116 |
< |
print "Warning: Acceptable Fortran compiler not found!\n"; |
116 |
> |
print "Warning: Acceptable Fortran compiler not found! Fortran interface will not be built, and you will be unable to build Fortran modules.\n"; |
117 |
|
} |
118 |
|
elsif ($hasifort) |
119 |
|
{ |