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.
>From: Mark Baith <address@hidden> >Organization: University of Maryland (UMD) >Keywords: 200205141958.g4EJwwa16272 netCDF configure Mark, >Folks - Any thoughts on a 3.5 build with Solaris 8 >on a Sparc? I'm using gnu compilers and get the >following on configure; > >checking for C-equivalent to Fortran routine "SUB"... ./configure: nm: not fou > nd >configure: error: not found Apparently, configure is not finding 'nm' on your machine. On Solaris, this is typically found in /usr/ccs/bin. If this directory is not in your PATH, add it and then redo your configure. This should be accomplishable by: make distclean ./configure Tom Yoksas >From address@hidden Tue May 14 14:49:53 2002 Thank You Tom - That did the trick! We appreciate your speedy response. Most commendable!! Regards, -M