Other Builds of the UDUNITS Package
This is where we document some reported builds of the current release in environments
that we did not or could not try.
Linux using g77(1)
David Wilensky reports that the following worked
on his Linux system:
CC=gcc
CFLAGS=-Df2cFortran
FC=g77
The following is probably more "proper":
CPPFLAGS=-Df2cFortran
CC=gcc
CFLAGS=-O
FC=g77 FFLAGS=-O
FreeBSD 4.8
Rick Grubin reports that the following worked
on his FreeBSD 4.8 system:
CC=gcc # v3.3
FC=g77 # v3.3
CXX=g++ # v3.3
F90=""
CFLAGS=-O
FFLAGS=-O
CXXFLAGS=-O
CPPFLAGS=-Df2cFortran
This page was prepared by Steve Emmerson.
Questions or comments can be sent to <plaza@unidata.ucar.edu>.