Release 2002 ^^^^^^^^^^^^^^ Last update: 13 November 2002 For details: http://cern.ch/cernlib/news/cernlib.news2002.html Installation Notes ---------------------------------------------------------------------- This is a 32 bit version for Dec Alpha OSF/1. The installation has been made using "OSF1 V4.0 1229 alpha" and compilers f77: Digital Fortran 77 V5.1-156 cc: Digital UNIX Compiler Driver 3.11 The version info was obtained by : f77: f77 -V -c y.f ; view y.l cc: cc -V -c x.c | tail -1 This release uses "industry standard" tools -- imake, gmake, makedepend and cpp (C preprocessor). Compiler options used: In general: f77 -c -O -fpe4 -shared -automatic -DCERNLIB_QMVAOS -DCERNLIB_DECS -DCERNLIB_UNIX cc -c -O -shared -DCERNLIB_QMVAOS -DCERNLIB_DECS -DCERNLIB_UNIX However, many of the monte carlo libraries do not use the -automatic; Also compilation options differ for some other packages and individual routines; all details are documented in the Imakefiles. In particular, geant321 uses the additional flag -DCERNLIB_BLDLIB and to link pawX11 or paw++ add the options -D 40000000 -T 20000000 -taso Stdhep is v5_01. If you want to rebuild some parts please consult the README file for the sources, e.g. asisftp:/cernlib/share/pro/tar/README, or the installation guide available at http://wwwinfo.cern.ch/asd/install/Welcome.html ----------------------------------------------------------------- Downloading and Installing the tar files on your machine ----------------------------------------------------------------- See the README.cernlib in the top level directory. In short, you should "get" the files in binary mode into a temporary directory. Use plitar as available from this directory to unpack the files. The contents of each compressed tar file is documented in the corresponding .contents file; e.g. for the cernlib.tar.gz, you should check the file cernlib.contents. All files with names ending in .gz have been compressed using gzip. The gzip utilities gzip/gunzip/zcat are available in this directory both as normal files and as a tar file. If you do not have gzip please take this tar file and untar it prior to using plitar.