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.
Paul, > To: address@hidden > cc: address@hidden > From: Paul Della-Marta <address@hidden> > Subject: Udunits install on Linux Suse 8.2 - Solution > Organization: University of Bern > Keywords: 200402030902.i1392Zp1024285 UDUNITS SuSE Linux The above message contained the following: > I thought I would let you know that I had some troubles installing > Udunits on my Linux machine operating Suse 8.2 and below is the > solution. Without adding the LD_MATH flag the final compile line of > udunits cannot find the intrinsic functions POW and LOG10. > > tar xvfz udunits.tar.Z > cd udunits-1.12.1/src > > export FC=g77 > export CPPFLAGS=-Df2cFortran > export CC=gcc > export CXX=g++ > export LD_MATH=-lm > > ./configure > make > make install Thanks for reporting this. I wonder why the configure script didn't add the "-lm" option to the LD_MATH variable? Would you please send me the files "configure.log" and "config.log", which should be in your top-level source directory and which are described near the end of the file INSTALL. > Regards, > Paul > _____________________________________________________ > > Paul Della-Marta > PhD Student +41 (0)31 6318868 phone > Meteorology and Climatology +41 (0)31 6318511 fax > Physical Geography > University of Bern > Hallerstrasse 12, CH-3012 Bern > Switzerland Regards, Steve Emmerson