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.
Steve, >Date: 6 Jun 1997 15:54:04 -0500 >From: "Steve Mauget" <address@hidden> >Organization: USDA >To: "Steve Emmerson" <address@hidden> >Subject: Re: configure script >Keywords: 199706021417.IAA27579 In the above message, you wrote: > Here is the most recent attempt, but that line found > in the last configure output... > > checking if FORTRAN compiler handles *.F files... no > > is still there. That line is OK. The line I was worried about was checking for FORTRAN preprocessor... > > Steve M. > C========================================================== > IRIX lbk155 6.2 03131015 IP22 > C========================================================== > _=/usr/sbin/xwsh > LANG= > PATH=.:/usr/sbin:/usr/bsd:/sbin:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/local/lib/f90:/usr/local/lib/grads:/usr/local/lib/grads/xample:/usr/etc:/usr/lib:/lib:/usr/local/lib/groff > NOMSGLABEL=1 > XUSERFILESEARCHPATH=/usr/people/mauget/.desktop-lbk155/%N:/usr/people/mauget/%N:/usr/people/mauget/%L/%N%C:/usr/people/mauget/%l/%N%C:/usr/people/mauget/%N%C:/usr/people/mauget/%L/%N:/usr/people/mauget/%l/%N > LOGNAME=mauget > MAIL=/usr/mail/mauget > USER=mauget > MSGVERB=text:action > LASTLOGIN=Last login: Thu Jun 5 14:37:25 CDT 1997 on :0 > DISPLAY=:0.0 > SHELL=/bin/csh > HOME=/usr/people/mauget > TERM=iris-ansi > PWD=/temp/netcdf-3.3.1/src > TZ=CST6CDT > NOMSGSEVERITY=1 > WINDOWID=62914564 > PS1=# > FC=/usr/local/bin/f90 > CC=/bin/c89 > CFLAGS=-g > FFLAGS=-g > CPPFLAGS= > CXX= > CXXFLAGS= > C========================================================== > > creating cache ./config.cache > checking for m4... m4 > checking user-defined C compiler "/bin/c89" > checking C compiler... works > checking for how to make dependencies... cc -M > configure: warning: Empty CXX variable > configure: warning: The C++ interface will not be built > checking how to run the C preprocessor... /bin/c89 -E > checking user-defined FORTRAN compiler "/usr/local/bin/f90"... works > checking if FORTRAN compiler handles *.F files... no > checking for FORTRAN preprocessor... /bin/c89 -E Good. > checking for C-equivalent to FORTRAN routine "SUB"... sub_ > checking for FORTRAN "byte"... no > checking for FORTRAN "integer*1"... yes > checking for FORTRAN "integer*2"... yes > checking if FORTRAN "integer*1" is C "signed char"... yes > checking if FORTRAN "integer*1" is C "short"... no > checking if FORTRAN "integer*1" is C "int"... no > checking if FORTRAN "integer*2" is C "short"... yes > checking if FORTRAN "integer*2" is C "int"... no > checking if FORTRAN "integer" is C "int"... yes > checking if FORTRAN "real" is C "float"... yes > checking if FORTRAN "doubleprecision" is C "double"... yes > checking for FORTRAN-equivalent to netCDF "byte"... integer*1 > checking for FORTRAN-equivalent to netCDF "short"... integer*2 > checking for math library > checking for -lc... no > checking for -lm... yes > checking for ar... ar > checking for ranlib... : > checking for stdlib.h... yes > checking for sys/types.h... yes > checking for strerror... yes > checking for ftruncate... yes > checking for st_blksize in struct stat... yes > checking whether cross-compiling... no > checking for IEEE floating point format... yes > checking for ANSI C header files... yes > checking for size_t... yes > checking for off_t... yes > checking for ssize_t... yes > checking for ptrdiff_t... yes > checking for uchar... no > checking whether char is unsigned... yes > checking whether byte ordering is bigendian... yes > checking size of short... 2 > checking size of int... 4 > checking size of long... 4 > checking size of float... 4 > checking size of double... 8 > checking size of off_t... 4 > checking size of size_t... 4 > checking for manual-page index command... > checking binary distribution directory... /home/ftp/pub/binary/dummy_system > updating cache ./config.cache > creating ./config.status > creating macros.make > udcreating fortran/netcdf-cpp.inc > fortran/netcdf-cpp.inc is unchanged > creating libsrc/ncconfig.h > libsrc/ncconfig.h is unchanged The above looks OK. Go ahead with the "make". -------- Steve Emmerson <address@hidden>