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: > > Sure, Anne. Do you have the passwd to iita? > > Thanks. > > Celia > Hi Celia, Yes, I do. And, I just built the code. Here's what I did: 0. cd ~/ldm-5.1.4/src 1. make distclean // undo any configuration or builds 2. setenv CC gcc // tell configure to use gcc 3. ./configure // configure the build 4. make install // build the software So, I simply told it to use gcc instead of the c89 "compiler" it was calling. (I say "compiler" because it's actually a script.) You can complete the build from here. The next step is 'make install_setuids'. I don't think you'll need the compiler for that. But, if you do need to compile again, be sure to do step #2 above because I only set that environment variable for my session. Or, you could add that to your .cshrc, source .cshrc, then not have to worry about it again. Anne -- *************************************************** Anne Wilson UCAR Unidata Program address@hidden P.O. Box 3000 Boulder, CO 80307 ---------------------------------------------------- Unidata WWW server http://www.unidata.ucar.edu/ ****************************************************