This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Celia Chen wrote: > Anne, > > It is compiling after I went into each Makefile and changed > > CC = c89 > > to > > CC = gcc > > Celia > > > > Hmmm., this still looks like a compiler problem to me. May I log in and > > take a look? > > > > Anne > > > > > > -- > Celia Chen > RAP/NCAR > > "Nothing is as strong as gentleness or as gentle as strength." > - Dove Milk Promises Great! I guess the configuration hardcoded the /usr/bin/cc (the link to /etc/alternatives/cc) into the Makefile. Thanks for letting me know. Anne