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.
Dughong Min,
>Date: Tue, 21 Sep 2004 13:40:56 -0400
>From: "Dughong Min" <address@hidden>
>Organization: IGES
>To: "'Steve Emmerson'" <address@hidden>
>Subject: RE: 20040921: Library for udunits for G5OSX cluster
> Keywords: 200409201550.i8KFovnJ006605
The above message contained the following:
> Hi Steve,
> Here is the result from make -n all
> Thanks.
> Duke Min
> ==============================================
>
>
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran utlib.c
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran utparse.c
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran utscan.c
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran udalloc.c
> ar rcuv libudunits.a utlib.o utparse.o utscan.o udalloc.o
> case "" in \
> '') ;; \
> *) ar rucv libudunits.a ;; \
> esac
> ranlib libudunits.a
> portal:~/min/NETCDF/udunits-1.12.2/src/lib colaiges$ make -n all
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran utlib.c
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran utparse.c
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran utscan.c
> xlc_r -c -O -I../port/misc -I../port/cfortran
> -DUT_DEFAULT_PATH='"/home/colaiges/min/NETCDF/udunits-1.12.2/etc/udunits
> .dat"' -DIBMR2Fortran udalloc.c
> ar rcuv libudunits.a utlib.o utparse.o utscan.o udalloc.o
> case "" in \
> '') ;; \
> *) ar rucv libudunits.a ;; \
> esac
> ranlib libudunits.a
This is more like it.
Go to that same directory and send me the output of the command
make all
Regards,
Steve Emmerson