[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20020514: Solaris 8 (sparc) netCDF 3.5 Build Issues
- Subject: 20020514: Solaris 8 (sparc) netCDF 3.5 Build Issues
- Date: Tue, 14 May 2002 14:33:50 -0600
>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