[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 20051114: problem installing UDUNITS version 1.12.4



Sebastien,

> To: address@hidden
> cc: Sebastien Biraud <address@hidden>
> From: Sebastien Biraud <address@hidden>
> Subject: problem installing UDUNITS version 1.12.4
> Organization: Lawrence Berkeley National Laboratory
> Keywords: 200511141948.jAEJmk7s007950 UDUNITS Centos Linux pgf90

The above message contained the following:

> I've tried to install UDUNITS version 1.12.4 on my amd64 Linux box 
> (running CentOS), but the install failed.
> 
> I attached the logs of both the "configure" and "make install" scripts.
> 
> Thanks for your help,
> Sebastien
> 
> ps: since I am using the Portland Group fortran compiler, I use the 
> command line:
> 
> FC=pgf90 F90=pgf90 CC=gcc Cxx=g++ CFLAGS=-O CPPLAGS='-Dpgifortran' 
> ./configure

I see from your included "make install" file that you meant
CPPLAGS='-DpgiFortran' rather than CPPLAGS='-Dpgifortran'.

You included output from the configure(1) script and from the command
"make install".  Did you execute the command "make" between the other
two?  If not, then execute the command "make clean", then "make", and
then "make install".

> -- 
> Sébastien Biraud
> Lawrence Berkeley National Laboratory
> One Cyclotron Road  MS 90R-1116
> Berkeley, CA 94720
> USA
> 
> tel:(510) 486 6084
> fax:(510) 486 5686
> e-mail: address@hidden
> 
> --------------020208050802030803080500
> Content-Type: text/plain;
>  name="make_install.log"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
>  filename="make_install.log"
> 
> make install
>  
> making `install' in directory /home/sbiraud/tmp/udunits-1.12.4/src/port
>  
> make[1]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/port'
>  
> making `install' in directory /home/sbiraud/tmp/udunits-1.12.4/src/port/misc
>  
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/port/misc'
> gcc -c -O -I.  -D_REENTRANT -DpgiFortran uddummy.c
> make -w /home/sbiraud/tmp/udunits-1.12.4/lib 
> LIBDIR=/home/sbiraud/tmp/udunits-1.12.4/lib
> make[3]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/port/misc'
> make[3]: `/home/sbiraud/tmp/udunits-1.12.4/lib' is up to date.
> make[3]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/port/misc'
> ar rcuv /home/sbiraud/tmp/udunits-1.12.4/lib/libudport.a uddummy.o 
> r - uddummy.o
> ranlib /home/sbiraud/tmp/udunits-1.12.4/lib/libudport.a
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/port/misc'
>  
> returning to directory /home/sbiraud/tmp/udunits-1.12.4/src/port
>  
>  
> making `install' in directory 
> /home/sbiraud/tmp/udunits-1.12.4/src/port/cfortran
>  
> make[2]: Entering directory 
> `/home/sbiraud/tmp/udunits-1.12.4/src/port/cfortran'
> make[2]: Nothing to be done for `install'.
> make[2]: Leaving directory 
> `/home/sbiraud/tmp/udunits-1.12.4/src/port/cfortran'
>  
> returning to directory /home/sbiraud/tmp/udunits-1.12.4/src/port
>  
> make[1]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/port'
>  
> returning to directory /home/sbiraud/tmp/udunits-1.12.4/src
>  
>  
> making `install' in directory /home/sbiraud/tmp/udunits-1.12.4/src/lib
>  
> make[1]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> gcc -c -O -I../port/misc -I../port/cfortran 
> -DUT_DEFAULT_PATH='"/home/sbiraud/tmp/udunits-1.12.4/etc/udunits.dat"' 
> -DpgiFortran utlib.c
> gcc -c -O -I../port/misc -I../port/cfortran 
> -DUT_DEFAULT_PATH='"/home/sbiraud/tmp/udunits-1.12.4/etc/udunits.dat"' 
> -DpgiFortran utparse.c
> gcc -c -O -I../port/misc -I../port/cfortran 
> -DUT_DEFAULT_PATH='"/home/sbiraud/tmp/udunits-1.12.4/etc/udunits.dat"' 
> -DpgiFortran utscan.c
> ln -s ../port/misc/udalloc.c .
> ln -s ../port/misc/udalloc.h .
> gcc -c -O -I../port/misc -I../port/cfortran 
> -DUT_DEFAULT_PATH='"/home/sbiraud/tmp/udunits-1.12.4/etc/udunits.dat"' 
> -DpgiFortran udalloc.c
> ar rcuv libudunits.a utlib.o utparse.o utscan.o udalloc.o
> a - utlib.o
> a - utparse.o
> a - utscan.o
> a - udalloc.o
> case "" in \
> '') ;; \
> *)  ar rucv libudunits.a ;; \
> esac
> ranlib libudunits.a
> cp libudunits.a /home/sbiraud/tmp/udunits-1.12.4/lib/libudunits.a
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Nothing to be done for `installed_header'.
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> cp udunits.inc /home/sbiraud/tmp/udunits-1.12.4/include/udunits.inc
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Nothing to be done for `installed_etcfile'.
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Nothing to be done for `installed_manual'.
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[2]: Nothing to be done for `installed_manual'.
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> make[1]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/lib'
>  
> returning to directory /home/sbiraud/tmp/udunits-1.12.4/src
>  
>  
> making `install' in directory /home/sbiraud/tmp/udunits-1.12.4/src/udunits
>  
> make[1]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/udunits'
> make[2]: Entering directory `/home/sbiraud/tmp/udunits-1.12.4/src/udunits'
> gcc -c -O -I../lib -I../port/misc -DpgiFortran udunits.c
> gcc -o udunits -O udunits.o -L/home/sbiraud/tmp/udunits-1.12.4/src/lib 
> -ludunits -L/home/sbiraud/tmp/udunits-1.12.4/src/port/misc -ludport -lm
> /usr/bin/ld: cannot find -ludport
> collect2: ld returned 1 exit status
> make[2]: *** [udunits] Error 1
> make[2]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/udunits'
> make[1]: *** [installed_program] Error 2
> make[1]: Leaving directory `/home/sbiraud/tmp/udunits-1.12.4/src/udunits'
> make: *** [udunits/install] Error 1
> --------------020208050802030803080500
> Content-Type: text/plain;
>  name="config.log"
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline;
>  filename="config.log"
> 
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> 
> It was created by configure, which was
> generated by GNU Autoconf 2.58.  Invocation command line was
> 
>   $ ./configure 
> 
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> 
> hostname = alex
> uname -m = x86_64
> uname -r = 2.4.21-20.EL.c0smp
> uname -s = Linux
> uname -v = #1 SMP Tue Sep 7 11:58:50 CDT 2004
> 
> /usr/bin/uname -p = unknown
> /bin/uname -X     = unknown
> 
> /bin/arch              = x86_64
> /usr/bin/arch -k       = unknown
> /usr/convex/getsysinfo = unknown
> hostinfo               = unknown
> /bin/machine           = unknown
> /usr/bin/oslevel       = unknown
> /bin/universe          = unknown
> 
> PATH: .
> PATH: /root/CDAT/cdat/bin
> PATH: /usr/local/netcdf/bin
> PATH: /usr/local/ncarg/bin
> PATH: /usr/pgi/linux86-64/5.2/bin
> PATH: .
> PATH: /usr/local/cdat-3.3/bin
> PATH: /usr/local/netcdf/bin
> PATH: /usr/local/ncarg/bin
> PATH: /usr/kerberos/sbin
> PATH: .
> PATH: /usr/local/cdat-3.3/bin
> PATH: /usr/local/netcdf/bin
> PATH: /usr/local/ncarg/bin
> PATH: /usr/kerberos/bin
> PATH: /usr/local/bin
> PATH: /bin
> PATH: /usr/bin
> PATH: /usr/X11R6/bin
> PATH: /home/wjriley/mm5v35/MM5/Run/mm5tonetcdf_1.2
> PATH: /usr/local/matlab/bin
> PATH: /usr/pgi/linux86-64/5.2/bin
> PATH: /usr/local/tecplot/bin
> PATH: /home/sbiraud/bin
> PATH: /home/wjriley/mm5v35/MM5/Run/mm5tonetcdf_1.2
> PATH: /usr/local/matlab/bin
> PATH: /usr/pgi/linux86-64/5.2/bin
> PATH: /usr/local/tecplot/bin
> PATH: /home/wjriley/mm5v35/MM5/Run/mm5tonetcdf_1.2
> PATH: /usr/local/matlab/bin
> PATH: /usr/pgi/bin
> PATH: /usr/local/tecplot/bin
> 
> 
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> 
> configure:1399: checking for manual-page index command
> configure:1401: result: 
> configure:1758: checking for C compiler
> configure:1760: result: gcc
> configure:1813: checking type of operating system
> configure:1888: result: linux
> configure:1891: checking for dependency generation mechanism
> configure:1921: result: gcc -M
> configure:1970: checking for gcc
> configure:1996: result: gcc
> configure:2240: checking for C compiler version
> configure:2243: gcc --version </dev/null >&5
> gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-42)
> Copyright (C) 2002 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> configure:2246: $? = 0
> configure:2248: gcc -v </dev/null >&5
> Reading specs from /usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/specs
> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
> --infodir=/usr/share/info --enable-shared --enable-threads=posix 
> --disable-checking --with-system-zlib --enable-__cxa_atexit 
> --host=x86_64-redhat-linux
> Thread model: posix
> gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)
> configure:2251: $? = 0
> configure:2253: gcc -V </dev/null >&5
> gcc: argument to `-V' is missing
> configure:2256: $? = 1
> configure:2279: checking for C compiler default output file name
> configure:2282: gcc -O -DpgiFortran  conftest.c  >&5
> configure:2285: $? = 0
> configure:2331: result: a.out
> configure:2336: checking whether the C compiler works
> configure:2342: ./a.out
> configure:2345: $? = 0
> configure:2362: result: yes
> configure:2369: checking whether we are cross compiling
> configure:2371: result: no
> configure:2374: checking for suffix of executables
> configure:2376: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:2379: $? = 0
> configure:2404: result: 
> configure:2410: checking for suffix of object files
> configure:2431: gcc -c -O -DpgiFortran conftest.c >&5
> configure:2434: $? = 0
> configure:2456: result: o
> configure:2460: checking whether we are using the GNU C compiler
> configure:2484: gcc -c -O -DpgiFortran conftest.c >&5
> configure:2490: $? = 0
> configure:2494: test -z 
>                        || test ! -s conftest.err
> configure:2497: $? = 0
> configure:2500: test -s conftest.o
> configure:2503: $? = 0
> configure:2516: result: yes
> configure:2522: checking whether gcc accepts -g
> configure:2543: gcc -c -g -DpgiFortran conftest.c >&5
> configure:2549: $? = 0
> configure:2553: test -z 
>                        || test ! -s conftest.err
> configure:2556: $? = 0
> configure:2559: test -s conftest.o
> configure:2562: $? = 0
> configure:2573: result: yes
> configure:2590: checking for gcc option to accept ANSI C
> configure:2660: gcc  -c -O -DpgiFortran conftest.c >&5
> configure:2666: $? = 0
> configure:2670: test -z 
>                        || test ! -s conftest.err
> configure:2673: $? = 0
> configure:2676: test -s conftest.o
> configure:2679: $? = 0
> configure:2697: result: none needed
> configure:2715: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:2: syntax error before "me"
> configure:2721: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif
> configure:2861: checking how to run the C preprocessor
> configure:2896: gcc -E -DpgiFortran conftest.c
> configure:2902: $? = 0
> configure:2934: gcc -E -DpgiFortran conftest.c
> conftest.c:11:28: ac_nonexistent.h: No such file or directory
> configure:2940: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:2979: result: gcc -E
> configure:3003: gcc -E -DpgiFortran conftest.c
> configure:3009: $? = 0
> configure:3041: gcc -E -DpgiFortran conftest.c
> conftest.c:11:28: ac_nonexistent.h: No such file or directory
> configure:3047: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | /* end confdefs.h.  */
> | #include <ac_nonexistent.h>
> configure:3089: checking the C preprocessor
> configure:3099: gcc -E -DpgiFortran conftest.c
> configure:3105: $? = 0
> configure:3117: result: works
> configure:3133: checking for C const
> configure:3153: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3159: $? = 0
> configure:3163: test -z 
>                        || test ! -s conftest.err
> configure:3166: $? = 0
> configure:3169: test -s conftest.o
> configure:3172: $? = 0
> configure:3174: result: yes
> configure:3193: checking for C volatile
> configure:3211: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3217: $? = 0
> configure:3221: test -z 
>                        || test ! -s conftest.err
> configure:3224: $? = 0
> configure:3227: test -s conftest.o
> configure:3230: $? = 0
> configure:3232: result: yes
> configure:3251: checking for C signed
> configure:3269: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3275: $? = 0
> configure:3279: test -z 
>                        || test ! -s conftest.err
> configure:3282: $? = 0
> configure:3285: test -s conftest.o
> configure:3288: $? = 0
> configure:3290: result: yes
> configure:3309: checking for C function prototypes
> configure:3327: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3333: $? = 0
> configure:3337: test -z 
>                        || test ! -s conftest.err
> configure:3340: $? = 0
> configure:3343: test -s conftest.o
> configure:3346: $? = 0
> configure:3348: result: yes
> configure:3376: checking for standard C variadic functions
> configure:3401: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3407: $? = 0
> configure:3411: test -z 
>                        || test ! -s conftest.err
> configure:3414: $? = 0
> configure:3417: test -s conftest.o
> configure:3420: $? = 0
> configure:3423: result: yes
> configure:3565: checking for standard C string generation
> configure:3583: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3589: $? = 0
> configure:3593: test -z 
>                        || test ! -s conftest.err
> configure:3596: $? = 0
> configure:3599: test -s conftest.o
> configure:3602: $? = 0
> configure:3604: result: yes
> configure:3623: checking for standard C token pasting
> configure:3641: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3647: $? = 0
> configure:3651: test -z 
>                        || test ! -s conftest.err
> configure:3654: $? = 0
> configure:3657: test -s conftest.o
> configure:3660: $? = 0
> configure:3662: result: yes
> configure:3682: checking C void pointer
> configure:3700: gcc -c -O -DpgiFortran conftest.c >&5
> configure:3706: $? = 0
> configure:3710: test -z 
>                        || test ! -s conftest.err
> configure:3713: $? = 0
> configure:3716: test -s conftest.o
> configure:3719: $? = 0
> configure:3721: result: yes
> configure:3771: checking for ar
> configure:3787: found /usr/bin/ar
> configure:3797: result: ar
> configure:3808: checking for tar flags
> configure:3821: result: -chof
> configure:3865: checking for ranlib
> configure:3881: found /usr/bin/ranlib
> configure:3892: result: ranlib
> configure:3904: checking binary distribution directory
> configure:3912: result: /home/ftp/pub/binary/dummy_system
> configure:4031: checking the installation prefix
> configure:4047: result: /home/sbiraud/tmp/udunits-1.12.4
> configure:4049: checking the installation exec-prefix
> configure:4055: result: /home/sbiraud/tmp/udunits-1.12.4
> configure:4068: checking for neqn
> configure:4084: found /usr/bin/neqn
> configure:4095: result: neqn
> configure:4107: checking for tbl
> configure:4123: found /usr/bin/tbl
> configure:4134: result: tbl
> configure:4148: checking for ar
> configure:4174: result: ar
> configure:4372: checking for C math library
> configure:4380: result: 
> configure:4384: checking for return sin(0.0) != 0 in default library(s)
> configure:4402: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> /tmp/ccmvysyB.o(.text+0x9): In function `main':
> : undefined reference to `sin'
> collect2: ld returned 1 exit status
> configure:4408: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | /* end confdefs.h.  */
> | 
> | int
> | main ()
> | {
> | return sin(0.0) != 0;
> |   ;
> |   return 0;
> | }
> configure:4434: result: no
> configure:4460: checking for return sin(0.0) != 0 in -lm
> configure:4478: gcc -o conftest -O -DpgiFortran  conftest.c -lm >&5
> configure:4484: $? = 0
> configure:4488: test -z 
>                        || test ! -s conftest.err
> configure:4491: $? = 0
> configure:4494: test -s conftest
> configure:4497: $? = 0
> configure:4500: result: yes
> configure:4538: checking style for cfortran.h
> configure:4592: result: Standard
> configure:4641: checking for Fortran integer type equivalent to C pointer
> configure:4652: gcc -o conftest -O -DpgiFortran  conftest.c 
> configure:4655: $? = 0
> configure:4658: result: integer*8
> configure:4676: checking for egrep
> configure:4686: result: grep -E
> configure:4691: checking for ANSI C header files
> configure:4716: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4722: $? = 0
> configure:4726: test -z 
>                        || test ! -s conftest.err
> configure:4729: $? = 0
> configure:4732: test -s conftest.o
> configure:4735: $? = 0
> configure:4821: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:4824: $? = 0
> configure:4826: ./conftest
> configure:4829: $? = 0
> configure:4844: result: yes
> configure:4868: checking for sys/types.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for sys/stat.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for stdlib.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for string.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for memory.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for strings.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for inttypes.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for stdint.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:4868: checking for unistd.h
> configure:4884: gcc -c -O -DpgiFortran conftest.c >&5
> configure:4890: $? = 0
> configure:4894: test -z 
>                        || test ! -s conftest.err
> configure:4897: $? = 0
> configure:4900: test -s conftest.o
> configure:4903: $? = 0
> configure:4914: result: yes
> configure:5015: checking stddef.h usability
> configure:5027: gcc -c -O -DpgiFortran conftest.c >&5
> configure:5033: $? = 0
> configure:5037: test -z 
>                        || test ! -s conftest.err
> configure:5040: $? = 0
> configure:5043: test -s conftest.o
> configure:5046: $? = 0
> configure:5056: result: yes
> configure:5060: checking stddef.h presence
> configure:5070: gcc -E -DpgiFortran conftest.c
> configure:5076: $? = 0
> configure:5096: result: yes
> configure:5131: checking for stddef.h
> configure:5138: result: yes
> configure:5151: checking C header file <stddef.h> for typedef size_t
> configure:5155: result: declared
> configure:5225: checking for stddef.h
> configure:5230: result: yes
> configure:5370: checking C header file <stddef.h> for typedef ptrdiff_t
> configure:5374: result: declared
> configure:5463: checking float.h usability
> configure:5475: gcc -c -O -DpgiFortran conftest.c >&5
> configure:5481: $? = 0
> configure:5485: test -z 
>                        || test ! -s conftest.err
> configure:5488: $? = 0
> configure:5491: test -s conftest.o
> configure:5494: $? = 0
> configure:5504: result: yes
> configure:5508: checking float.h presence
> configure:5518: gcc -E -DpgiFortran conftest.c
> configure:5524: $? = 0
> configure:5544: result: yes
> configure:5579: checking for float.h
> configure:5586: result: yes
> configure:5604: gcc -E -DpgiFortran conftest.c
> conftest.c:26:76: DBL_DIG is defined: No such file or directory
> configure:5610: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | /* end confdefs.h.  */
> | 
> | #include <float.h>
> | #ifdef DBL_DIG
> | #include "DBL_DIG is defined"   /* hard error in case warnings suppressed*/
> | #endif
> | 
> configure:5761: checking for stdlib.h
> configure:5766: result: yes
> configure:5906: checking C header file <stdlib.h> for typedef size_t
> configure:5910: result: declared
> configure:5983: checking for atexit
> configure:6040: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:6046: $? = 0
> configure:6050: test -z 
>                        || test ! -s conftest.err
> configure:6053: $? = 0
> configure:6056: test -s conftest
> configure:6059: $? = 0
> configure:6071: result: yes
> configure:6091: checking for stdlib.h
> configure:6096: result: yes
> configure:6228: checking C header file <stdlib.h> for function atexit()
> configure:6248: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:26: conflicting types for `atexit'
> /usr/include/stdlib.h:598: previous declaration of `atexit'
> configure:6254: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | /* end confdefs.h.  */
> | #include <stdlib.h>
> |                     extern struct {int a; int b;} *atexit();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:6282: result: declared
> configure:6302: checking for getenv
> configure:6359: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:6365: $? = 0
> configure:6369: test -z 
>                        || test ! -s conftest.err
> configure:6372: $? = 0
> configure:6375: test -s conftest
> configure:6378: $? = 0
> configure:6390: result: yes
> configure:6410: checking for stdlib.h
> configure:6415: result: yes
> configure:6547: checking C header file <stdlib.h> for function getenv()
> configure:6567: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:27: conflicting types for `getenv'
> /usr/include/stdlib.h:626: previous declaration of `getenv'
> configure:6573: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | /* end confdefs.h.  */
> | #include <stdlib.h>
> |                     extern struct {int a; int b;} *getenv();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:6601: result: declared
> configure:6698: checking for string.h
> configure:6703: result: yes
> configure:6843: checking C header file <string.h> for typedef size_t
> configure:6847: result: declared
> configure:6920: checking for strerror
> configure:6977: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:6983: $? = 0
> configure:6987: test -z 
>                        || test ! -s conftest.err
> configure:6990: $? = 0
> configure:6993: test -s conftest
> configure:6996: $? = 0
> configure:7008: result: yes
> configure:7028: checking for string.h
> configure:7033: result: yes
> configure:7165: checking C header file <string.h> for function strerror()
> configure:7185: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:29: conflicting types for `strerror'
> /usr/include/string.h:243: previous declaration of `strerror'
> configure:7191: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | /* end confdefs.h.  */
> | #include <string.h>
> |                     extern struct {int a; int b;} *strerror();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:7219: result: declared
> configure:7236: checking for string.h
> configure:7241: result: yes
> configure:7373: checking C header file <string.h> for function strchr()
> configure:7393: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:29:59: macro "strchr" requires 2 arguments, but only 1 given
> conftest.c:29: warning: built-in function `strchr' declared as non-function
> configure:7399: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | /* end confdefs.h.  */
> | #include <string.h>
> |                     extern struct {int a; int b;} *strchr();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:7427: result: declared
> configure:7444: checking for string.h
> configure:7449: result: yes
> configure:7581: checking C header file <string.h> for function strcpy()
> configure:7601: gcc -c -O -DpgiFortran conftest.c >&5
> configure:7607: $? = 0
> configure:7611: test -z 
>                        || test ! -s conftest.err
> configure:7614: $? = 0
> configure:7617: test -s conftest.o
> configure:7620: $? = 0
> configure:7622: result: undeclared
> configure:7652: checking for string.h
> configure:7657: result: yes
> configure:7789: checking C header file <string.h> for function strrchr()
> configure:7809: gcc -c -O -DpgiFortran conftest.c >&5
> configure:7815: $? = 0
> configure:7819: test -z 
>                        || test ! -s conftest.err
> configure:7822: $? = 0
> configure:7825: test -s conftest.o
> configure:7828: $? = 0
> configure:7830: result: undeclared
> configure:7860: checking for string.h
> configure:7865: result: yes
> configure:7997: checking C header file <string.h> for function strncpy()
> configure:8017: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:31:60: macro "strncpy" requires 3 arguments, but only 1 given
> conftest.c:31: warning: built-in function `strncpy' declared as non-function
> configure:8023: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | /* end confdefs.h.  */
> | #include <string.h>
> |                     extern struct {int a; int b;} *strncpy();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:8051: result: declared
> configure:8068: checking for string.h
> configure:8073: result: yes
> configure:8205: checking C header file <string.h> for function strtok()
> configure:8225: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:31: conflicting types for `strtok'
> /usr/include/string.h:192: previous declaration of `strtok'
> configure:8231: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | /* end confdefs.h.  */
> | #include <string.h>
> |                     extern struct {int a; int b;} *strtok();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:8259: result: declared
> configure:8279: checking for strstr
> configure:8336: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> conftest.c:54: warning: conflicting types for built-in function `strstr'
> configure:8342: $? = 0
> configure:8346: test -z 
>                        || test ! -s conftest.err
> configure:8349: $? = 0
> configure:8352: test -s conftest
> configure:8355: $? = 0
> configure:8367: result: yes
> configure:8387: checking for string.h
> configure:8392: result: yes
> configure:8524: checking C header file <string.h> for function strstr()
> configure:8544: gcc -c -O -DpgiFortran conftest.c >&5
> configure:8550: $? = 0
> configure:8554: test -z 
>                        || test ! -s conftest.err
> configure:8557: $? = 0
> configure:8560: test -s conftest.o
> configure:8563: $? = 0
> configure:8565: result: undeclared
> configure:8598: checking for memmove
> configure:8655: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> conftest.c:56: warning: conflicting types for built-in function `memmove'
> configure:8661: $? = 0
> configure:8665: test -z 
>                        || test ! -s conftest.err
> configure:8668: $? = 0
> configure:8671: test -s conftest
> configure:8674: $? = 0
> configure:8686: result: yes
> configure:8706: checking for string.h
> configure:8711: result: yes
> configure:8843: checking C header file <string.h> for function memmove()
> configure:8863: gcc -c -O -DpgiFortran conftest.c >&5
> configure:8869: $? = 0
> configure:8873: test -z 
>                        || test ! -s conftest.err
> configure:8876: $? = 0
> configure:8879: test -s conftest.o
> configure:8882: $? = 0
> configure:8884: result: undeclared
> configure:8994: checking time.h usability
> configure:9006: gcc -c -O -DpgiFortran conftest.c >&5
> configure:9012: $? = 0
> configure:9016: test -z 
>                        || test ! -s conftest.err
> configure:9019: $? = 0
> configure:9022: test -s conftest.o
> configure:9025: $? = 0
> configure:9035: result: yes
> configure:9039: checking time.h presence
> configure:9049: gcc -E -DpgiFortran conftest.c
> configure:9055: $? = 0
> configure:9075: result: yes
> configure:9110: checking for time.h
> configure:9117: result: yes
configure:9130: checking C header file <time.h> for typedef time_t
> configure:9134: result: declared
> configure:9204: checking for time.h
> configure:9209: result: yes
> configure:9349: checking C header file <time.h> for typedef size_t
> configure:9353: result: declared
> configure:9426: checking for difftime
> configure:9483: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:9489: $? = 0
> configure:9493: test -z 
>                        || test ! -s conftest.err
> configure:9496: $? = 0
> configure:9499: test -s conftest
> configure:9502: $? = 0
> configure:9514: result: yes
> configure:9534: checking for time.h
> configure:9539: result: yes
> configure:9671: checking C header file <time.h> for function difftime()
> configure:9691: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:37: conflicting types for `difftime'
> /usr/include/time.h:188: previous declaration of `difftime'
> configure:9697: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | #define HAVE_STRSTR 1
> | #define UD_NO_STRSTR_DECL 1
> | #define HAVE_MEMMOVE 1
> | #define UD_NO_MEMMOVE_DECL 1
> | #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> | #define HAVE_DIFFTIME 1
> | /* end confdefs.h.  */
> | #include <time.h>
|                     extern struct {int a; int b;} *difftime();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:9725: result: declared
> configure:9745: checking for strftime
> configure:9802: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:9808: $? = 0
> configure:9812: test -z 
>                        || test ! -s conftest.err
> configure:9815: $? = 0
> configure:9818: test -s conftest
> configure:9821: $? = 0
> configure:9833: result: yes
> configure:9853: checking for time.h
> configure:9858: result: yes
> configure:9990: checking C header file <time.h> for function strftime()
> configure:10010: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:38: conflicting types for `strftime'
> /usr/include/time.h:199: previous declaration of `strftime'
> configure:10016: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | #define HAVE_STRSTR 1
> | #define UD_NO_STRSTR_DECL 1
> | #define HAVE_MEMMOVE 1
> | #define UD_NO_MEMMOVE_DECL 1
> | #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> | #define HAVE_DIFFTIME 1
> | #define HAVE_STRFTIME 1
> | /* end confdefs.h.  */
> | #include <time.h>
> |                     extern struct {int a; int b;} *strftime();
> | 
> | int
> | main ()
> | {
| 
> |   ;
> |   return 0;
> | }
> configure:10044: result: declared
> configure:10232: checking search.h usability
> configure:10244: gcc -c -O -DpgiFortran conftest.c >&5
> configure:10250: $? = 0
> configure:10254: test -z 
>                        || test ! -s conftest.err
> configure:10257: $? = 0
> configure:10260: test -s conftest.o
> configure:10263: $? = 0
> configure:10273: result: yes
> configure:10277: checking search.h presence
> configure:10287: gcc -E -DpgiFortran conftest.c
> configure:10293: $? = 0
> configure:10313: result: yes
> configure:10348: checking for search.h
> configure:10355: result: yes
> configure:10368: checking C header file <search.h> for typedef ENTRY
> configure:10372: result: declared
> configure:10442: checking for search.h
> configure:10447: result: yes
> configure:10587: checking C header file <search.h> for typedef ACTION
> configure:10591: result: declared
> configure:10661: checking for search.h
> configure:10666: result: yes
> configure:10806: checking C header file <search.h> for typedef VISIT
> configure:10810: result: declared
> configure:10883: checking for tsearch
> configure:10940: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:10946: $? = 0
> configure:10950: test -z 
>                        || test ! -s conftest.err
> configure:10953: $? = 0
> configure:10956: test -s conftest
> configure:10959: $? = 0
> configure:10971: result: yes
> configure:10991: checking for search.h
> configure:10996: result: yes
> configure:11128: checking C header file <search.h> for function tsearch()
> configure:11148: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:41: conflicting types for `tsearch'
> /usr/include/search.h:131: previous declaration of `tsearch'
> configure:11154: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | #define HAVE_STRSTR 1
> | #define UD_NO_STRSTR_DECL 1
> | #define HAVE_MEMMOVE 1
> | #define UD_NO_MEMMOVE_DECL 1
> | #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> | #define HAVE_DIFFTIME 1
> | #define HAVE_STRFTIME 1
> | #define UD_SYSTEM_LIMITS_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/limits.h"
> | #define UD_SYSTEM_SEARCH_H "///usr/include/search.h"
> | #define HAVE_TSEARCH 1
> | /* end confdefs.h.  */
> | #include <search.h>
> |                     extern struct {int a; int b;} *tsearch();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:11182: result: declared
> configure:11202: checking for tfind
> configure:11259: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:11265: $? = 0
> configure:11269: test -z 
>                        || test ! -s conftest.err
> configure:11272: $? = 0
> configure:11275: test -s conftest
> configure:11278: $? = 0
> configure:11290: result: yes
> configure:11310: checking for search.h
> configure:11315: result: yes
> configure:11447: checking C header file <search.h> for function tfind()
> configure:11467: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:42: conflicting types for `tfind'
> /usr/include/search.h:136: previous declaration of `tfind'
> configure:11473: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | #define HAVE_STRSTR 1
> | #define UD_NO_STRSTR_DECL 1
> | #define HAVE_MEMMOVE 1
> | #define UD_NO_MEMMOVE_DECL 1
> | #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> | #define HAVE_DIFFTIME 1
> | #define HAVE_STRFTIME 1
> | #define UD_SYSTEM_LIMITS_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/limits.h"
> | #define UD_SYSTEM_SEARCH_H "///usr/include/search.h"
> | #define HAVE_TSEARCH 1
> | #define HAVE_TFIND 1
> | /* end confdefs.h.  */
> | #include <search.h>
> |                     extern struct {int a; int b;} *tfind();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:11501: result: declared
> configure:11521: checking for tdelete
> configure:11578: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:11584: $? = 0
> configure:11588: test -z 
>                        || test ! -s conftest.err
> configure:11591: $? = 0
> configure:11594: test -s conftest
> configure:11597: $? = 0
> configure:11609: result: yes
> configure:11629: checking for search.h
> configure:11634: result: yes
> configure:11766: checking C header file <search.h> for function tdelete()
> configure:11786: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:43: conflicting types for `tdelete'
> /usr/include/search.h:141: previous declaration of `tdelete'
> configure:11792: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | #define HAVE_STRSTR 1
> | #define UD_NO_STRSTR_DECL 1
> | #define HAVE_MEMMOVE 1
> | #define UD_NO_MEMMOVE_DECL 1
> | #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> | #define HAVE_DIFFTIME 1
> | #define HAVE_STRFTIME 1
> | #define UD_SYSTEM_LIMITS_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/limits.h"
> | #define UD_SYSTEM_SEARCH_H "///usr/include/search.h"
> | #define HAVE_TSEARCH 1
> | #define HAVE_TFIND 1
> | #define HAVE_TDELETE 1
> | /* end confdefs.h.  */
> | #include <search.h>
> |                     extern struct {int a; int b;} *tdelete();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:11820: result: declared
> configure:11840: checking for twalk
> configure:11897: gcc -o conftest -O -DpgiFortran  conftest.c  >&5
> configure:11903: $? = 0
> configure:11907: test -z 
>                        || test ! -s conftest.err
> configure:11910: $? = 0
> configure:11913: test -s conftest
> configure:11916: $? = 0
> configure:11928: result: yes
> configure:11948: checking for search.h
> configure:11953: result: yes
> configure:12085: checking C header file <search.h> for function twalk()
> configure:12105: gcc -c -O -DpgiFortran conftest.c >&5
> conftest.c:44: conflicting types for `twalk'
> /usr/include/search.h:151: previous declaration of `twalk'
> configure:12111: $? = 1
> configure: failed program was:
> | /* confdefs.h.  */
> | 
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | #define OS_NAME Linux
> | #define OS_MAJOR 2
> | #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> | #define STDC_HEADERS 1
> | #define HAVE_SYS_TYPES_H 1
> | #define HAVE_SYS_STAT_H 1
> | #define HAVE_STDLIB_H 1
> | #define HAVE_STRING_H 1
> | #define HAVE_MEMORY_H 1
> | #define HAVE_STRINGS_H 1
> | #define HAVE_INTTYPES_H 1
> | #define HAVE_STDINT_H 1
> | #define HAVE_UNISTD_H 1
> | #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> | #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> | #define HAVE_ATEXIT 1
> | #define HAVE_GETENV 1
> | #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> | #define HAVE_STRERROR 1
> | #define UD_NO_STRCPY_DECL 1
> | #define UD_NO_STRRCHR_DECL 1
> | #define HAVE_STRSTR 1
> | #define UD_NO_STRSTR_DECL 1
> | #define HAVE_MEMMOVE 1
> | #define UD_NO_MEMMOVE_DECL 1
> | #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> | #define HAVE_DIFFTIME 1
> | #define HAVE_STRFTIME 1
> | #define UD_SYSTEM_LIMITS_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/limits.h"
> | #define UD_SYSTEM_SEARCH_H "///usr/include/search.h"
> | #define HAVE_TSEARCH 1
> | #define HAVE_TFIND 1
> | #define HAVE_TDELETE 1
> | #define HAVE_TWALK 1
> | /* end confdefs.h.  */
> | #include <search.h>
> |                     extern struct {int a; int b;} *twalk();
> | 
> | int
> | main ()
> | {
> | 
> |   ;
> |   return 0;
> | }
> configure:12139: result: declared
> configure:12163: checking for perl
> configure:12179: found /usr/bin/perl
> configure:12189: result: perl
> configure:12215: checking for type of perl executable to create
> configure:12229: result: dynamic
> configure:12234: checking for position-independent compilation flags
> configure:12244: result: ''
> configure:12452: creating ./config.status
> 
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
> 
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.58.  Invocation command line was
> 
>   CONFIG_FILES    = 
>   CONFIG_HEADERS  = 
>   CONFIG_LINKS    = 
>   CONFIG_COMMANDS = 
>   $ ./config.status 
> 
> on alex
> 
> config.status:718: creating Makefile
> config.status:718: creating lib/Makefile
> config.status:718: creating lib/udunits.inc
> config.status:718: creating udunits/Makefile
> config.status:718: creating perl/Makefile.PL
> config.status:718: creating port/master.mk
> config.status:718: creating port/Makefile
> config.status:718: creating port/misc/Makefile
> config.status:718: creating port/cfortran/Makefile
> config.status:821: creating port/misc/udposix.h
> config.status:1144: executing default commands
> 
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> 
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CC_set=set
> ac_cv_env_CC_value=gcc
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value=-O
> ac_cv_env_CPPFLAGS_set=set
> ac_cv_env_CPPFLAGS_value=-DpgiFortran
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_exeext=
> ac_cv_func_atexit=yes
> ac_cv_func_difftime=yes
> ac_cv_func_getenv=yes
> ac_cv_func_memmove=yes
> ac_cv_func_strerror=yes
> ac_cv_func_strftime=yes
> ac_cv_func_strstr=yes
> ac_cv_func_tdelete=yes
> ac_cv_func_tfind=yes
> ac_cv_func_tsearch=yes
> ac_cv_func_twalk=yes
> ac_cv_header_float_h=yes
> ac_cv_header_inttypes_h=yes
> ac_cv_header_memory_h=yes
> ac_cv_header_search_h=yes
> ac_cv_header_stdc=yes
> ac_cv_header_stddef_h=yes
> ac_cv_header_stdint_h=yes
> ac_cv_header_stdlib_h=yes
> ac_cv_header_string_h=yes
> ac_cv_header_strings_h=yes
> ac_cv_header_sys_stat_h=yes
> ac_cv_header_sys_types_h=yes
> ac_cv_header_time_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_objext=o
> ac_cv_prog_AR=ar
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_NEQN=neqn
> ac_cv_prog_PERL=perl
> ac_cv_prog_TBL=tbl
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_ac_ct_RANLIB=ranlib
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_prog_egrep='grep -E'
> 
> ## ----------------- ##
> ## Output variables. ##
## ----------------- ##
> 
> AR='ar'
> CC='gcc'
> CC_MAKEDEPEND='gcc -M'
> CFLAGS='-O'
> CFORTRAN_TYPE='Standard'
> CONFIG_FILES=' port/master.mk port/Makefile port/misc/Makefile 
> port/cfortran/Makefile'
> CPP='gcc -E'
> CPPFLAGS='-DpgiFortran'
> CXXFLAGS=''
> DEFS='-DHAVE_CONFIG_H'
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='grep -E'
> EXEEXT=''
> FFLAGS=''
> FTPBINDIR='/home/ftp/pub/binary/dummy_system'
> FTPDIR='/var/ftp/pub/udunits'
> LDFLAGS=''
> LD_MATH='-lm'
> LD_UDPORT='-L/home/sbiraud/tmp/udunits-1.12.4/src/port/misc -ludport'
> LD_UDUNITS='-L/home/sbiraud/tmp/udunits-1.12.4/src/lib -ludunits'
> LD_YACC=''
> LIBOBJS=''
> LIBS=''
> LINKTYPE='dynamic'
> LTLIBOBJS=''
> MAKEWHATIS_CMD=''
> NEQN='neqn'
> OBJEXT='o'
> OPSYS='linux'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> PERL='perl'
> PERL_ALL='perl/dynamic'
> PERL_CLEAN='perl/clean'
> PERL_DISTCLEAN='perl/distclean'
> PERL_INSTALL='perl/install'
> PERL_MANUAL='udunitsperl.1'
> PERL_TEST='perl/test'
> PORT_ALL=' misc/all cfortran/all'
> PORT_CLEAN=' misc/clean cfortran/clean'
> PORT_CPP_LDM=''
> PORT_DISTCLEAN=' misc/distclean cfortran/distclean'
> PORT_HEADERS=''
> PORT_INSTALL=' misc/install cfortran/install'
> PORT_MANIFEST=' stdarg.h.in udposix.h.in udalloc.c udalloc.h stddef.h.in 
> config.c stdlib.h.in atexit.c strerror.c strstr.c string.h.in memmove.c 
> difftime.c strftime.c time.h.in limits.h.in search.h.in tsearch.c tfind.c 
> tdelete.c twalk.c search-node.h'
> PORT_SUBDIRS=' misc cfortran'
> RANLIB='ranlib'
> SHELL='/bin/sh'
> TARFLAGS='-chof'
> TBL='tbl'
> UC_LIBOBJS=''
> UD_NO_ATEXIT_DECL=''
> UD_NO_CONST=''
> UD_NO_DIFFTIME_DECL=''
> UD_NO_GETENV_DECL=''
> UD_NO_HASH=''
> UD_NO_HASHHASH=''
> UD_NO_MEMMOVE_DECL='1'
> UD_NO_PROTOTYPES=''
> UD_NO_SIGNED=''
> UD_NO_STRCHR_DECL=''
> UD_NO_STRCPY_DECL='1'
> UD_NO_STRERROR_DECL=''
> UD_NO_STRFTIME_DECL=''
> UD_NO_STRNCPY_DECL=''
> UD_NO_STRRCHR_DECL='1'
> UD_NO_STRSTR_DECL='1'
> UD_NO_STRTOK_DECL=''
> UD_NO_TDELETE_DECL=''
> UD_NO_TFIND_DECL=''
> UD_NO_TSEARCH_DECL=''
> UD_NO_TWALK_DECL=''
> UD_NO_VOIDSTAR=''
> UD_NO_VOLATILE=''
> UD_POINTER='integer*8'
> WHATIS='whatis'
> ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${prefix}/share'
> exec_prefix='/home/sbiraud/tmp/udunits-1.12.4'
> host_alias=''
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='/home/sbiraud/tmp/udunits-1.12.4/src/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> oldincludedir='/usr/include'
> prefix='/home/sbiraud/tmp/udunits-1.12.4'
> prog=''
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> 
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> 
> #define HAVE_ATEXIT 1
> #define HAVE_DIFFTIME 1
> #define HAVE_GETENV 1
> #define HAVE_INTTYPES_H 1
> #define HAVE_MEMMOVE 1
> #define HAVE_MEMORY_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_STDLIB_H 1
> #define HAVE_STRERROR 1
> #define HAVE_STRFTIME 1
> #define HAVE_STRINGS_H 1
> #define HAVE_STRING_H 1
> #define HAVE_STRSTR 1
> #define HAVE_SYS_STAT_H 1
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_TDELETE 1
> #define HAVE_TFIND 1
#define HAVE_TSEARCH 1
> #define HAVE_TWALK 1
> #define HAVE_UNISTD_H 1
> #define OS_MAJOR 2
> #define OS_NAME Linux
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define STDC_HEADERS 1
> #define UD_NO_MEMMOVE_DECL 1
> #define UD_NO_STRCPY_DECL 1
> #define UD_NO_STRRCHR_DECL 1
> #define UD_NO_STRSTR_DECL 1
> #define UD_SYSTEM_LIMITS_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/limits.h"
> #define UD_SYSTEM_SEARCH_H "///usr/include/search.h"
> #define UD_SYSTEM_STDARG_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stdarg.h"
> #define UD_SYSTEM_STDDEF_H 
> "///usr/lib/gcc-lib/x86_64-redhat-linux/3.2.3/include/stddef.h"
> #define UD_SYSTEM_STDLIB_H "///usr/include/stdlib.h"
> #define UD_SYSTEM_STRING_H "///usr/include/string.h"
> #define UD_SYSTEM_TIME_H "///usr/include/time.h"
> 
> configure: exit 0
> --------------020208050802030803080500--
> 
> --
> NOTE: All email exchanges with Unidata User Support are recorded in the
> Unidata inquiry tracking system and then made publicly available
> through the web.  If you do not want to have your interactions made
> available in this way, you must let us know in each email you send to us.
> 
> ------- End of Forwarded Message

Regards,
Steve Emmerson