make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/m4'
make[1]: Nothing to be done for `R'.
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/m4'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/tools'
make[1]: Nothing to be done for `R'.
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/tools'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc/html'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc/html/search'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc/html/search'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc/html'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc/manual'
make[2]: Nothing to be done for `R'.
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc/manual'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/etc'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/etc'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/share'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/share'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/src'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/scripts'
creating src/scripts/R.fe
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/scripts'
mkdir -p -- ../../bin
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/scripts'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/scripts'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/include'
mkdir -p -- ../../include
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/include/R_ext'
mkdir -p -- ../../../include/R_ext
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/include/R_ext'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/include'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/blas'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/blas'
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c blas.f -o blas.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c cmplxblas.f -o cmplxblas.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o libRblas.so blas.o  cmplxblas.o -lgfortran -lm # xerbla.o
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/blas'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/blas'
mkdir -p -- /home/znmeb/Packages/R-2.8.1/lib
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/blas'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/blas'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/bzip2'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/bzip2'
making blocksort.d from blocksort.c
making bzlib.d from bzlib.c
making bzcompress.d from bzcompress.c
making crctable.d from crctable.c
making decompress.d from decompress.c
making huffman.d from huffman.c
making randtable.d from randtable.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/bzip2'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/bzip2'
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c blocksort.c -o blocksort.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bzlib.c -o bzlib.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bzcompress.c -o bzcompress.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c crctable.c -o crctable.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c decompress.c -o decompress.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c huffman.c -o huffman.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c randtable.c -o randtable.o
rm -f libbz2.a
ar cr libbz2.a blocksort.o bzlib.o bzcompress.o crctable.o decompress.o huffman.o randtable.o
ranlib libbz2.a
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/bzip2'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/bzip2'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/pcre'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/pcre'
making pcre_chartables.d from pcre_chartables.c
making pcre_compile.d from pcre_compile.c
making pcre_config.d from pcre_config.c
making pcre_exec.d from pcre_exec.c
making pcre_fullinfo.d from pcre_fullinfo.c
making pcre_get.d from pcre_get.c
making pcre_globals.d from pcre_globals.c
making pcre_info.d from pcre_info.c
making pcre_maketables.d from pcre_maketables.c
making pcre_newline.d from pcre_newline.c
making pcre_ord2utf8.d from pcre_ord2utf8.c
making pcre_refcount.d from pcre_refcount.c
making pcre_study.d from pcre_study.c
making pcre_tables.d from pcre_tables.c
making pcre_try_flipped.d from pcre_try_flipped.c
making pcre_ucd.d from pcre_ucd.c
making pcre_valid_utf8.d from pcre_valid_utf8.c
making pcre_version.d from pcre_version.c
making pcre_xclass.d from pcre_xclass.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/pcre'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/pcre'
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_chartables.c -o pcre_chartables.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_compile.c -o pcre_compile.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_config.c -o pcre_config.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_exec.c -o pcre_exec.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_fullinfo.c -o pcre_fullinfo.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_get.c -o pcre_get.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_globals.c -o pcre_globals.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_info.c -o pcre_info.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_maketables.c -o pcre_maketables.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_newline.c -o pcre_newline.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_ord2utf8.c -o pcre_ord2utf8.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_refcount.c -o pcre_refcount.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_study.c -o pcre_study.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_tables.c -o pcre_tables.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_try_flipped.c -o pcre_try_flipped.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_ucd.c -o pcre_ucd.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_valid_utf8.c -o pcre_valid_utf8.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_version.c -o pcre_version.o
gcc -std=gnu99 -I. -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre_xclass.c -o pcre_xclass.o
rm -f libpcre.a
ar cr libpcre.a pcre_chartables.o pcre_compile.o pcre_config.o pcre_exec.o pcre_fullinfo.o pcre_get.o pcre_globals.o pcre_info.o pcre_maketables.o pcre_newline.o pcre_ord2utf8.o pcre_refcount.o pcre_study.o pcre_tables.o pcre_try_flipped.o pcre_ucd.o pcre_valid_utf8.o pcre_version.o pcre_xclass.o
ranlib libpcre.a
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/pcre'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/pcre'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/zlib'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/zlib'
making adler32.d from adler32.c
making compress.d from compress.c
making crc32.d from crc32.c
making deflate.d from deflate.c
making gzio.d from gzio.c
making infback.d from infback.c
making inffast.d from inffast.c
making inflate.d from inflate.c
making inftrees.d from inftrees.c
making trees.d from trees.c
making uncompr.d from uncompr.c
making zutil.d from zutil.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/zlib'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/extra/zlib'
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c adler32.c -o adler32.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c compress.c -o compress.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c crc32.c -o crc32.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c deflate.c -o deflate.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gzio.c -o gzio.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c infback.c -o infback.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c inffast.c -o inffast.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c inflate.c -o inflate.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c inftrees.c -o inftrees.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c trees.c -o trees.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c uncompr.c -o uncompr.o
gcc -std=gnu99 -I.  -DUSE_MMAP -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c zutil.c -o zutil.o
rm -f libz.a
ar cr libz.a adler32.o compress.o crc32.o deflate.o gzio.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
ranlib libz.a
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/zlib'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra/zlib'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/extra'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/appl'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/appl'
making bakslv.d from bakslv.c
making binning.d from binning.c
making cpoly.d from cpoly.c
making cumsum.d from cumsum.c
making fft.d from fft.c
making fmin.d from fmin.c
making integrate.d from integrate.c
making interv.d from interv.c
making lbfgsb.d from lbfgsb.c
making machar.d from machar.c
making maxcol.d from maxcol.c
making pretty.d from pretty.c
making rcont.d from rcont.c
making rowsum.d from rowsum.c
making stem.d from stem.c
making strsignif.d from strsignif.c
making tabulate.d from tabulate.c
making uncmin.d from uncmin.c
making zeroin.d from zeroin.c
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/appl'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/appl'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bakslv.c -o bakslv.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c binning.c -o binning.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c cpoly.c -o cpoly.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c cumsum.c -o cumsum.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fft.c -o fft.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fmin.c -o fmin.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c integrate.c -o integrate.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c interv.c -o interv.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c lbfgsb.c -o lbfgsb.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c machar.c -o machar.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c maxcol.c -o maxcol.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pretty.c -o pretty.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rcont.c -o rcont.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rowsum.c -o rowsum.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c stem.c -o stem.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c strsignif.c -o strsignif.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c tabulate.c -o tabulate.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c uncmin.c -o uncmin.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c zeroin.c -o zeroin.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c ch2inv.f -o ch2inv.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c chol.f -o chol.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dchdc.f -o dchdc.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dpbfa.f -o dpbfa.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dpbsl.f -o dpbsl.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dpoco.f -o dpoco.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dpodi.f -o dpodi.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dpofa.f -o dpofa.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dposl.f -o dposl.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dqrdc.f -o dqrdc.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dqrdc2.f -o dqrdc2.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dqrls.f -o dqrls.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dqrsl.f -o dqrsl.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dqrutl.f -o dqrutl.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dsvdc.f -o dsvdc.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dtrco.f -o dtrco.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c dtrsl.f -o dtrsl.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c eigen.f -o eigen.o
rm -f libappl.a
ar cr libappl.a bakslv.o binning.o cpoly.o cumsum.o fft.o fmin.o integrate.o interv.o lbfgsb.o machar.o maxcol.o pretty.o rcont.o rowsum.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dchdc.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o 
ranlib libappl.a
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/appl'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/appl'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/nmath'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/nmath'
making mlutils.d from mlutils.c
making d1mach.d from d1mach.c
making i1mach.d from i1mach.c
making fmax2.d from fmax2.c
making fmin2.d from fmin2.c
making fprec.d from fprec.c
making fround.d from fround.c
making ftrunc.d from ftrunc.c
making sign.d from sign.c
making fsign.d from fsign.c
making imax2.d from imax2.c
making imin2.d from imin2.c
making chebyshev.d from chebyshev.c
making log1p.d from log1p.c
making expm1.d from expm1.c
making lgammacor.d from lgammacor.c
making gammalims.d from gammalims.c
making stirlerr.d from stirlerr.c
making bd0.d from bd0.c
making gamma.d from gamma.c
making lgamma.d from lgamma.c
making gamma_cody.d from gamma_cody.c
making beta.d from beta.c
making lbeta.d from lbeta.c
making polygamma.d from polygamma.c
making bessel_i.d from bessel_i.c
making bessel_j.d from bessel_j.c
making bessel_k.d from bessel_k.c
making bessel_y.d from bessel_y.c
making choose.d from choose.c
making snorm.d from snorm.c
making sexp.d from sexp.c
making dgamma.d from dgamma.c
making pgamma.d from pgamma.c
making qgamma.d from qgamma.c
making rgamma.d from rgamma.c
making dbeta.d from dbeta.c
making pbeta.d from pbeta.c
making qbeta.d from qbeta.c
making rbeta.d from rbeta.c
making dunif.d from dunif.c
making punif.d from punif.c
making qunif.d from qunif.c
making runif.d from runif.c
making dnorm.d from dnorm.c
making pnorm.d from pnorm.c
making qnorm.d from qnorm.c
making rnorm.d from rnorm.c
making dlnorm.d from dlnorm.c
making plnorm.d from plnorm.c
making qlnorm.d from qlnorm.c
making rlnorm.d from rlnorm.c
making df.d from df.c
making pf.d from pf.c
making qf.d from qf.c
making rf.d from rf.c
making dnf.d from dnf.c
making dt.d from dt.c
making pt.d from pt.c
making qt.d from qt.c
making rt.d from rt.c
making dnt.d from dnt.c
making dchisq.d from dchisq.c
making pchisq.d from pchisq.c
making qchisq.d from qchisq.c
making rchisq.d from rchisq.c
making rnchisq.d from rnchisq.c
making dbinom.d from dbinom.c
making pbinom.d from pbinom.c
making qbinom.d from qbinom.c
making rbinom.d from rbinom.c
making rmultinom.d from rmultinom.c
making dcauchy.d from dcauchy.c
making pcauchy.d from pcauchy.c
making qcauchy.d from qcauchy.c
making rcauchy.d from rcauchy.c
making dexp.d from dexp.c
making pexp.d from pexp.c
making qexp.d from qexp.c
making rexp.d from rexp.c
making dgeom.d from dgeom.c
making pgeom.d from pgeom.c
making qgeom.d from qgeom.c
making rgeom.d from rgeom.c
making dhyper.d from dhyper.c
making phyper.d from phyper.c
making qhyper.d from qhyper.c
making rhyper.d from rhyper.c
making dnbinom.d from dnbinom.c
making pnbinom.d from pnbinom.c
making qnbinom.d from qnbinom.c
making rnbinom.d from rnbinom.c
making dpois.d from dpois.c
making ppois.d from ppois.c
making qpois.d from qpois.c
making rpois.d from rpois.c
making dweibull.d from dweibull.c
making pweibull.d from pweibull.c
making qweibull.d from qweibull.c
making rweibull.d from rweibull.c
making dlogis.d from dlogis.c
making plogis.d from plogis.c
making qlogis.d from qlogis.c
making rlogis.d from rlogis.c
making dnchisq.d from dnchisq.c
making pnchisq.d from pnchisq.c
making qnchisq.d from qnchisq.c
making dnbeta.d from dnbeta.c
making pnbeta.d from pnbeta.c
making qnbeta.d from qnbeta.c
making pnf.d from pnf.c
making pnt.d from pnt.c
making qnf.d from qnf.c
making qnt.d from qnt.c
making ptukey.d from ptukey.c
making qtukey.d from qtukey.c
making toms708.d from toms708.c
making wilcox.d from wilcox.c
making signrank.d from signrank.c
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/nmath'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/nmath'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c mlutils.c -o mlutils.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c d1mach.c -o d1mach.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c i1mach.c -o i1mach.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fmax2.c -o fmax2.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fmin2.c -o fmin2.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fprec.c -o fprec.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fround.c -o fround.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c ftrunc.c -o ftrunc.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sign.c -o sign.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fsign.c -o fsign.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c imax2.c -o imax2.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c imin2.c -o imin2.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c chebyshev.c -o chebyshev.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c log1p.c -o log1p.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c expm1.c -o expm1.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c lgammacor.c -o lgammacor.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gammalims.c -o gammalims.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c stirlerr.c -o stirlerr.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bd0.c -o bd0.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gamma.c -o gamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c lgamma.c -o lgamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gamma_cody.c -o gamma_cody.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c beta.c -o beta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c lbeta.c -o lbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c polygamma.c -o polygamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bessel_i.c -o bessel_i.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bessel_j.c -o bessel_j.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bessel_k.c -o bessel_k.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bessel_y.c -o bessel_y.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c choose.c -o choose.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c snorm.c -o snorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sexp.c -o sexp.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dgamma.c -o dgamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pgamma.c -o pgamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qgamma.c -o qgamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rgamma.c -o rgamma.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dbeta.c -o dbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pbeta.c -o pbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qbeta.c -o qbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rbeta.c -o rbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dunif.c -o dunif.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c punif.c -o punif.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qunif.c -o qunif.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c runif.c -o runif.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dnorm.c -o dnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pnorm.c -o pnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qnorm.c -o qnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rnorm.c -o rnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlnorm.c -o dlnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c plnorm.c -o plnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qlnorm.c -o qlnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rlnorm.c -o rlnorm.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c df.c -o df.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pf.c -o pf.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qf.c -o qf.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rf.c -o rf.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dnf.c -o dnf.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dt.c -o dt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pt.c -o pt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qt.c -o qt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rt.c -o rt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dnt.c -o dnt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dchisq.c -o dchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pchisq.c -o pchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qchisq.c -o qchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rchisq.c -o rchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rnchisq.c -o rnchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dbinom.c -o dbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pbinom.c -o pbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qbinom.c -o qbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rbinom.c -o rbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rmultinom.c -o rmultinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dcauchy.c -o dcauchy.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcauchy.c -o pcauchy.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qcauchy.c -o qcauchy.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rcauchy.c -o rcauchy.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dexp.c -o dexp.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pexp.c -o pexp.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qexp.c -o qexp.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rexp.c -o rexp.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dgeom.c -o dgeom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pgeom.c -o pgeom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qgeom.c -o qgeom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rgeom.c -o rgeom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dhyper.c -o dhyper.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c phyper.c -o phyper.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qhyper.c -o qhyper.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rhyper.c -o rhyper.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dnbinom.c -o dnbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pnbinom.c -o pnbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qnbinom.c -o qnbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rnbinom.c -o rnbinom.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dpois.c -o dpois.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c ppois.c -o ppois.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qpois.c -o qpois.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rpois.c -o rpois.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dweibull.c -o dweibull.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pweibull.c -o pweibull.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qweibull.c -o qweibull.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rweibull.c -o rweibull.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlogis.c -o dlogis.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c plogis.c -o plogis.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qlogis.c -o qlogis.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rlogis.c -o rlogis.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dnchisq.c -o dnchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pnchisq.c -o pnchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qnchisq.c -o qnchisq.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dnbeta.c -o dnbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pnbeta.c -o pnbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qnbeta.c -o qnbeta.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pnf.c -o pnf.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pnt.c -o pnt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qnf.c -o qnf.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qnt.c -o qnt.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c ptukey.c -o ptukey.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qtukey.c -o qtukey.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c toms708.c -o toms708.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c wilcox.c -o wilcox.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c signrank.c -o signrank.o
rm -rf libnmath.a
ar cr libnmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fprec.o fround.o ftrunc.o sign.o fsign.o imax2.o imin2.o chebyshev.o log1p.o expm1.o lgammacor.o gammalims.o stirlerr.o bd0.o gamma.o lgamma.o gamma_cody.o beta.o lbeta.o polygamma.o bessel_i.o bessel_j.o bessel_k.o bessel_y.o choose.o snorm.o sexp.o dgamma.o pgamma.o qgamma.o rgamma.o dbeta.o pbeta.o qbeta.o rbeta.o dunif.o punif.o qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o
ranlib libnmath.a
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/nmath'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/nmath'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/unix'
config.status: creating src/unix/Makefile
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/unix'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/unix'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/unix'
making dynload.d from dynload.c
making edit.d from edit.c
making stubs.d from stubs.c
making system.d from system.c
making sys-unix.d from sys-unix.c
making sys-std.d from sys-std.c
making X11.d from X11.c
making aqua.d from aqua.c
making Rembedded.d from Rembedded.c
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/unix'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/unix'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dynload.c -o dynload.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c edit.c -o edit.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c stubs.c -o stubs.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c system.c -o system.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sys-unix.c -o sys-unix.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sys-std.c -o sys-std.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c X11.c -o X11.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c aqua.c -o aqua.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c Rembedded.c -o Rembedded.o
rm -rf libunix.a
ar cr libunix.a dynload.o edit.o stubs.o system.o sys-unix.o sys-std.o X11.o aqua.o Rembedded.o
ranlib libunix.a
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/unix'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/unix'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include  -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -DR_HOME='"/home/znmeb/Packages/R-2.8.1"' -o Rscript \
	  ./Rscript.c
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/unix'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/unix'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/main'
config.status: creating src/main/Makefile
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/main'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/main'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/main'
making CConverters.d from CConverters.c
making CommandLineArgs.d from CommandLineArgs.c
making Rdynload.d from Rdynload.c
making Renviron.d from Renviron.c
making RNG.d from RNG.c
making apply.d from apply.c
making apse.d from apse.c
making arithmetic.d from arithmetic.c
making array.d from array.c
making attrib.d from attrib.c
making base.d from base.c
making bind.d from bind.c
making builtin.d from builtin.c
making character.d from character.c
making coerce.d from coerce.c
making colors.d from colors.c
making complex.d from complex.c
making connections.d from connections.c
making context.d from context.c
making cov.d from cov.c
making cum.d from cum.c
making dcf.d from dcf.c
making datetime.d from datetime.c
making debug.d from debug.c
making deparse.d from deparse.c
making deriv.d from deriv.c
making devices.d from devices.c
making dotcode.d from dotcode.c
making dounzip.d from dounzip.c
making dstruct.d from dstruct.c
making duplicate.d from duplicate.c
making engine.d from engine.c
making envir.d from envir.c
making errors.d from errors.c
making eval.d from eval.c
making format.d from format.c
making fourier.d from fourier.c
making gevents.d from gevents.c
making gram.d from gram.c
making gram-ex.d from gram-ex.c
making graphics.d from graphics.c
making identical.d from identical.c
making inlined.d from inlined.c
making internet.d from internet.c
making iosupport.d from iosupport.c
making lapack.d from lapack.c
making list.d from list.c
making localecharset.d from localecharset.c
making logic.d from logic.c
making main.d from main.c
making mapply.d from mapply.c
making match.d from match.c
making memory.d from memory.c
making model.d from model.c
making names.d from names.c
making objects.d from objects.c
making optim.d from optim.c
making optimize.d from optimize.c
making options.d from options.c
making par.d from par.c
making paste.d from paste.c
making pcre.d from pcre.c
making platform.d from platform.c
making plot.d from plot.c
making plot3d.d from plot3d.c
making plotmath.d from plotmath.c
making print.d from print.c
making printarray.d from printarray.c
making printvector.d from printvector.c
making printutils.d from printutils.c
making qsort.d from qsort.c
making random.d from random.c
making regex.d from regex.c
making registration.d from registration.c
making relop.d from relop.c
making rlocale.d from rlocale.c
making saveload.d from saveload.c
making scan.d from scan.c
making seq.d from seq.c
making serialize.d from serialize.c
making size.d from size.c
making sort.d from sort.c
making source.d from source.c
making split.d from split.c
making sprintf.d from sprintf.c
making startup.d from startup.c
making subassign.d from subassign.c
making subscript.d from subscript.c
making subset.d from subset.c
making summary.d from summary.c
making sysutils.d from sysutils.c
making unique.d from unique.c
making util.d from util.c
making version.d from version.c
making vfonts.d from vfonts.c
making Rmain.d from Rmain.c
making alloca.d from alloca.c
making acosh.d from acosh.c
making asinh.d from asinh.c
making atanh.d from atanh.c
making mkdtemp.d from mkdtemp.c
making snprintf.d from snprintf.c
making strdup.d from strdup.c
making strncasecmp.d from strncasecmp.c
making vsnprintf.d from vsnprintf.c
making xspline.d from xspline.c
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/main'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/main'
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c Rmain.c -o Rmain.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c CConverters.c -o CConverters.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c CommandLineArgs.c -o CommandLineArgs.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c Rdynload.c -o Rdynload.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c Renviron.c -o Renviron.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c RNG.c -o RNG.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c apply.c -o apply.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c apse.c -o apse.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c arithmetic.c -o arithmetic.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c array.c -o array.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c attrib.c -o attrib.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c base.c -o base.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c bind.c -o bind.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c builtin.c -o builtin.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c character.c -o character.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c coerce.c -o coerce.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c colors.c -o colors.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c complex.c -o complex.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c connections.c -o connections.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c context.c -o context.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c cov.c -o cov.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c cum.c -o cum.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dcf.c -o dcf.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c datetime.c -o datetime.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c debug.c -o debug.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c deparse.c -o deparse.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c deriv.c -o deriv.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c devices.c -o devices.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dotcode.c -o dotcode.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dounzip.c -o dounzip.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c dstruct.c -o dstruct.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c duplicate.c -o duplicate.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c engine.c -o engine.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c envir.c -o envir.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c errors.c -o errors.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c eval.c -o eval.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c format.c -o format.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c fourier.c -o fourier.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gevents.c -o gevents.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gram.c -o gram.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c gram-ex.c -o gram-ex.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c graphics.c -o graphics.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c identical.c -o identical.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c inlined.c -o inlined.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c internet.c -o internet.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c iosupport.c -o iosupport.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c lapack.c -o lapack.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c list.c -o list.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c localecharset.c -o localecharset.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c logic.c -o logic.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c main.c -o main.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c mapply.c -o mapply.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c match.c -o match.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c memory.c -o memory.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c model.c -o model.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c names.c -o names.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c objects.c -o objects.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c optim.c -o optim.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c optimize.c -o optimize.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c options.c -o options.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c par.c -o par.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c paste.c -o paste.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c pcre.c -o pcre.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c platform.c -o platform.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c plot.c -o plot.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c plot3d.c -o plot3d.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c plotmath.c -o plotmath.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c print.c -o print.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c printarray.c -o printarray.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c printvector.c -o printvector.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c printutils.c -o printutils.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c qsort.c -o qsort.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c random.c -o random.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c regex.c -o regex.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c registration.c -o registration.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c relop.c -o relop.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c rlocale.c -o rlocale.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c saveload.c -o saveload.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c scan.c -o scan.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c seq.c -o seq.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c serialize.c -o serialize.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c size.c -o size.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sort.c -o sort.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c source.c -o source.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c split.c -o split.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sprintf.c -o sprintf.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c startup.c -o startup.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c subassign.c -o subassign.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c subscript.c -o subscript.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c subset.c -o subset.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c summary.c -o summary.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c sysutils.c -o sysutils.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c unique.c -o unique.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c util.c -o util.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c version.c -o version.o
gcc -std=gnu99 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre  -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H    -O3 -march=athlon64 -mtune=athlon64 -pipe -c vfonts.c -o vfonts.o
gfortran   -O3 -march=athlon64 -mtune=athlon64 -pipe -c xxxpr.f -o xxxpr.o
ar cr libR.a CConverters.o CommandLineArgs.o Rdynload.o Renviron.o RNG.o apply.o apse.o arithmetic.o array.o attrib.o base.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum.o dcf.o datetime.o debug.o deparse.o deriv.o devices.o dotcode.o dounzip.o dstruct.o duplicate.o engine.o envir.o errors.o eval.o format.o fourier.o gevents.o gram.o gram-ex.o graphics.o identical.o inlined.o internet.o iosupport.o lapack.o list.o localecharset.o logic.o main.o mapply.o match.o memory.o model.o names.o objects.o optim.o optimize.o options.o par.o paste.o pcre.o platform.o plot.o plot3d.o plotmath.o print.o printarray.o printvector.o printutils.o qsort.o random.o regex.o registration.o relop.o rlocale.o saveload.o scan.o seq.o serialize.o size.o sort.o source.o split.o sprintf.o startup.o subassign.o subscript.o subset.o summary.o sysutils.o unique.o util.o version.o vfonts.o xxxpr.o   libs/*o
ranlib libR.a
gcc -std=gnu99 -Wl,--export-dynamic -L/usr/local/lib64 -o R.bin Rmain.o libR.a -L../../lib -lRblas -lgfortran -lm   -lreadline  -ldl -lm
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/main'
mkdir -p -- /home/znmeb/Packages/R-2.8.1/bin/exec
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/main'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/main'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/main'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
making dataentry.d from dataentry.c
making devX11.d from devX11.c
making rotated.d from rotated.c
making rbitmap.d from rbitmap.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include  -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dataentry.c -o dataentry.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include  -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c devX11.c -o devX11.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include  -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rotated.c -o rotated.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include  -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rbitmap.c -o rbitmap.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o R_X11.so dataentry.o devX11.o rotated.o rbitmap.o -lSM -lICE -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lX11 -lpng12 -lz -lcairo   -L/usr/lib64 -lX11 -lXt -lXmu  -ljpeg -lpng -lz -ltiff  -lm 
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
mkdir -p -- /home/znmeb/Packages/R-2.8.1/modules
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/X11'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
making Rsock.d from Rsock.c
making internet.d from internet.c
making nanoftp.d from nanoftp.c
making nanohttp.d from nanohttp.c
making sock.d from sock.c
making sockconn.d from sockconn.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -fvisibility=hidden -c Rsock.c -o Rsock.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -fvisibility=hidden -c internet.c -o internet.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -fvisibility=hidden -c nanoftp.c -o nanoftp.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -fvisibility=hidden -c nanohttp.c -o nanohttp.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -fvisibility=hidden -c sock.c -o sock.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -fvisibility=hidden -c sockconn.c -o sockconn.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o internet.so Rsock.o internet.o nanoftp.o nanohttp.o sock.o sockconn.o  
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/internet'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
making Lapack.d from Lapack.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
gfortran -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -ffloat-store -c dlamch.f -o dlamch.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlapack0.f -o dlapack0.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlapack1.f -o dlapack1.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlapack2.f -o dlapack2.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlapack3.f -o dlapack3.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dlapack4.f -o dlapack4.o
gfortran  -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c cmplx.f -o cmplx.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o libRlapack.so dlamch.o dlapack0.o dlapack1.o dlapack2.o dlapack3.o dlapack4.o cmplx.o  -L../../../lib -lRblas 
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c Lapack.c -o Lapack.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o lapack.so  Lapack.o    -L../../../lib -lRlapack -L../../../lib -lRblas -lgfortran -lm
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
/home/znmeb/Packages/R-2.8.1/lib/libRlapack.so is unchanged
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/lapack'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
making g_alab_her.d from g_alab_her.c
making g_cntrlify.d from g_cntrlify.c
making g_fontdb.d from g_fontdb.c
making g_her_glyph.d from g_her_glyph.c
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c g_alab_her.c -o g_alab_her.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c g_cntrlify.c -o g_cntrlify.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c g_fontdb.c -o g_fontdb.o
gcc -std=gnu99 -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c g_her_glyph.c -o g_her_glyph.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o vfonts.so g_alab_her.o g_cntrlify.o g_fontdb.o g_her_glyph.o  -lm 
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules/vfonts'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/modules'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library'
mkdir -p -- ../../library
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/profile'
building system startup profile
mkdir -p -- ../../../library/base/R
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/profile'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/base'
building package 'base'
mkdir -p -- ../../../library/base/demo
mkdir -p -- ../../../library/base/po
mkdir -p -- ../../../library/base/man
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/base'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tools'
building package 'tools'
mkdir -p -- ../../../library/tools/R
mkdir -p -- ../../../library/tools/po
mkdir -p -- ../../../library/tools/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tools/src'
making text.d from text.c
making init.d from init.c
making Rmd5.d from Rmd5.c
making md5.d from md5.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tools/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tools/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tools/src'
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c text.c -o text.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c Rmd5.c -o Rmd5.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c md5.c -o md5.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o tools.so text.o init.o Rmd5.o md5.o    
mkdir -p -- ../../../../library/tools/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tools/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tools/src'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tools'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/utils'
building package 'utils'
mkdir -p -- ../../../library/utils/R
mkdir -p -- ../../../library/utils/po
mkdir -p -- ../../../library/utils/Sweave
mkdir -p -- ../../../library/utils/misc
mkdir -p -- ../../../library/utils/man
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/utils'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices'
building package 'grDevices'
mkdir -p -- ../../../library/grDevices/R
mkdir -p -- ../../../library/grDevices/po
mkdir -p -- ../../../library/grDevices/afm
mkdir -p -- ../../../library/grDevices/enc
mkdir -p -- ../../../library/grDevices/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices/src'
making chull.d from chull.c
making devNull.d from devNull.c
making devPicTeX.d from devPicTeX.c
making devPS.d from devPS.c
making devQuartz.d from devQuartz.c
making init.d from init.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices/src'
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c chull.c -o chull.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c devNull.c -o devNull.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c devPicTeX.c -o devPicTeX.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c devPS.c -o devPS.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c devQuartz.c -o devQuartz.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o    
mkdir -p -- ../../../../library/grDevices/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices/src'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grDevices'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/graphics'
building package 'graphics'
mkdir -p -- ../../../library/graphics/R
mkdir -p -- ../../../library/graphics/demo
mkdir -p -- ../../../library/graphics/po
mkdir -p -- ../../../library/graphics/man
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/graphics'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/stats'
building package 'stats'
mkdir -p -- ../../../library/stats/R
mkdir -p -- ../../../library/stats/demo
mkdir -p -- ../../../library/stats/po
mkdir -p -- ../../../library/stats/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/stats/src'
making init.d from init.c
making kmeans.d from kmeans.c
making ansari.d from ansari.c
making bandwidths.d from bandwidths.c
making chisqsim.d from chisqsim.c
making d2x2xk.d from d2x2xk.c
making fexact.d from fexact.c
making kendall.d from kendall.c
making ks.d from ks.c
making line.d from line.c
making smooth.d from smooth.c
making prho.d from prho.c
making swilk.d from swilk.c
making ksmooth.d from ksmooth.c
making loessc.d from loessc.c
making isoreg.d from isoreg.c
making Srunmed.d from Srunmed.c
making Trunmed.d from Trunmed.c
making dblcen.d from dblcen.c
making distance.d from distance.c
making hclust-utils.d from hclust-utils.c
making nls.d from nls.c
making HoltWinters.d from HoltWinters.c
making PPsum.d from PPsum.c
making arima.d from arima.c
making burg.d from burg.c
making filter.d from filter.c
making mAR.d from mAR.c
making pacf.d from pacf.c
making starma.d from starma.c
making port.d from port.c
making family.d from family.c
making sbart.d from sbart.c
making approx.d from approx.c
making loglin.d from loglin.c
making lowess.d from lowess.c
making massdist.d from massdist.c
making splines.d from splines.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/stats/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/stats/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/stats/src'
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c kmeans.c -o kmeans.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c ansari.c -o ansari.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c bandwidths.c -o bandwidths.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c chisqsim.c -o chisqsim.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c d2x2xk.c -o d2x2xk.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c fexact.c -o fexact.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c kendall.c -o kendall.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c ks.c -o ks.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c line.c -o line.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c smooth.c -o smooth.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c prho.c -o prho.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c swilk.c -o swilk.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c ksmooth.c -o ksmooth.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c loessc.c -o loessc.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c isoreg.c -o isoreg.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c Srunmed.c -o Srunmed.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c Trunmed.c -o Trunmed.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dblcen.c -o dblcen.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c distance.c -o distance.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c hclust-utils.c -o hclust-utils.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nls.c -o nls.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c HoltWinters.c -o HoltWinters.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c PPsum.c -o PPsum.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c arima.c -o arima.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c burg.c -o burg.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c filter.c -o filter.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c mAR.c -o mAR.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pacf.c -o pacf.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c starma.c -o starma.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c port.c -o port.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c family.c -o family.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sbart.c -o sbart.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c approx.c -o approx.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c loglin.c -o loglin.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c lowess.c -o lowess.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c massdist.c -o massdist.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c splines.c -o splines.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c bsplvd.f -o bsplvd.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c bvalue.f -o bvalue.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c bvalus.f -o bvalus.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c loessf.f -o loessf.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c ppr.f -o ppr.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c qsbart.f -o qsbart.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sgram.f -o sgram.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sinerp.f -o sinerp.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sslvrg.f -o sslvrg.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c stxwx.f -o stxwx.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c hclust.f -o hclust.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c kmns.f -o kmns.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c eureka.f -o eureka.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c stl.f -o stl.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c portsrc.f -o portsrc.o
gfortran  -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c lminfl.f -o lminfl.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o stats.so init.o kmeans.o ansari.o bandwidths.o chisqsim.o d2x2xk.o fexact.o kendall.o ks.o line.o smooth.o prho.o swilk.o ksmooth.o loessc.o isoreg.o Srunmed.o Trunmed.o dblcen.o distance.o hclust-utils.o nls.o HoltWinters.o PPsum.o arima.o burg.o filter.o mAR.o pacf.o starma.o port.o family.o sbart.o approx.o loglin.o lowess.o massdist.o splines.o bsplvd.o bvalue.o bvalus.o loessf.o ppr.o qsbart.o sgram.o sinerp.o sslvrg.o stxwx.o hclust.o kmns.o eureka.o stl.o portsrc.o lminfl.o -L../../../../lib -lRblas  -lgfortran -lm  
mkdir -p -- ../../../../library/stats/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/stats/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/stats/src'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/stats'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/datasets'
building package 'datasets'
mkdir -p -- ../../../library/datasets/R
mkdir -p -- ../../../library/datasets/data
mkdir -p -- ../../../library/datasets/man
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/datasets'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/methods'
building package 'methods'
mkdir -p -- ../../../library/methods/R
mkdir -p -- ../../../library/methods/po
mkdir -p -- ../../../library/methods/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/methods/src'
making do_substitute_direct.d from do_substitute_direct.c
making init.d from init.c
making methods_list_dispatch.d from methods_list_dispatch.c
making slot.d from slot.c
making class_support.d from class_support.c
making tests.d from tests.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/methods/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/methods/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/methods/src'
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c do_substitute_direct.c -o do_substitute_direct.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c methods_list_dispatch.c -o methods_list_dispatch.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c slot.c -o slot.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c class_support.c -o class_support.o
gcc -std=gnu99 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c tests.c -o tests.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o methods.so do_substitute_direct.o init.o methods_list_dispatch.o slot.o class_support.o tests.o    
mkdir -p -- ../../../../library/methods/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/methods/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/methods/src'
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/methods'
dumping R code in package 'methods'
initializing class and method definitions ...done
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/methods'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/methods'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grid'
building package 'grid'
mkdir -p -- ../../../library/grid/R
mkdir -p -- ../../../library/grid/doc
mkdir -p -- ../../../library/grid/po
mkdir -p -- ../../../library/grid/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grid/src'
making gpar.d from gpar.c
making grid.d from grid.c
making just.d from just.c
making layout.d from layout.c
making matrix.d from matrix.c
making register.d from register.c
making state.d from state.c
making unit.d from unit.c
making util.d from util.c
making viewport.d from viewport.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grid/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grid/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/grid/src'
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c gpar.c -o gpar.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c grid.c -o grid.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c just.c -o just.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c layout.c -o layout.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c matrix.c -o matrix.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c register.c -o register.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c state.c -o state.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c unit.c -o unit.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c util.c -o util.o
gcc -std=gnu99 -I../../../../include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c viewport.c -o viewport.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o grid.so gpar.o grid.o just.o layout.o matrix.o register.o state.o unit.o util.o viewport.o    
mkdir -p -- ../../../../library/grid/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grid/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grid/src'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/grid'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/splines'
building package 'splines'
mkdir -p -- ../../../library/splines/R
mkdir -p -- ../../../library/splines/po
mkdir -p -- ../../../library/splines/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/splines/src'
making splines.d from splines.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/splines/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/splines/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/splines/src'
gcc -std=gnu99 -I../../../../include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c splines.c -o splines.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o splines.so splines.o    
mkdir -p -- ../../../../library/splines/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/splines/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/splines/src'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/splines'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/stats4'
building package 'stats4'
mkdir -p -- ../../../library/stats4/R
mkdir -p -- ../../../library/stats4/po
mkdir -p -- ../../../library/stats4/man
make Rfiles
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/stats4'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/stats4'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/stats4'
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk'
building package 'tcltk'
mkdir -p -- ../../../library/tcltk/R
mkdir -p -- ../../../library/tcltk/demo
mkdir -p -- ../../../library/tcltk/exec
mkdir -p -- ../../../library/tcltk/po
mkdir -p -- ../../../library/tcltk/man
make[4]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk/src'
making init.d from init.c
making tcltk.d from tcltk.c
making tcltk_unix.d from tcltk_unix.c
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk/src'
make[5]: `Makedeps' is up to date.
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk/src'
make[5]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk/src'
gcc -std=gnu99 -I../../../../include -I/usr/include -I/usr/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I../../../../include -I/usr/include -I/usr/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c tcltk.c -o tcltk.o
gcc -std=gnu99 -I../../../../include -I/usr/include -I/usr/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c tcltk_unix.c -o tcltk_unix.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o tcltk.so init.o tcltk.o tcltk_unix.o  -L/usr/lib64 -ltcl8.5 -L/usr/lib64 -ltk8.5 -L/usr/lib64 -lX11 -lXss -lXext -lm  
mkdir -p -- ../../../../library/tcltk/libs
make[5]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk/src'
make[4]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk/src'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/tcltk'
installing parsed NAMESPACE files
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/tests'
make[1]: Nothing to be done for `R'.
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/tests'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/po'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/po'
installing translations:
mkdir -p -- ../share/locale/en/LC_MESSAGES
  en
mkdir -p -- ../share/locale/en_GB/LC_MESSAGES
  en_GB
mkdir -p -- ../share/locale/es/LC_MESSAGES
  es
mkdir -p -- ../share/locale/fr/LC_MESSAGES
  fr
mkdir -p -- ../share/locale/de/LC_MESSAGES
  de
mkdir -p -- ../share/locale/it/LC_MESSAGES
  it
mkdir -p -- ../share/locale/ja/LC_MESSAGES
  ja
mkdir -p -- ../share/locale/ko/LC_MESSAGES
  ko
mkdir -p -- ../share/locale/pt_BR/LC_MESSAGES
  pt_BR
mkdir -p -- ../share/locale/ru/LC_MESSAGES
  ru
mkdir -p -- ../share/locale/zh_CN/LC_MESSAGES
  zh_CN
mkdir -p -- ../share/locale/zh_TW/LC_MESSAGES
  zh_TW
mkdir -p -- ../share/locale/en@quot/LC_MESSAGES
  en@quot
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/po'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/po'
you should 'make docs' now ...
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc/manual'
creating doc/manual/R-FAQ.html
creating doc/manual/version.texi
creating doc/manual/R-data.html
creating doc/manual/R-exts.html
creating doc/manual/R-intro.html
creating doc/manual/R-ints.html
creating doc/manual/R-lang.html
make[3]: Entering directory `/home/znmeb/Packages/R-2.8.1/doc/html'
make[3]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc/html'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc/manual'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/doc'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library'
building all R object docs (text, HTML, LaTeX, examples)
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library'
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library'
 >>> Building/Updating help pages for package 'base'
     Formats: text html latex example 
  Arithmetic                        text    html    latex   example
  AsIs                              text    html    latex
  Bessel                            text    html    latex   example
  Colon                             text    html    latex   example
  Comparison                        text    html    latex   example
  Constants                         text    html    latex   example
  Control                           text    html    latex   example
  Cstack_info                       text    html    latex   example
  DateTimeClasses                   text    html    latex   example
  Dates                             text    html    latex   example
  Defunct                           text    html    latex
  Deprecated                        text    html    latex
  Encoding                          text    html    latex   example
  EnvVar                            text    html    latex
  Extract                           text    html    latex   example
  Extract.data.frame                text    html    latex   example
  Extract.factor                    text    html    latex   example
  Extremes                          text    html    latex   example
  Foreign                           text    html    latex
  Hyperbolic                        text    html    latex
  Internal                          text    html    latex
  Last.value                        text    html    latex   example
  Log                               text    html    latex   example
  Logic                             text    html    latex   example
  Math                              text    html    latex   example
  Memory-limits                     text    html    latex
  Memory                            text    html    latex   example
  NA                                text    html    latex   example
  NULL                              text    html    latex   example
  NumericConstants                  text    html    latex   example
  Ops.Date                          text    html    latex   example
  Paren                             text    html    latex   example
  Platform                          text    html    latex   example
  Primitive                         text    html    latex   example
  Quotes                            text    html    latex
  Random-user                       text    html    latex   example
  Random                            text    html    latex   example
  RdUtils                           text    html    latex
  Recall                            text    html    latex   example
  Reserved                          text    html    latex
  Rhome                             text    html    latex
  Round                             text    html    latex   example
  Special                           text    html    latex   example
  Startup                           text    html    latex   example
  Syntax                            text    html    latex
  Sys.getenv                        text    html    latex   example
  Sys.getpid                        text    html    latex   example
  Sys.glob                          text    html    latex   example
  Sys.info                          text    html    latex   example
  Sys.localeconv                    text    html    latex   example
  Sys.setenv                        text    html    latex   example
  Sys.sleep                         text    html    latex   example
  Sys.time                          text    html    latex   example
  Sys.which                         text    html    latex   example
  Trig                              text    html    latex
  UseMethod                         text    html    latex
  Version                           text    html    latex   example
  abbreviate                        text    html    latex   example
  agrep                             text    html    latex   example
  all                               text    html    latex   example
  all.equal                         text    html    latex   example
  allnames                          text    html    latex   example
  any                               text    html    latex   example
  aperm                             text    html    latex   example
  append                            text    html    latex   example
  apply                             text    html    latex   example
  args                              text    html    latex   example
  array                             text    html    latex   example
  as.POSIXlt                        text    html    latex   example
  as.data.frame                     text    html    latex
  as.environment                    text    html    latex   example
  as.function                       text    html    latex   example
  assign                            text    html    latex   example
  assignOps                         text    html    latex
  attach                            text    html    latex   example
  attr                              text    html    latex   example
  attributes                        text    html    latex   example
  autoload                          text    html    latex   example
  backsolve                         text    html    latex   example
  base-defunct                      text    html    latex
  base-deprecated                   text    html    latex
  base-internal                     text    html    latex
  base-package                      text    html    latex
  basename                          text    html    latex   example
  bindenv                           text    html    latex   example
  body                              text    html    latex   example
  bquote                            text    html    latex   example
  browser                           text    html    latex
  builtins                          text    html    latex
  by                                text    html    latex   example
  c                                 text    html    latex   example
  call                              text    html    latex   example
  callCC                            text    html    latex   example
  capabilities                      text    html    latex   example
  cat                               text    html    latex   example
  cbind                             text    html    latex   example
  char.expand                       text    html    latex   example
  character                         text    html    latex   example
  charmatch                         text    html    latex   example
  chartr                            text    html    latex   example
  chol                              text    html    latex   example
  chol2inv                          text    html    latex   example
  class                             text    html    latex   example
  col                               text    html    latex   example
  colSums                           text    html    latex   example
  colnames                          text    html    latex   example
  commandArgs                       text    html    latex   example
  comment                           text    html    latex   example
  complex                           text    html    latex   example
  conditions                        text    html    latex   example
  conflicts                         text    html    latex   example
  connections                       text    html    latex   example
  contributors                      text    html    latex
  converters                        text    html    latex   example
  copyright                         text    html    latex
  crossprod                         text    html    latex   example
  cumsum                            text    html    latex   example
  cut.POSIXt                        text    html    latex   example
  cut                               text    html    latex   example
  data.class                        text    html    latex   example
  data.frame                        text    html    latex   example
  data.matrix                       text    html    latex   example
  dataframeHelpers                  text    html    latex
  date                              text    html    latex   example
  dcf                               text    html    latex   example
  debug                             text    html    latex
  delayedAssign                     text    html    latex   example
  deparse                           text    html    latex   example
  deparseOpts                       text    html    latex
  det                               text    html    latex   example
  detach                            text    html    latex   example
  dev                               text    html    latex
  diag                              text    html    latex   example
  diff                              text    html    latex   example
  difftime                          text    html    latex   example
  dim                               text    html    latex   example
  dimnames                          text    html    latex   example
  do.call                           text    html    latex   example
  double                            text    html    latex   example
  dput                              text    html    latex   example
  drop                              text    html    latex   example
  dump                              text    html    latex   example
  duplicated                        text    html    latex   example
  dynload                           text    html    latex   example
  eapply                            text    html    latex   example
  eigen                             text    html    latex   example
  encodeString                      text    html    latex   example
  environment                       text    html    latex   example
  eval                              text    html    latex   example
  exists                            text    html    latex   example
  expand.grid                       text    html    latex   example
  expression                        text    html    latex   example
  factor                            text    html    latex   example
  file.access                       text    html    latex   example
  file.choose                       text    html    latex
  file.info                         text    html    latex   example
  file.path                         text    html    latex
  file.show                         text    html    latex   example
  files                             text    html    latex   example
  findInt                           text    html    latex   example
  force                             text    html    latex   example
  formals                           text    html    latex   example
  format.Date                       text    html    latex   example
  format                            text    html    latex   example
  format.info                       text    html    latex   example
  format.pval                       text    html    latex   example
  formatDL                          text    html    latex   example
  formatc                           text    html    latex   example
  function                          text    html    latex   example
  funprog                           text    html    latex   example
  gc                                text    html    latex   example
  gc.time                           text    html    latex   example
  gctorture                         text    html    latex
  get                               text    html    latex   example
  getCallingDLL                     text    html    latex   example
  getDLLRegisteredRoutines          text    html    latex   example
  getLoadedDLLs                     text    html    latex   example
  getNativeSymbolInfo               text    html    latex   example
  gettext                           text    html    latex   example
  getwd                             text    html    latex   example
  gl                                text    html    latex   example
  grep                              text    html    latex   example
  groupGeneric                      text    html    latex   example
  gzcon                             text    html    latex   example
  hexmode                           text    html    latex
  iconv                             text    html    latex   example
  icuSetCollate                     text    html    latex   example
  identical                         text    html    latex   example
  identity                          text    html    latex
  ifelse                            text    html    latex   example
  integer                           text    html    latex   example
  interaction                       text    html    latex   example
  interactive                       text    html    latex   example
  invisible                         text    html    latex   example
  is.finite                         text    html    latex   example
  is.function                       text    html    latex   example
  is.language                       text    html    latex   example
  is.object                         text    html    latex   example
  is.recursive                      text    html    latex   example
  is.single                         text    html    latex
  is.unsorted                       text    html    latex
  isR                               text    html    latex   example
  isS4                              text    html    latex   example
  isSymmetric                       text    html    latex   example
  jitter                            text    html    latex   example
  kappa                             text    html    latex   example
  kronecker                         text    html    latex   example
  l10n_info                         text    html    latex   example
  labels                            text    html    latex
  lapply                            text    html    latex   example
  lazyload                          text    html    latex
  length                            text    html    latex   example
  levels                            text    html    latex   example
  libPaths                          text    html    latex   example
  library                           text    html    latex   example
  library.dynam                     text    html    latex   example
  license                           text    html    latex
  list                              text    html    latex   example
  list.files                        text    html    latex   example
  load                              text    html    latex   example
  locales                           text    html    latex   example
  logical                           text    html    latex
  lower.tri                         text    html    latex   example
  ls                                text    html    latex   example
  make.names                        text    html    latex   example
  make.unique                       text    html    latex   example
  manglePackageName                 text    html    latex   example
  mapply                            text    html    latex   example
  margin.table                      text    html    latex   example
  mat.or.vec                        text    html    latex   example
  match                             text    html    latex   example
  match.arg                         text    html    latex   example
  match.call                        text    html    latex   example
  match.fun                         text    html    latex   example
  matmult                           text    html    latex   example
  matrix                            text    html    latex   example
  maxCol                            text    html    latex   example
  mean                              text    html    latex   example
  memory.profile                    text    html    latex   example
  merge                             text    html    latex   example
  message                           text    html    latex   example
  missing                           text    html    latex   example
  mode                              text    html    latex   example
  name                              text    html    latex   example
  names                             text    html    latex   example
  nargs                             text    html    latex   example
  nchar                             text    html    latex   example
  nlevels                           text    html    latex   example
  noquote                           text    html    latex   example
  notyet                            text    html    latex   example
  nrow                              text    html    latex   example
  ns-alt                            text    html    latex   example
  ns-dblcolon                       text    html    latex   example
  ns-hooks                          text    html    latex
  ns-internal                       text    html    latex
  ns-load                           text    html    latex
  ns-lowlev                         text    html    latex
  ns-reflect                        text    html    latex
  ns-topenv                         text    html    latex   example
  numeric                           text    html    latex   example
  numeric_version                   text    html    latex   example
  octmode                           text    html    latex   example
  on.exit                           text    html    latex   example
  options                           text    html    latex   example
  order                             text    html    latex   example
  outer                             text    html    latex   example
  parse                             text    html    latex   example
  paste                             text    html    latex   example
  path.expand                       text    html    latex   example
  pmatch                            text    html    latex   example
  polyroot                          text    html    latex   example
  pos.to.env                        text    html    latex   example
  pretty                            text    html    latex   example
  print                             text    html    latex   example
  print.dataframe                   text    html    latex   example
  print.default                     text    html    latex   example
  prmatrix                          text    html    latex   example
  proc.time                         text    html    latex   example
  prod                              text    html    latex   example
  prop.table                        text    html    latex   example
  pushBack                          text    html    latex   example
  qr                                text    html    latex   example
  qraux                             text    html    latex   example
  quit                              text    html    latex   example
  range                             text    html    latex   example
  rank                              text    html    latex   example
  rapply                            text    html    latex   example
  raw                               text    html    latex   example
  rawConnection                     text    html    latex   example
  rawConversion                     text    html    latex   example
  readBin                           text    html    latex   example
  readChar                          text    html    latex   example
  readLines                         text    html    latex   example
  readline                          text    html    latex   example
  real                              text    html    latex
  reg.finalizer                     text    html    latex   example
  regex                             text    html    latex
  rep                               text    html    latex   example
  replace                           text    html    latex
  rev                               text    html    latex   example
  rle                               text    html    latex   example
  rm                                text    html    latex   example
  round.POSIXt                      text    html    latex   example
  row                               text    html    latex   example
  row.names                         text    html    latex
  rowsum                            text    html    latex   example
  sQuote                            text    html    latex   example
  sample                            text    html    latex   example
  save                              text    html    latex   example
  scale                             text    html    latex   example
  scan                              text    html    latex   example
  search                            text    html    latex   example
  seek                              text    html    latex
  seq.Date                          text    html    latex   example
  seq.POSIXt                        text    html    latex   example
  seq                               text    html    latex   example
  sequence                          text    html    latex   example
  serialize                         text    html    latex   example
  setTimeLimit                      text    html    latex
  sets                              text    html    latex   example
  shQuote                           text    html    latex   example
  showConnections                   text    html    latex   example
  sign                              text    html    latex   example
  sink                              text    html    latex   example
  slice.index                       text    html    latex   example
  slotOp                            text    html    latex
  socketSelect                      text    html    latex   example
  solve                             text    html    latex   example
  sort                              text    html    latex   example
  source                            text    html    latex   example
  split                             text    html    latex   example
  sprintf                           text    html    latex   example
  srcfile                           text    html    latex   example
  standardGeneric                   text    html    latex
  stop                              text    html    latex   example
  stopifnot                         text    html    latex   example
  strptime                          text    html    latex   example
  strsplit                          text    html    latex   example
  strtrim                           text    html    latex   example
  structure                         text    html    latex   example
  strwrap                           text    html    latex   example
  subset                            text    html    latex   example
  substitute                        text    html    latex   example
  substr                            text    html    latex   example
  sum                               text    html    latex
  summary                           text    html    latex   example
  svd                               text    html    latex   example
  sweep                             text    html    latex   example
  switch                            text    html    latex   example
  sys.parent                        text    html    latex   example
  sys.source                        text    html    latex   example
  system                            text    html    latex   example
  system.file                       text    html    latex   example
  system.time                       text    html    latex   example
  t                                 text    html    latex   example
  table                             text    html    latex   example
  tabulate                          text    html    latex   example
  tapply                            text    html    latex   example
  taskCallback                      text    html    latex   example
  taskCallbackManager               text    html    latex   example
  taskCallbackNames                 text    html    latex   example
  tempfile                          text    html    latex   example
  textconnections                   text    html    latex   example
  tilde                             text    html    latex
  timezones                         text    html    latex   example
  toString                          text    html    latex   example
  trace                             text    html    latex   example
  traceback                         text    html    latex   example
  tracemem                          text    html    latex   example
  transform                         text    html    latex   example
  try                               text    html    latex   example
  typeof                            text    html    latex   example
  unique                            text    html    latex   example
  unlink                            text    html    latex
  unlist                            text    html    latex   example
  unname                            text    html    latex   example
  userhooks                         text    html    latex   example
  utf8Conversion                    text    html    latex   example
  vector                            text    html    latex   example
  warning                           text    html    latex   example
  warnings                          text    html    latex   example
  weekday.POSIXt                    text    html    latex   example
  which                             text    html    latex   example
  which.min                         text    html    latex   example
  with                              text    html    latex   example
  write                             text    html    latex   example
  writeLines                        text    html    latex
  xtfrm                             text    html    latex
  zMachine                          text    html    latex   example
  zMethods                          text    html    latex
  zScript                           text    html    latex   example
  zpackages                         text    html    latex   example
  zutils                            text    html    latex
  Signals                           text    html    latex
 >>> Building/Updating help pages for package 'tools'
     Formats: text html latex example 
  QC                                text    html    latex
  Rdindex                           text    html    latex
  Rdutils                           text    html    latex   example
  buildVignettes                    text    html    latex
  charsets                          text    html    latex   example
  checkFF                           text    html    latex   example
  checkMD5sums                      text    html    latex
  checkTnF                          text    html    latex
  checkVignettes                    text    html    latex
  codoc                             text    html    latex
  delimMatch                        text    html    latex   example
  encoded                           text    html    latex   example
  fileutils                         text    html    latex   example
  getDepList                        text    html    latex   example
  installFoundDepends               text    html    latex   example
  makeLazyLoading                   text    html    latex   example
  md5sum                            text    html    latex   example
  package.dependencies              text    html    latex
  read.00Index                      text    html    latex
  readNEWS                          text    html    latex   example
  showNonASCII                      text    html    latex   example
  texi2dvi                          text    html    latex
  tools-defunct                     text    html    latex
  tools-deprecated                  text    html    latex
  tools-package                     text    html    latex
  undoc                             text    html    latex   example
  vignetteDepends                   text    html    latex   example
  writePACKAGES                     text    html    latex   example
  xgettext                          text    html    latex   example
 >>> Building/Updating help pages for package 'utils'
     Formats: text html latex example 
  PkgUtils                          text    html    latex
  RShowDoc                          text    html    latex   example
  RSiteSearch                       text    html    latex   example
  Rprof                             text    html    latex   example
  Rprofmem                          text    html    latex   example
  Rscript                           text    html    latex   example
  Rtangle                           text    html    latex
  RweaveLatex                       text    html    latex
  Sweave                            text    html    latex   example
  SweaveSyntConv                    text    html    latex   example
  SweaveUtils                       text    html    latex
  URLencode                         text    html    latex   example
  View                              text    html    latex
  alarm                             text    html    latex   example
  apropos                           text    html    latex   example
  browseEnv                         text    html    latex   example
  browseURL                         text    html    latex   example
  browseVignettes                   text    html    latex   example
  bug.report                        text    html    latex
  capture.output                    text    html    latex   example
  chooseCRANmirror                  text    html    latex
  citEntry                          text    html    latex   example
  citation                          text    html    latex   example
  close.socket                      text    html    latex
  combn                             text    html    latex   example
  compareVersion                    text    html    latex   example
  count.fields                      text    html    latex   example
  data                              text    html    latex   example
  dataentry                         text    html    latex   example
  debugger                          text    html    latex   example
  demo                              text    html    latex   example
  download.file                     text    html    latex
  edit                              text    html    latex   example
  edit.data.frame                   text    html    latex   example
  example                           text    html    latex   example
  file.edit                         text    html    latex   example
  filetest                          text    html    latex   example
  fix                               text    html    latex   example
  flush.console                     text    html    latex
  format                            text    html    latex   example
  getAnywhere                       text    html    latex   example
  getFromNamespace                  text    html    latex   example
  getS3method                       text    html    latex   example
  glob2rx                           text    html    latex   example
  head                              text    html    latex   example
  help                              text    html    latex   example
  help.request                      text    html    latex
  help.search                       text    html    latex   example
  help.start                        text    html    latex   example
  index.search                      text    html    latex
  installed.packages                text    html    latex   example
  localeToCharset                   text    html    latex   example
  ls_str                            text    html    latex   example
  make.socket                       text    html    latex   example
  menu                              text    html    latex   example
  methods                           text    html    latex   example
  mirrorAdmin                       text    html    latex
  modifyList                        text    html    latex   example
  normalizePath                     text    html    latex   example
  object.size                       text    html    latex   example
  package.skeleton                  text    html    latex   example
  packageDescription                text    html    latex   example
  packageStatus                     text    html    latex   example
  page                              text    html    latex   example
  person                            text    html    latex   example
  prompt                            text    html    latex   example
  promptData                        text    html    latex   example
  promptPackage                     text    html    latex   example
  rcompgen                          text    html    latex
  read.DIF                          text    html    latex   example
  read.fortran                      text    html    latex   example
  read.fwf                          text    html    latex   example
  read.socket                       text    html    latex   example
  read.table                        text    html    latex
  recover                           text    html    latex   example
  relist                            text    html    latex   example
  remove.packages                   text    html    latex
  roman                             text    html    latex   example
  savehistory                       text    html    latex   example
  select.list                       text    html    latex   example
  sessionInfo                       text    html    latex   example
  setRepositories                   text    html    latex
  stack                             text    html    latex   example
  str                               text    html    latex   example
  summaryRprof                      text    html    latex   example
  toLatex                           text    html    latex
  txtProgressBar                    text    html    latex   example
  type.convert                      text    html    latex
  update.packages                   text    html    latex   example
  url.show                          text    html    latex   example
  utils-defunct                     text    html    latex
  utils-deprecated                  text    html    latex
  utils-package                     text    html    latex
  vignette                          text    html    latex   example
  withVisible                       text    html    latex   example
  write.table                       text    html    latex   example
  zip.file.extract                  text    html    latex
  BATCH                             text    html    latex
  COMPILE                           text    html    latex
  INSTALL                           text    html    latex
  LINK                              text    html    latex
  REMOVE                            text    html    latex
  RHOME                             text    html    latex
  SHLIB                             text    html    latex   example
  make.packages.html                text    html    latex   example
  memory.size                       text    html    latex
  nsl                               text    html    latex   example
 >>> Building/Updating help pages for package 'grDevices'
     Formats: text html latex example 
  Devices                           text    html    latex   example
  Hershey                           text    html    latex   example
  Japanese                          text    html    latex   example
  Type1Font                         text    html    latex   example
  as.graphicsAnnot                  text    html    latex
  boxplot.stats                     text    html    latex   example
  check.options                     text    html    latex   example
  chull                             text    html    latex   example
  cm                                text    html    latex   example
  col2rgb                           text    html    latex   example
  colorRamp                         text    html    latex   example
  colors                            text    html    latex   example
  contourLines                      text    html    latex   example
  convertColor                      text    html    latex   example
  dev                               text    html    latex   example
  dev.interactive                   text    html    latex   example
  dev.size                          text    html    latex   example
  dev2                              text    html    latex   example
  dev2bitmap                        text    html    latex
  devAskNewPage                     text    html    latex
  embedFonts                        text    html    latex
  extendrange                       text    html    latex   example
  getGraphicsEvent                  text    html    latex   example
  grDevices-defunct                 text    html    latex
  grDevices-package                 text    html    latex
  gray                              text    html    latex   example
  gray.colors                       text    html    latex   example
  hcl                               text    html    latex   example
  hsv                               text    html    latex   example
  make.rgb                          text    html    latex   example
  n2mfrow                           text    html    latex   example
  nclass                            text    html    latex   example
  palette                           text    html    latex   example
  palettes                          text    html    latex   example
  pdf                               text    html    latex   example
  pdf.options                       text    html    latex   example
  pictex                            text    html    latex   example
  plotmath                          text    html    latex   example
  postscript                        text    html    latex   example
  postscriptFonts                   text    html    latex   example
  ps.options                        text    html    latex   example
  recordGraphics                    text    html    latex   example
  recordplot                        text    html    latex
  rgb                               text    html    latex   example
  rgb2hsv                           text    html    latex   example
  trans3d                           text    html    latex   example
  xfig                              text    html    latex
  xy.coords                         text    html    latex   example
  xyTable                           text    html    latex   example
  xyz.coords                        text    html    latex   example
  cairo                             text    html    latex
  png                               text    html    latex   example
  quartz                            text    html    latex   example
  quartzFonts                       text    html    latex   example
  savePlot                          text    html    latex
  x11                               text    html    latex   example
  x11Fonts                          text    html    latex   example
 >>> Building/Updating help pages for package 'graphics'
     Formats: text html latex example 
  abline                            text    html    latex   example
  arrows                            text    html    latex   example
  assocplot                         text    html    latex   example
  axTicks                           text    html    latex   example
  axis.POSIXct                      text    html    latex   example
  axis                              text    html    latex   example
  barplot                           text    html    latex   example
  box                               text    html    latex   example
  boxplot                           text    html    latex   example
  bxp                               text    html    latex   example
  cdplot                            text    html    latex   example
  clip                              text    html    latex   example
  contour                           text    html    latex   example
  convertXY                         text    html    latex   example
  coplot                            text    html    latex   example
  curve                             text    html    latex   example
  dotchart                          text    html    latex   example
  filled.contour                    text    html    latex   example
  fourfoldplot                      text    html    latex   example
  frame                             text    html    latex
  graphics-defunct                  text    html    latex
  graphics-package                  text    html    latex
  grid                              text    html    latex   example
  hist.POSIXt                       text    html    latex   example
  hist                              text    html    latex   example
  identify                          text    html    latex   example
  image                             text    html    latex   example
  layout                            text    html    latex   example
  legend                            text    html    latex   example
  lines                             text    html    latex   example
  locator                           text    html    latex
  matplot                           text    html    latex   example
  mosaicplot                        text    html    latex   example
  mtext                             text    html    latex   example
  pairs                             text    html    latex   example
  panel.smooth                      text    html    latex   example
  par                               text    html    latex   example
  persp                             text    html    latex   example
  pie                               text    html    latex   example
  plot                              text    html    latex   example
  plot.dataframe                    text    html    latex   example
  plot.design                       text    html    latex   example
  plot.table                        text    html    latex   example
  plot.window                       text    html    latex   example
  plot.xy                           text    html    latex   example
  plotdefault                       text    html    latex   example
  plotfactor                        text    html    latex   example
  plotformula                       text    html    latex   example
  plothistogram                     text    html    latex   example
  points                            text    html    latex   example
  polygon                           text    html    latex   example
  rect                              text    html    latex   example
  rug                               text    html    latex   example
  screen                            text    html    latex   example
  segments                          text    html    latex   example
  spineplot                         text    html    latex   example
  stars                             text    html    latex   example
  stem                              text    html    latex   example
  stripchart                        text    html    latex   example
  strwidth                          text    html    latex   example
  sunflowerplot                     text    html    latex   example
  symbols                           text    html    latex   example
  text                              text    html    latex   example
  title                             text    html    latex   example
  units                             text    html    latex   example
  xspline                           text    html    latex   example
  zAxis                             text    html    latex
 >>> Building/Updating help pages for package 'stats'
     Formats: text html latex example 
  AIC                               text    html    latex   example
  ARMAacf                           text    html    latex   example
  ARMAtoMA                          text    html    latex   example
  Beta                              text    html    latex   example
  Binomial                          text    html    latex   example
  Cauchy                            text    html    latex   example
  Chisquare                         text    html    latex   example
  Exponential                       text    html    latex   example
  Fdist                             text    html    latex   example
  GammaDist                         text    html    latex   example
  Geometric                         text    html    latex   example
  HoltWinters                       text    html    latex   example
  Hypergeometric                    text    html    latex   example
  IQR                               text    html    latex   example
  KalmanLike                        text    html    latex
  Logistic                          text    html    latex   example
  Lognormal                         text    html    latex   example
  Multinom                          text    html    latex   example
  NLSstAsymptotic                   text    html    latex   example
  NLSstClosestX                     text    html    latex   example
  NLSstLfAsymptote                  text    html    latex   example
  NLSstRtAsymptote                  text    html    latex   example
  NegBinomial                       text    html    latex   example
  Normal                            text    html    latex   example
  Poisson                           text    html    latex   example
  SSD                               text    html    latex   example
  SSasymp                           text    html    latex   example
  SSasympOff                        text    html    latex   example
  SSasympOrig                       text    html    latex   example
  SSbiexp                           text    html    latex   example
  SSfol                             text    html    latex   example
  SSfpl                             text    html    latex   example
  SSgompertz                        text    html    latex   example
  SSlogis                           text    html    latex   example
  SSmicmen                          text    html    latex   example
  SSweibull                         text    html    latex   example
  SignRank                          text    html    latex   example
  StructTS                          text    html    latex   example
  TDist                             text    html    latex   example
  Tukey                             text    html    latex   example
  TukeyHSD                          text    html    latex   example
  Uniform                           text    html    latex   example
  Weibull                           text    html    latex   example
  Wilcoxon                          text    html    latex   example
  acf                               text    html    latex   example
  acf2AR                            text    html    latex   example
  add1                              text    html    latex   example
  addmargins                        text    html    latex   example
  aggregate                         text    html    latex   example
  alias                             text    html    latex   example
  anova                             text    html    latex
  anova.glm                         text    html    latex   example
  anova.lm                          text    html    latex   example
  anova.mlm                         text    html    latex   example
  ansari.test                       text    html    latex   example
  aov                               text    html    latex   example
  approxfun                         text    html    latex   example
  ar                                text    html    latex   example
  ar.ols                            text    html    latex   example
  arima                             text    html    latex   example
  arima.sim                         text    html    latex   example
  arima0                            text    html    latex   example
  as.hclust                         text    html    latex   example
  asOneSidedFormula                 text    html    latex   example
  ave                               text    html    latex   example
  bandwidth                         text    html    latex   example
  bartlett.test                     text    html    latex   example
  binom.test                        text    html    latex   example
  biplot                            text    html    latex
  biplot.princomp                   text    html    latex   example
  birthday                          text    html    latex   example
  box.test                          text    html    latex   example
  cancor                            text    html    latex   example
  case.names                        text    html    latex   example
  checkMFClasses                    text    html    latex
  chisq.test                        text    html    latex   example
  clearNames                        text    html    latex   example
  cmdscale                          text    html    latex   example
  coef                              text    html    latex   example
  complete.cases                    text    html    latex   example
  confint                           text    html    latex   example
  constrOptim                       text    html    latex   example
  contrast                          text    html    latex   example
  contrasts                         text    html    latex   example
  convolve                          text    html    latex   example
  cophenetic                        text    html    latex   example
  cor                               text    html    latex   example
  cor.test                          text    html    latex   example
  cov.wt                            text    html    latex   example
  cpgram                            text    html    latex   example
  cutree                            text    html    latex   example
  decompose                         text    html    latex   example
  delete.response                   text    html    latex   example
  dendrapply                        text    html    latex   example
  dendrogram                        text    html    latex   example
  density                           text    html    latex   example
  deriv                             text    html    latex   example
  deviance                          text    html    latex
  df.residual                       text    html    latex
  diffinv                           text    html    latex   example
  dist                              text    html    latex   example
  dummy.coef                        text    html    latex   example
  ecdf                              text    html    latex   example
  eff.aovlist                       text    html    latex   example
  effects                           text    html    latex   example
  embed                             text    html    latex   example
  expand.model.frame                text    html    latex   example
  extractAIC                        text    html    latex   example
  factanal                          text    html    latex   example
  factor.scope                      text    html    latex   example
  family                            text    html    latex   example
  fft                               text    html    latex   example
  filter                            text    html    latex   example
  fisher.test                       text    html    latex   example
  fitted.values                     text    html    latex
  fivenum                           text    html    latex   example
  fligner.test                      text    html    latex   example
  formula                           text    html    latex   example
  formula.nls                       text    html    latex   example
  friedman.test                     text    html    latex   example
  ftable                            text    html    latex   example
  ftable.formula                    text    html    latex   example
  getInitial                        text    html    latex   example
  glm                               text    html    latex   example
  glm.control                       text    html    latex   example
  glm.summaries                     text    html    latex
  hclust                            text    html    latex   example
  heatmap                           text    html    latex   example
  identify.hclust                   text    html    latex   example
  influence.measures                text    html    latex   example
  integrate                         text    html    latex   example
  interaction.plot                  text    html    latex   example
  is.empty                          text    html    latex   example
  isoreg                            text    html    latex   example
  kernapply                         text    html    latex   example
  kernel                            text    html    latex   example
  kmeans                            text    html    latex   example
  kruskal.test                      text    html    latex   example
  ks.test                           text    html    latex   example
  ksmooth                           text    html    latex   example
  lag                               text    html    latex   example
  lag.plot                          text    html    latex   example
  line                              text    html    latex   example
  lm                                text    html    latex   example
  lm.influence                      text    html    latex   example
  lm.summaries                      text    html    latex   example
  lmfit                             text    html    latex   example
  loadings                          text    html    latex
  loess                             text    html    latex   example
  loess.control                     text    html    latex
  logLik                            text    html    latex   example
  loglin                            text    html    latex   example
  lowess                            text    html    latex   example
  ls.diag                           text    html    latex   example
  ls.print                          text    html    latex
  lsfit                             text    html    latex   example
  mad                               text    html    latex   example
  mahalanobis                       text    html    latex   example
  make.link                         text    html    latex   example
  makepredictcall                   text    html    latex   example
  manova                            text    html    latex
  mantelhaen.test                   text    html    latex   example
  mauchly.test                      text    html    latex   example
  mcnemar.test                      text    html    latex   example
  median                            text    html    latex   example
  medpolish                         text    html    latex   example
  model.extract                     text    html    latex   example
  model.frame                       text    html    latex   example
  model.matrix                      text    html    latex   example
  model.tables                      text    html    latex   example
  monthplot                         text    html    latex   example
  mood.test                         text    html    latex   example
  na.action                         text    html    latex   example
  na.contiguous                     text    html    latex   example
  na.fail                           text    html    latex   example
  nafns                             text    html    latex
  naprint                           text    html    latex
  nextn                             text    html    latex   example
  nlm                               text    html    latex   example
  nlminb                            text    html    latex   example
  nls                               text    html    latex   example
  nls.control                       text    html    latex   example
  numericDeriv                      text    html    latex   example
  offset                            text    html    latex
  oneway.test                       text    html    latex   example
  optim                             text    html    latex   example
  optimize                          text    html    latex   example
  order.dendrogram                  text    html    latex   example
  p.adjust                          text    html    latex   example
  pairwise.prop.test                text    html    latex   example
  pairwise.t.test                   text    html    latex   example
  pairwise.table                    text    html    latex
  pairwise.wilcox.test              text    html    latex   example
  plot.HoltWinters                  text    html    latex
  plot.acf                          text    html    latex   example
  plot.density                      text    html    latex
  plot.isoreg                       text    html    latex   example
  plot.lm                           text    html    latex   example
  plot.ppr                          text    html    latex   example
  plot.profile.nls                  text    html    latex   example
  plot.spec                         text    html    latex
  plot.stepfun                      text    html    latex   example
  plot.ts                           text    html    latex   example
  poly                              text    html    latex   example
  power                             text    html    latex   example
  power.anova.test                  text    html    latex   example
  power.prop.test                   text    html    latex   example
  power.t.test                      text    html    latex   example
  pp.test                           text    html    latex   example
  ppoints                           text    html    latex   example
  ppr                               text    html    latex   example
  prcomp                            text    html    latex   example
  predict.HoltWinters               text    html    latex   example
  predict                           text    html    latex   example
  predict.arima                     text    html    latex   example
  predict.glm                       text    html    latex   example
  predict.lm                        text    html    latex   example
  predict.loess                     text    html    latex   example
  predict.nls                       text    html    latex   example
  predict.smooth.spline             text    html    latex   example
  preplot                           text    html    latex
  princomp                          text    html    latex   example
  print.power.htest                 text    html    latex
  print.ts                          text    html    latex   example
  printCoefmat                      text    html    latex   example
  profile                           text    html    latex
  profile.nls                       text    html    latex   example
  proj                              text    html    latex   example
  prop.test                         text    html    latex   example
  prop.trend.test                   text    html    latex   example
  qqnorm                            text    html    latex   example
  quade.test                        text    html    latex   example
  quantile                          text    html    latex   example
  r2dtable                          text    html    latex   example
  read.ftable                       text    html    latex   example
  rect.hclust                       text    html    latex   example
  relevel                           text    html    latex   example
  reorder.dendrogram                text    html    latex   example
  reorder.factor                    text    html    latex   example
  replications                      text    html    latex   example
  reshape                           text    html    latex   example
  residuals                         text    html    latex
  runmed                            text    html    latex   example
  scatter.smooth                    text    html    latex   example
  screeplot                         text    html    latex   example
  sd                                text    html    latex   example
  se.contrast                       text    html    latex   example
  selfStart                         text    html    latex   example
  setNames                          text    html    latex   example
  shapiro.test                      text    html    latex   example
  simulate                          text    html    latex   example
  smooth                            text    html    latex   example
  smooth.spline                     text    html    latex   example
  smoothEnds                        text    html    latex   example
  sortedXyData                      text    html    latex   example
  spec.ar                           text    html    latex   example
  spec.pgram                        text    html    latex   example
  spec.taper                        text    html    latex
  spectrum                          text    html    latex   example
  splinefun                         text    html    latex   example
  start                             text    html    latex
  stat.anova                        text    html    latex   example
  stats-defunct                     text    html    latex
  stats-deprecated                  text    html    latex
  stats-package                     text    html    latex
  step                              text    html    latex   example
  stepfun                           text    html    latex   example
  stl                               text    html    latex   example
  stlmethods                        text    html    latex
  summary.aov                       text    html    latex   example
  summary.glm                       text    html    latex   example
  summary.lm                        text    html    latex   example
  summary.manova                    text    html    latex   example
  summary.nls                       text    html    latex
  summary.princomp                  text    html    latex   example
  supsmu                            text    html    latex   example
  symnum                            text    html    latex   example
  t.test                            text    html    latex   example
  termplot                          text    html    latex   example
  terms                             text    html    latex
  terms.formula                     text    html    latex
  terms.object                      text    html    latex   example
  time                              text    html    latex   example
  toeplitz                          text    html    latex   example
  ts-defunct                        text    html    latex
  ts-methods                        text    html    latex
  ts                                text    html    latex   example
  ts.plot                           text    html    latex   example
  ts.union                          text    html    latex   example
  tsSmooth                          text    html    latex
  tsdiag                            text    html    latex   example
  tsp                               text    html    latex
  uniroot                           text    html    latex   example
  update                            text    html    latex   example
  update.formula                    text    html    latex   example
  var.test                          text    html    latex   example
  varimax                           text    html    latex   example
  vcov                              text    html    latex
  weighted.mean                     text    html    latex   example
  weighted.residuals                text    html    latex   example
  wilcox.test                       text    html    latex   example
  window                            text    html    latex   example
  xtabs                             text    html    latex   example
  zC                                text    html    latex   example
 >>> Building/Updating help pages for package 'datasets'
     Formats: text html latex example 
  AirPassengers                     text    html    latex   example
  BJsales                           text    html    latex
  BOD                               text    html    latex   example
  ChickWeight                       text    html    latex   example
  DNase                             text    html    latex   example
  EuStockMarkets                    text    html    latex
  Formaldehyde                      text    html    latex   example
  HairEyeColor                      text    html    latex   example
  Harman23.cor                      text    html    latex   example
  Harman74.cor                      text    html    latex   example
  Indometh                          text    html    latex   example
  InsectSprays                      text    html    latex   example
  JohnsonJohnson                    text    html    latex   example
  LakeHuron                         text    html    latex
  LifeCycleSavings                  text    html    latex   example
  Loblolly                          text    html    latex   example
  Nile                              text    html    latex   example
  Orange                            text    html    latex   example
  OrchardSprays                     text    html    latex   example
  PlantGrowth                       text    html    latex   example
  Puromycin                         text    html    latex   example
  Theoph                            text    html    latex   example
  Titanic                           text    html    latex   example
  ToothGrowth                       text    html    latex   example
  UCBAdmissions                     text    html    latex   example
  UKDriverDeaths                    text    html    latex   example
  UKLungDeaths                      text    html    latex   example
  UKgas                             text    html    latex   example
  USAccDeaths                       text    html    latex
  USArrests                         text    html    latex   example
  USJudgeRatings                    text    html    latex   example
  USPersonalExpenditure             text    html    latex   example
  VADeaths                          text    html    latex   example
  WWWusage                          text    html    latex   example
  WorldPhones                       text    html    latex   example
  ability.cov                       text    html    latex   example
  airmiles                          text    html    latex   example
  airquality                        text    html    latex   example
  anscombe                          text    html    latex   example
  attenu                            text    html    latex   example
  attitude                          text    html    latex   example
  austres                           text    html    latex
  beavers                           text    html    latex   example
  cars                              text    html    latex   example
  chickwts                          text    html    latex   example
  co2                               text    html    latex   example
  crimtab                           text    html    latex   example
  datasets-package                  text    html    latex
  discoveries                       text    html    latex   example
  esoph                             text    html    latex   example
  euro                              text    html    latex   example
  eurodist                          text    html    latex
  faithful                          text    html    latex   example
  freeny                            text    html    latex   example
  infert                            text    html    latex   example
  iris                              text    html    latex   example
  islands                           text    html    latex   example
  lh                                text    html    latex
  longley                           text    html    latex   example
  lynx                              text    html    latex
  morley                            text    html    latex   example
  mtcars                            text    html    latex   example
  nhtemp                            text    html    latex   example
  nottem                            text    html    latex   example
  occupationalStatus                text    html    latex   example
  precip                            text    html    latex   example
  presidents                        text    html    latex   example
  pressure                          text    html    latex   example
  quakes                            text    html    latex   example
  randu                             text    html    latex   example
  rivers                            text    html    latex
  rock                              text    html    latex
  sleep                             text    html    latex   example
  stackloss                         text    html    latex   example
  state                             text    html    latex
  sunspot.month                     text    html    latex   example
  sunspot.year                      text    html    latex
  sunspots                          text    html    latex   example
  swiss                             text    html    latex   example
  treering                          text    html    latex
  trees                             text    html    latex   example
  uspop                             text    html    latex   example
  volcano                           text    html    latex   example
  warpbreaks                        text    html    latex   example
  women                             text    html    latex   example
  zCO2                              text    html    latex   example
 >>> Building/Updating help pages for package 'methods'
     Formats: text html latex example 
  BasicClasses                      text    html    latex
  Classes                           text    html    latex
  Documentation                     text    html    latex
  EmptyMethodsList-class            text    html    latex
  EnvironmentClass                  text    html    latex
  GenericFunctions                  text    html    latex   example
  LanguageClasses                   text    html    latex
  LinearMethodsList-class           text    html    latex
  MethodDefinition-class            text    html    latex
  MethodSupport                     text    html    latex
  MethodWithNext-class              text    html    latex
  Methods                           text    html    latex
  MethodsList-class                 text    html    latex
  MethodsList                       text    html    latex
  NextMethod                        text    html    latex   example
  ObjectsWithPackage-class          text    html    latex
  RClassUtils                       text    html    latex   example
  RMethodUtils                      text    html    latex   example
  S3Part                            text    html    latex   example
  S4groupGeneric                    text    html    latex   example
  SClassExtension-class             text    html    latex
  Session                           text    html    latex
  StructureClasses                  text    html    latex   example
  TraceClasses                      text    html    latex
  as                                text    html    latex   example
  callGeneric                       text    html    latex   example
  canCoerce                         text    html    latex   example
  cbind2                            text    html    latex   example
  classRepresentation-class         text    html    latex
  dotsMethods                       text    html    latex   example
  findClass                         text    html    latex
  findMethods                       text    html    latex   example
  fixPrevious                       text    html    latex
  genericFunction-class             text    html    latex
  getClass                          text    html    latex   example
  getMethod                         text    html    latex   example
  getPackageName                    text    html    latex   example
  hasArg                            text    html    latex   example
  implicitGeneric                   text    html    latex   example
  initialize-methods                text    html    latex
  is                                text    html    latex   example
  isSealedMethod                    text    html    latex   example
  languageEl                        text    html    latex
  method.skeleton                   text    html    latex   example
  methodUtilities                   text    html    latex
  methods-defunct                   text    html    latex
  methods-package                   text    html    latex
  new                               text    html    latex   example
  promptClass                       text    html    latex   example
  promptMethods                     text    html    latex
  representation                    text    html    latex   example
  setClass                          text    html    latex   example
  setClassUnion                     text    html    latex   example
  setGeneric                        text    html    latex   example
  setMethod                         text    html    latex   example
  setOldClass                       text    html    latex   example
  setSClass                         text    html    latex
  show                              text    html    latex   example
  showMethods                       text    html    latex   example
  signature-class                   text    html    latex
  slot                              text    html    latex   example
  substituteDirect                  text    html    latex
  validObject                       text    html    latex   example
  zBasicFunsList                    text    html    latex
 >>> Building/Updating help pages for package 'grid'
     Formats: text html latex example 
  Grid                              text    html    latex   example
  absolute.size                     text    html    latex
  arrow                             text    html    latex   example
  convertNative                     text    html    latex   example
  current.viewport                  text    html    latex   example
  dataViewport                      text    html    latex
  drawDetails                       text    html    latex
  editDetails                       text    html    latex
  gEdit                             text    html    latex   example
  gPath                             text    html    latex   example
  getNames                          text    html    latex   example
  gpar                              text    html    latex   example
  grid-internal                     text    html    latex
  grid-package                      text    html    latex
  grid.add                          text    html    latex
  grid.arrows                       text    html    latex   example
  grid.circle                       text    html    latex
  grid.clip                         text    html    latex   example
  grid.collection                   text    html    latex
  grid.convert                      text    html    latex   example
  grid.copy                         text    html    latex
  grid.curve                        text    html    latex   example
  grid.display.list                 text    html    latex
  grid.draw                         text    html    latex   example
  grid.edit                         text    html    latex   example
  grid.frame                        text    html    latex   example
  grid.get                          text    html    latex   example
  grid.grab                         text    html    latex   example
  grid.grill                        text    html    latex
  grid.grob                         text    html    latex
  grid.layout                       text    html    latex   example
  grid.lines                        text    html    latex   example
  grid.locator                      text    html    latex   example
  grid.ls                           text    html    latex   example
  grid.move.to                      text    html    latex   example
  grid.newpage                      text    html    latex
  grid.null                         text    html    latex   example
  grid.pack                         text    html    latex
  grid.place                        text    html    latex
  grid.plot.and.legend              text    html    latex   example
  grid.points                       text    html    latex
  grid.polygon                      text    html    latex   example
  grid.pretty                       text    html    latex
  grid.prompt                       text    html    latex
  grid.record                       text    html    latex   example
  grid.rect                         text    html    latex
  grid.refresh                      text    html    latex
  grid.remove                       text    html    latex
  grid.segments                     text    html    latex
  grid.set                          text    html    latex
  grid.show.layout                  text    html    latex   example
  grid.show.viewport                text    html    latex   example
  grid.text                         text    html    latex   example
  grid.xaxis                        text    html    latex
  grid.xspline                      text    html    latex   example
  grid.yaxis                        text    html    latex
  grobName                          text    html    latex
  grobWidth                         text    html    latex
  grobX                             text    html    latex
  plotViewport                      text    html    latex
  pop.viewport                      text    html    latex
  push.viewport                     text    html    latex
  stringWidth                       text    html    latex
  unit                              text    html    latex   example
  unit.c                            text    html    latex
  unit.length                       text    html    latex   example
  unit.pmin                         text    html    latex   example
  unit.rep                          text    html    latex   example
  validDetails                      text    html    latex
  viewport                          text    html    latex   example
  viewports                         text    html    latex   example
  vpPath                            text    html    latex   example
  widthDetails                      text    html    latex
  xDetails                          text    html    latex
 >>> Building/Updating help pages for package 'splines'
     Formats: text html latex example 
  asVector                          text    html    latex   example
  backSpline                        text    html    latex   example
  bs                                text    html    latex   example
  interpSpline                      text    html    latex   example
  ns                                text    html    latex   example
  periodicSpline                    text    html    latex   example
  polySpline                        text    html    latex   example
  predict.bSpline                   text    html    latex   example
  predict.bs                        text    html    latex   example
  splineDesign                      text    html    latex   example
  splineKnots                       text    html    latex   example
  splineOrder                       text    html    latex   example
  splines-package                   text    html    latex
  xyVector                          text    html    latex   example
 >>> Building/Updating help pages for package 'stats4'
     Formats: text html latex example 
  AIC-methods                       text    html    latex
  BIC                               text    html    latex   example
  coef-methods                      text    html    latex
  confint-methods                   text    html    latex
  logLik-methods                    text    html    latex
  mle-class                         text    html    latex
  mle                               text    html    latex   example
  plot-methods                      text    html    latex
  profile-methods                   text    html    latex
  profile.mle-class                 text    html    latex
  show-methods                      text    html    latex
  stats4-package                    text    html    latex
  summary-methods                   text    html    latex
  summary.mle-class                 text    html    latex
  update-methods                    text    html    latex   example
  vcov-methods                      text    html    latex
 >>> Building/Updating help pages for package 'tcltk'
     Formats: text html latex example 
  TclInterface                      text    html    latex   example
  TkCommands                        text    html    latex   example
  TkWidgetcmds                      text    html    latex   example
  TkWidgets                         text    html    latex   example
  tclServiceMode                    text    html    latex   example
  tcltk-defunct                     text    html    latex
  tcltk-package                     text    html    latex
  tkProgressBar                     text    html    latex   example
  tkStartGUI                        text    html    latex
  tk_select.list                    text    html    latex
  tkpager                           text    html    latex
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library'
building/updating package indices ...
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library'
make[1]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/Recommended'
make[2]: Entering directory `/home/znmeb/Packages/R-2.8.1/src/library/Recommended'
begin installing recommended package VR
* Installing *source* package 'MASS' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.2JVUfV/VR/MASS/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c lqs.c -o lqs.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c MASS.c -o MASS.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o MASS.so lqs.o MASS.o   
make[3]: Leaving directory `/tmp/R.INSTALL.2JVUfV/VR/MASS/src'
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'MASS'
     Formats: text html latex example 
  Aids2                             text    html    latex
  Animals                           text    html    latex
  Boston                            text    html    latex
  Cars93                            text    html    latex
  Cushings                          text    html    latex
  DDT                               text    html    latex
  GAGurine                          text    html    latex
  Insurance                         text    html    latex   example
  MASS-internal                     text    html    latex
  Melanoma                          text    html    latex
  Null                              text    html    latex   example
  OME                               text    html    latex   example
  Pima.tr                           text    html    latex
  Rabbit                            text    html    latex
  Rubber                            text    html    latex
  SP500                             text    html    latex
  Sitka                             text    html    latex
  Sitka89                           text    html    latex
  Skye                              text    html    latex   example
  Traffic                           text    html    latex
  UScereal                          text    html    latex
  UScrime                           text    html    latex
  VA                                text    html    latex
  abbey                             text    html    latex
  accdeaths                         text    html    latex
  addterm                           text    html    latex   example
  anorexia                          text    html    latex
  anova.negbin                      text    html    latex   example
  area                              text    html    latex   example
  bacteria                          text    html    latex   example
  bandwidth.nrd                     text    html    latex   example
  bcv                               text    html    latex   example
  beav1                             text    html    latex   example
  beav2                             text    html    latex   example
  biopsy                            text    html    latex
  birthwt                           text    html    latex   example
  boxcox                            text    html    latex   example
  cabbages                          text    html    latex
  caith                             text    html    latex   example
  cats                              text    html    latex
  cement                            text    html    latex   example
  chem                              text    html    latex
  con2tr                            text    html    latex
  confint                           text    html    latex   example
  contr.sdif                        text    html    latex   example
  coop                              text    html    latex
  corresp                           text    html    latex   example
  cov.rob                           text    html    latex   example
  cov.trob                          text    html    latex   example
  cpus                              text    html    latex
  crabs                             text    html    latex
  deaths                            text    html    latex
  denumerate                        text    html    latex   example
  dose.p                            text    html    latex   example
  drivers                           text    html    latex
  dropterm                          text    html    latex   example
  eagles                            text    html    latex   example
  epil                              text    html    latex   example
  eqscplot                          text    html    latex
  farms                             text    html    latex   example
  fgl                               text    html    latex
  fitdistr                          text    html    latex   example
  forbes                            text    html    latex
  fractions                         text    html    latex   example
  galaxies                          text    html    latex   example
  gamma.dispersion                  text    html    latex
  gamma.shape.glm                   text    html    latex   example
  gehan                             text    html    latex   example
  genotype                          text    html    latex
  geyser                            text    html    latex
  gilgais                           text    html    latex
  ginv                              text    html    latex   example
  glm.convert                       text    html    latex   example
  glm.nb                            text    html    latex   example
  glmmPQL                           text    html    latex   example
  hills                             text    html    latex
  hist.scott                        text    html    latex
  housing                           text    html    latex   example
  huber                             text    html    latex   example
  hubers                            text    html    latex   example
  immer                             text    html    latex   example
  isoMDS                            text    html    latex   example
  kde2d                             text    html    latex   example
  lda                               text    html    latex   example
  ldahist                           text    html    latex
  leuk                              text    html    latex   example
  lm.gls                            text    html    latex
  lm.ridge                          text    html    latex   example
  loglm                             text    html    latex   example
  loglm1                            text    html    latex
  logtrans                          text    html    latex   example
  lqs                               text    html    latex   example
  mammals                           text    html    latex
  mca                               text    html    latex   example
  mcycle                            text    html    latex
  menarche                          text    html    latex   example
  michelson                         text    html    latex
  minn38                            text    html    latex
  motors                            text    html    latex   example
  muscle                            text    html    latex   example
  mvrnorm                           text    html    latex   example
  negative.binomial                 text    html    latex   example
  newcomb                           text    html    latex
  nlschools                         text    html    latex   example
  npk                               text    html    latex   example
  npr1                              text    html    latex
  oats                              text    html    latex   example
  painters                          text    html    latex
  pairs.lda                         text    html    latex
  parcoord                          text    html    latex   example
  petrol                            text    html    latex   example
  phones                            text    html    latex
  plot.lda                          text    html    latex
  plot.mca                          text    html    latex   example
  plot.profile                      text    html    latex   example
  polr                              text    html    latex   example
  predict.glmmPQL                   text    html    latex   example
  predict.lda                       text    html    latex   example
  predict.lqs                       text    html    latex   example
  predict.mca                       text    html    latex
  predict.qda                       text    html    latex   example
  profile.glm                       text    html    latex   example
  qda                               text    html    latex   example
  quine                             text    html    latex
  rational                          text    html    latex   example
  renumerate                        text    html    latex   example
  rlm                               text    html    latex   example
  rms.curv                          text    html    latex   example
  rnegbin                           text    html    latex   example
  road                              text    html    latex
  rotifer                           text    html    latex
  sammon                            text    html    latex   example
  ships                             text    html    latex
  shoes                             text    html    latex
  shrimp                            text    html    latex
  shuttle                           text    html    latex
  snails                            text    html    latex
  stdres                            text    html    latex
  steam                             text    html    latex
  stepAIC                           text    html    latex   example
  stormer                           text    html    latex
  studres                           text    html    latex
  summary.loglm                     text    html    latex
  summary.negbin                    text    html    latex   example
  summary.rlm                       text    html    latex   example
  survey                            text    html    latex
  synth.tr                          text    html    latex
  theta.md                          text    html    latex   example
  topo                              text    html    latex
  truehist                          text    html    latex
  ucv                               text    html    latex   example
  waders                            text    html    latex   example
  whiteside                         text    html    latex   example
  width.SJ                          text    html    latex   example
  write.matrix                      text    html    latex
  wtloss                            text    html    latex   example
** building package indices ...
* DONE (MASS)

* Installing *source* package 'class' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.2JVUfV/VR/class/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c class.c -o class.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o class.so class.o   
make[3]: Leaving directory `/tmp/R.INSTALL.2JVUfV/VR/class/src'
** R
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'class'
     Formats: text html latex example 
  SOM                               text    html    latex   example
  batchSOM                          text    html    latex   example
  condense                          text    html    latex   example
  knn                               text    html    latex   example
  knn.cv                            text    html    latex   example
  knn1                              text    html    latex   example
  lvq1                              text    html    latex   example
  lvq2                              text    html    latex   example
  lvq3                              text    html    latex   example
  lvqinit                           text    html    latex   example
  lvqtest                           text    html    latex   example
  multiedit                         text    html    latex   example
  olvq1                             text    html    latex   example
  reduce.nn                         text    html    latex   example
  somgrid                           text    html    latex
** building package indices ...
* DONE (class)

* Installing *source* package 'nnet' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.2JVUfV/VR/nnet/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nnet.c -o nnet.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o nnet.so nnet.o   
make[3]: Leaving directory `/tmp/R.INSTALL.2JVUfV/VR/nnet/src'
** R
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'nnet'
     Formats: text html latex example 
  class.ind                         text    html    latex   example
  multinom                          text    html    latex   example
  nnet.Hess                         text    html    latex   example
  nnet                              text    html    latex   example
  predict.nnet                      text    html    latex   example
  which.is.max                      text    html    latex   example
** building package indices ...
* DONE (nnet)

* Installing *source* package 'spatial' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.2JVUfV/VR/spatial/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c krc.c -o krc.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pps.c -o pps.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o spatial.so init.o krc.o pps.o   
make[3]: Leaving directory `/tmp/R.INSTALL.2JVUfV/VR/spatial/src'
** R
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'spatial'
     Formats: text html latex example 
  Kaver                             text    html    latex   example
  Kenvl                             text    html    latex   example
  Kfn                               text    html    latex   example
  Psim                              text    html    latex   example
  SSI                               text    html    latex   example
  Strauss                           text    html    latex   example
  anova.trls                        text    html    latex   example
  correlogram                       text    html    latex   example
  expcov                            text    html    latex   example
  ppgetregion                       text    html    latex
  ppinit                            text    html    latex   example
  pplik                             text    html    latex   example
  ppregion                          text    html    latex
  predict.trls                      text    html    latex   example
  prmat                             text    html    latex   example
  semat                             text    html    latex   example
  surf.gls                          text    html    latex   example
  surf.ls                           text    html    latex   example
  trls.influence                    text    html    latex   example
  trmat                             text    html    latex   example
  variogram                         text    html    latex   example
** building package indices ...
* DONE (spatial)
begin installing recommended package boot
* Installing *source* package 'boot' ...
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'boot'
     Formats: text html latex example 
  EEF.profile                       text    html    latex
  Imp.Estimates                     text    html    latex   example
  abc.ci                            text    html    latex   example
  acme                              text    html    latex
  aids                              text    html    latex
  aircondit                         text    html    latex
  amis                              text    html    latex
  aml                               text    html    latex
  beaver                            text    html    latex
  bigcity                           text    html    latex
  boot-practicals                   text    html    latex
  boot                              text    html    latex   example
  boot.array                        text    html    latex   example
  boot.ci                           text    html    latex   example
  brambles                          text    html    latex
  breslow                           text    html    latex
  calcium                           text    html    latex
  cane                              text    html    latex
  capability                        text    html    latex
  catsM                             text    html    latex
  cav                               text    html    latex
  cd4                               text    html    latex
  cd4.nested                        text    html    latex
  censboot                          text    html    latex   example
  channing                          text    html    latex
  claridge                          text    html    latex
  cloth                             text    html    latex
  co.transfer                       text    html    latex
  coal                              text    html    latex
  control                           text    html    latex   example
  corr                              text    html    latex
  cum3                              text    html    latex
  cv.glm                            text    html    latex   example
  darwin                            text    html    latex
  dogs                              text    html    latex
  downs.bc                          text    html    latex
  ducks                             text    html    latex
  empinf                            text    html    latex   example
  envelope                          text    html    latex   example
  exp.tilt                          text    html    latex   example
  fir                               text    html    latex
  freq.array                        text    html    latex
  frets                             text    html    latex
  glm.diag                          text    html    latex
  glm.diag.plots                    text    html    latex   example
  gravity                           text    html    latex
  hirose                            text    html    latex
  imp.weights                       text    html    latex
  inv.logit                         text    html    latex
  islay                             text    html    latex
  jack.after.boot                   text    html    latex   example
  k3.linear                         text    html    latex   example
  linear.approx                     text    html    latex   example
  lines.saddle.distn                text    html    latex   example
  logit                             text    html    latex
  manaus                            text    html    latex
  melanoma                          text    html    latex
  motor                             text    html    latex
  neuro                             text    html    latex
  nitrofen                          text    html    latex
  nodal                             text    html    latex
  norm.ci                           text    html    latex   example
  nuclear                           text    html    latex
  paulsen                           text    html    latex
  plot.boot                         text    html    latex   example
  poisons                           text    html    latex
  polar                             text    html    latex
  print.boot                        text    html    latex
  print.bootci                      text    html    latex
  print.saddle.distn                text    html    latex
  print.simplex                     text    html    latex
  remission                         text    html    latex
  saddle                            text    html    latex   example
  saddle.distn                      text    html    latex   example
  saddle.distn.object               text    html    latex
  salinity                          text    html    latex
  simplex                           text    html    latex   example
  simplex.object                    text    html    latex
  smooth.f                          text    html    latex   example
  sunspot                           text    html    latex
  survival                          text    html    latex
  tau                               text    html    latex
  tilt.boot                         text    html    latex   example
  tsboot                            text    html    latex   example
  tuna                              text    html    latex
  urine                             text    html    latex
  var.linear                        text    html    latex   example
  wool                              text    html    latex
** building package indices ...
* DONE (boot)
begin installing recommended package cluster
* Installing *source* package 'cluster' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.i9MhBV/cluster/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c clara.c -o clara.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c daisy.f -o daisy.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dysta.f -o dysta.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c fanny.c -o fanny.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c meet.f -o meet.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c mona.f -o mona.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pam.c -o pam.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sildist.c -o sildist.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c spannel.c -o spannel.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c twins.f -o twins.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o cluster.so clara.o daisy.o dysta.o fanny.o init.o meet.o mona.o pam.o sildist.o spannel.o twins.o  -lgfortran -lm 
make[3]: Leaving directory `/tmp/R.INSTALL.i9MhBV/cluster/src'
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'cluster'
     Formats: text html latex example 
  agnes                             text    html    latex   example
  agnes.object                      text    html    latex
  agriculture                       text    html    latex   example
  animals                           text    html    latex   example
  bannerplot                        text    html    latex   example
  chorSub                           text    html    latex   example
  clara                             text    html    latex   example
  clara.object                      text    html    latex
  clusplot                          text    html    latex
  clusplot.default                  text    html    latex   example
  clusplot.partition                text    html    latex   example
  cluster-internal                  text    html    latex
  coef.hclust                       text    html    latex   example
  daisy                             text    html    latex   example
  diana                             text    html    latex   example
  dissimilarity.object              text    html    latex
  ellipsoidhull                     text    html    latex   example
  fanny                             text    html    latex   example
  fanny.object                      text    html    latex
  flower                            text    html    latex   example
  lower.to.upper.tri.inds           text    html    latex   example
  mona                              text    html    latex   example
  mona.object                       text    html    latex
  pam                               text    html    latex   example
  pam.object                        text    html    latex   example
  partition.object                  text    html    latex
  plantTraits                       text    html    latex   example
  plot.agnes                        text    html    latex   example
  plot.diana                        text    html    latex   example
  plot.mona                         text    html    latex
  plot.partition                    text    html    latex   example
  pltree                            text    html    latex
  pltree.twins                      text    html    latex   example
  pluton                            text    html    latex   example
  predict.ellipsoid                 text    html    latex   example
  print.agnes                       text    html    latex
  print.clara                       text    html    latex
  print.diana                       text    html    latex
  print.dissimilarity               text    html    latex   example
  print.fanny                       text    html    latex
  print.mona                        text    html    latex
  print.pam                         text    html    latex
  ruspini                           text    html    latex   example
  silhouette                        text    html    latex   example
  sizeDiss                          text    html    latex   example
  summary.agnes                     text    html    latex   example
  summary.clara                     text    html    latex   example
  summary.diana                     text    html    latex
  summary.mona                      text    html    latex
  summary.pam                       text    html    latex
  twins.object                      text    html    latex
  volume.ellipsoid                  text    html    latex   example
  votes.repub                       text    html    latex
  xclara                            text    html    latex
** building package indices ...
* DONE (cluster)
begin installing recommended package codetools
* Installing *source* package 'codetools' ...
** R
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'codetools'
     Formats: text html latex example 
  checkUsage                        text    html    latex   example
  codetools                         text    html    latex
  findGlobals                       text    html    latex   example
  showTree                          text    html    latex   example
** building package indices ...
* DONE (codetools)
begin installing recommended package foreign
* Installing *source* package 'foreign' ...
checking for gcc... gcc -std=gnu99
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc -std=gnu99 accepts -g... yes
checking for gcc -std=gnu99 option to accept ANSI C... none needed
checking whether gcc -std=gnu99 accepts -Wno-long-long... yes
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking byteswap.h usability... yes
checking byteswap.h presence... yes
checking for byteswap.h... yes
checking for double... yes
checking size of double... 8
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/swap_bytes.h
config.status: creating src/var.h
** libs
make[3]: Entering directory `/tmp/R.INSTALL.MLEYh7/foreign/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c avl.c -o avl.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dbfopen.c -o dbfopen.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c file-handle.c -o file-handle.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c format.c -o format.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c minitab.c -o minitab.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pfm-read.c -o pfm-read.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c Rdbfread.c -o Rdbfread.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c Rdbfwrite.c -o Rdbfwrite.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c R_systat.c -o R_systat.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c SASxport.c -o SASxport.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sfm-read.c -o sfm-read.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c spss.c -o spss.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -Wno-long-long -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c stataread.c -o stataread.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o foreign.so avl.o dbfopen.o file-handle.o format.o init.o minitab.o pfm-read.o Rdbfread.o Rdbfwrite.o R_systat.o SASxport.o sfm-read.o spss.o stataread.o   
make[3]: Leaving directory `/tmp/R.INSTALL.MLEYh7/foreign/src'
** R
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'foreign'
     Formats: text html latex example 
  lookup.xport                      text    html    latex   example
  read.S                            text    html    latex   example
  read.arff                         text    html    latex
  read.dbf                          text    html    latex   example
  read.dta                          text    html    latex   example
  read.epiinfo                      text    html    latex   example
  read.mtp                          text    html    latex   example
  read.octave                       text    html    latex
  read.spss                         text    html    latex   example
  read.ssd                          text    html    latex   example
  read.systat                       text    html    latex   example
  read.xport                        text    html    latex   example
  write.arff                        text    html    latex   example
  write.dbf                         text    html    latex   example
  write.dta                         text    html    latex   example
  write.foreign                     text    html    latex   example
** building package indices ...
* DONE (foreign)
begin installing recommended package KernSmooth
* Installing *source* package 'KernSmooth' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.VZDdIb/KernSmooth/src'
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c blkest.f -o blkest.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c cp.f -o cp.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dgedi.f -o dgedi.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dgefa.f -o dgefa.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dgesl.f -o dgesl.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c linbin2D.f -o linbin2D.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c linbin.f -o linbin.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c locpoly.f -o locpoly.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rlbin.f -o rlbin.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sdiag.f -o sdiag.o
gfortran   -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c sstdiag.f -o sstdiag.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o KernSmooth.so blkest.o cp.o dgedi.o dgefa.o dgesl.o init.o linbin2D.o linbin.o locpoly.o rlbin.o sdiag.o sstdiag.o -L/home/znmeb/Packages/R-2.8.1/lib -lRblas -lgfortran -lm -lgfortran -lm 
make[3]: Leaving directory `/tmp/R.INSTALL.VZDdIb/KernSmooth/src'
** R
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'KernSmooth'
     Formats: text html latex example 
  bkde                              text    html    latex   example
  bkde2D                            text    html    latex   example
  bkfe                              text    html    latex   example
  dpih                              text    html    latex   example
  dpik                              text    html    latex   example
  dpill                             text    html    latex   example
  locpoly                           text    html    latex   example
** building package indices ...
* DONE (KernSmooth)
begin installing recommended package lattice
* Installing *source* package 'lattice' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.YJSwEZ/lattice/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c threeDplot.c -o threeDplot.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o lattice.so init.o threeDplot.o   
make[3]: Leaving directory `/tmp/R.INSTALL.YJSwEZ/lattice/src'
** R
** data
**  moving datasets to lazyload DB
** demo
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'lattice'
     Formats: text html latex example 
  Lattice                           text    html    latex   example
  Rows                              text    html    latex
  axis.default                      text    html    latex   example
  banking                           text    html    latex   example
  barchart.table                    text    html    latex   example
  barley                            text    html    latex   example
  cloud                             text    html    latex   example
  draw.colorkey                     text    html    latex
  draw.key                          text    html    latex
  environmental                     text    html    latex   example
  ethanol                           text    html    latex   example
  histogram                         text    html    latex   example
  interaction                       text    html    latex   example
  lattice.options                   text    html    latex   example
  latticeParseFormula               text    html    latex
  level.colors                      text    html    latex   example
  levelplot                         text    html    latex   example
  llines                            text    html    latex
  lset                              text    html    latex
  make.groups                       text    html    latex   example
  melanoma                          text    html    latex   example
  oneway                            text    html    latex
  packet.panel.default              text    html    latex   example
  panel.axis                        text    html    latex
  panel.barchart                    text    html    latex
  panel.bwplot                      text    html    latex   example
  panel.cloud                       text    html    latex
  panel.densityplot                 text    html    latex
  panel.dotplot                     text    html    latex
  panel.functions                   text    html    latex
  panel.histogram                   text    html    latex
  panel.levelplot                   text    html    latex
  panel.number                      text    html    latex
  panel.pairs                       text    html    latex
  panel.parallel                    text    html    latex
  panel.qqmath                      text    html    latex
  panel.qqmathline                  text    html    latex
  panel.stripplot                   text    html    latex
  panel.superpose                   text    html    latex
  panel.violin                      text    html    latex   example
  panel.xyplot                      text    html    latex   example
  prepanel.default                  text    html    latex
  prepanel.functions                text    html    latex
  print.trellis                     text    html    latex   example
  qq                                text    html    latex   example
  qqmath                            text    html    latex   example
  rfs                               text    html    latex   example
  shingles                          text    html    latex   example
  simpleKey                         text    html    latex
  simpleTheme                       text    html    latex   example
  singer                            text    html    latex   example
  splom                             text    html    latex   example
  strip.default                     text    html    latex   example
  tmd                               text    html    latex   example
  trellis.device                    text    html    latex
  trellis.object                    text    html    latex
  trellis.par.get                   text    html    latex   example
  update.trellis                    text    html    latex   example
  utilities.3d                      text    html    latex
  xyplot                            text    html    latex   example
** building package indices ...
* DONE (lattice)
begin installing recommended package nlme
* Installing *source* package 'nlme' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.CD2Mk2/nlme/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c corStruct.c -o corStruct.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c gnls.c -o gnls.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c matrix.c -o matrix.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nlme.c -o nlme.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nlmefit.c -o nlmefit.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nlOptimizer.c -o nlOptimizer.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nls.c -o nls.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include   -fvisibility=hidden -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pdMat.c -o pdMat.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o nlme.so corStruct.o gnls.o init.o matrix.o nlme.o nlmefit.o nlOptimizer.o nls.o pdMat.o   
make[3]: Leaving directory `/tmp/R.INSTALL.CD2Mk2/nlme/src'
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'nlme'
     Formats: text html latex example 
  ACF                               text    html    latex   example
  ACF.gls                           text    html    latex   example
  ACF.lme                           text    html    latex   example
  Alfalfa                           text    html    latex
  Assay                             text    html    latex
  BIC                               text    html    latex   example
  BIC.logLik                        text    html    latex   example
  BodyWeight                        text    html    latex
  Cefamandole                       text    html    latex   example
  Coef                              text    html    latex   example
  Covariate                         text    html    latex   example
  Covariate.varFunc                 text    html    latex   example
  Dialyzer                          text    html    latex
  Dim                               text    html    latex   example
  Dim.corSpatial                    text    html    latex   example
  Dim.corStruct                     text    html    latex   example
  Dim.pdMat                         text    html    latex   example
  Earthquake                        text    html    latex
  Extract.pdMat                     text    html    latex   example
  Fatigue                           text    html    latex
  Gasoline                          text    html    latex
  Glucose                           text    html    latex
  Glucose2                          text    html    latex
  Gun                               text    html    latex
  IGF                               text    html    latex
  Initialize                        text    html    latex   example
  Initialize.corStruct              text    html    latex   example
  Initialize.glsStruct              text    html    latex
  Initialize.lmeStruct              text    html    latex
  Initialize.reStruct               text    html    latex
  Initialize.varFunc                text    html    latex   example
  LDEsysMat                         text    html    latex   example
  Machines                          text    html    latex
  MathAchSchool                     text    html    latex
  MathAchieve                       text    html    latex   example
  Matrix                            text    html    latex   example
  Matrix.pdMat                      text    html    latex   example
  Matrix.reStruct                   text    html    latex   example
  Meat                              text    html    latex
  Milk                              text    html    latex
  Muscle                            text    html    latex
  Names                             text    html    latex   example
  Names.formula                     text    html    latex   example
  Names.pdBlocked                   text    html    latex   example
  Names.pdMat                       text    html    latex   example
  Names.reStruct                    text    html    latex   example
  Nitrendipene                      text    html    latex
  Oats                              text    html    latex
  Orthodont                         text    html    latex   example
  Ovary                             text    html    latex
  Oxboys                            text    html    latex
  Oxide                             text    html    latex
  PBG                               text    html    latex
  Phenobarb                         text    html    latex
  Pixel                             text    html    latex   example
  Quinidine                         text    html    latex
  Rail                              text    html    latex
  RatPupWeight                      text    html    latex
  Relaxin                           text    html    latex
  Remifentanil                      text    html    latex
  Soybean                           text    html    latex   example
  Spruce                            text    html    latex
  Tetracycline1                     text    html    latex
  Tetracycline2                     text    html    latex
  VarCorr                           text    html    latex   example
  Variogram                         text    html    latex   example
  Variogram.corExp                  text    html    latex   example
  Variogram.corGaus                 text    html    latex   example
  Variogram.corLin                  text    html    latex   example
  Variogram.corRatio                text    html    latex   example
  Variogram.corSpatial              text    html    latex   example
  Variogram.corSpher                text    html    latex   example
  Variogram.default                 text    html    latex   example
  Variogram.gls                     text    html    latex   example
  Variogram.lme                     text    html    latex   example
  Wafer                             text    html    latex
  Wheat                             text    html    latex
  Wheat2                            text    html    latex
  allCoef                           text    html    latex   example
  anova.gls                         text    html    latex   example
  anova.lme                         text    html    latex   example
  as.matrix.corStruct               text    html    latex   example
  as.matrix.pdMat                   text    html    latex   example
  as.matrix.reStruct                text    html    latex   example
  asOneFormula                      text    html    latex   example
  asTable                           text    html    latex   example
  augPred                           text    html    latex   example
  balancedGrouped                   text    html    latex   example
  bdf                               text    html    latex   example
  coef.corStruct                    text    html    latex   example
  coef.gnls                         text    html    latex   example
  coef.lmList                       text    html    latex   example
  coef.lme                          text    html    latex   example
  coef.modelStruct                  text    html    latex   example
  coef.pdMat                        text    html    latex   example
  coef.reStruct                     text    html    latex   example
  coef.varFunc                      text    html    latex   example
  collapse                          text    html    latex   example
  collapse.groupedData              text    html    latex   example
  compareFits                       text    html    latex   example
  comparePred                       text    html    latex   example
  corAR1                            text    html    latex   example
  corARMA                           text    html    latex   example
  corCAR1                           text    html    latex   example
  corClasses                        text    html    latex
  corCompSymm                       text    html    latex   example
  corExp                            text    html    latex   example
  corFactor                         text    html    latex   example
  corFactor.corStruct               text    html    latex   example
  corGaus                           text    html    latex   example
  corLin                            text    html    latex   example
  corMatrix                         text    html    latex   example
  corMatrix.corStruct               text    html    latex   example
  corMatrix.pdMat                   text    html    latex   example
  corMatrix.reStruct                text    html    latex   example
  corNatural                        text    html    latex   example
  corRatio                          text    html    latex   example
  corSpatial                        text    html    latex   example
  corSpher                          text    html    latex   example
  corSymm                           text    html    latex   example
  ergoStool                         text    html    latex   example
  fdHess                            text    html    latex   example
  fitted.glsStruct                  text    html    latex
  fitted.gnlsStruct                 text    html    latex
  fitted.lmList                     text    html    latex   example
  fitted.lme                        text    html    latex   example
  fitted.lmeStruct                  text    html    latex
  fitted.nlmeStruct                 text    html    latex
  fixed.effects                     text    html    latex   example
  fixef.lmList                      text    html    latex   example
  formula.pdBlocked                 text    html    latex   example
  formula.pdMat                     text    html    latex   example
  formula.reStruct                  text    html    latex   example
  gapply                            text    html    latex   example
  getCovariate                      text    html    latex   example
  getCovariate.corStruct            text    html    latex   example
  getCovariate.data.frame           text    html    latex   example
  getCovariate.varFunc              text    html    latex   example
  getCovariateFormula               text    html    latex   example
  getData                           text    html    latex   example
  getData.gls                       text    html    latex   example
  getData.lmList                    text    html    latex   example
  getData.lme                       text    html    latex   example
  getGroups                         text    html    latex   example
  getGroups.corStruct               text    html    latex   example
  getGroups.data.frame              text    html    latex   example
  getGroups.gls                     text    html    latex   example
  getGroups.lmList                  text    html    latex   example
  getGroups.lme                     text    html    latex   example
  getGroups.varFunc                 text    html    latex   example
  getGroupsFormula                  text    html    latex   example
  getResponse                       text    html    latex   example
  getResponseFormula                text    html    latex   example
  getVarCov                         text    html    latex   example
  gls                               text    html    latex   example
  glsControl                        text    html    latex   example
  glsObject                         text    html    latex
  glsStruct                         text    html    latex   example
  gnls                              text    html    latex   example
  gnlsControl                       text    html    latex   example
  gnlsObject                        text    html    latex
  gnlsStruct                        text    html    latex   example
  groupedData                       text    html    latex   example
  gsummary                          text    html    latex   example
  intervals                         text    html    latex   example
  intervals.gls                     text    html    latex   example
  intervals.lmList                  text    html    latex   example
  intervals.lme                     text    html    latex   example
  isBalanced                        text    html    latex   example
  isInitialized                     text    html    latex   example
  lmList                            text    html    latex   example
  lmList.groupedData                text    html    latex   example
  lme                               text    html    latex   example
  lme.groupedData                   text    html    latex   example
  lme.lmList                        text    html    latex   example
  lmeControl                        text    html    latex   example
  lmeObject                         text    html    latex
  lmeScale                          text    html    latex
  lmeStruct                         text    html    latex   example
  logDet                            text    html    latex   example
  logDet.corStruct                  text    html    latex   example
  logDet.pdMat                      text    html    latex   example
  logDet.reStruct                   text    html    latex   example
  logLik.corStruct                  text    html    latex   example
  logLik.glsStruct                  text    html    latex
  logLik.gnls                       text    html    latex   example
  logLik.gnlsStruct                 text    html    latex
  logLik.lmList                     text    html    latex   example
  logLik.lme                        text    html    latex   example
  logLik.lmeStruct                  text    html    latex
  logLik.reStruct                   text    html    latex
  logLik.varFunc                    text    html    latex   example
  model.matrix.reStruct             text    html    latex   example
  needUpdate                        text    html    latex   example
  needUpdate.modelStruct            text    html    latex   example
  nlme                              text    html    latex   example
  nlme.nlsList                      text    html    latex   example
  nlmeControl                       text    html    latex   example
  nlmeObject                        text    html    latex
  nlmeStruct                        text    html    latex   example
  nlsList                           text    html    latex   example
  nlsList.selfStart                 text    html    latex   example
  pairs.compareFits                 text    html    latex   example
  pairs.lmList                      text    html    latex   example
  pairs.lme                         text    html    latex   example
  pdBlocked                         text    html    latex   example
  pdClasses                         text    html    latex
  pdCompSymm                        text    html    latex   example
  pdConstruct                       text    html    latex   example
  pdConstruct.pdBlocked             text    html    latex   example
  pdDiag                            text    html    latex   example
  pdFactor                          text    html    latex   example
  pdFactor.reStruct                 text    html    latex   example
  pdIdent                           text    html    latex   example
  pdLogChol                         text    html    latex   example
  pdMat                             text    html    latex   example
  pdMatrix                          text    html    latex   example
  pdMatrix.reStruct                 text    html    latex   example
  pdNatural                         text    html    latex   example
  pdSymm                            text    html    latex   example
  phenoModel                        text    html    latex
  plot.ACF                          text    html    latex   example
  plot.Variogram                    text    html    latex   example
  plot.augPred                      text    html    latex   example
  plot.compareFits                  text    html    latex   example
  plot.gls                          text    html    latex   example
  plot.intervals.lmList             text    html    latex   example
  plot.lmList                       text    html    latex   example
  plot.lme                          text    html    latex   example
  plot.nffGroupedData               text    html    latex   example
  plot.nfnGroupedData               text    html    latex   example
  plot.nmGroupedData                text    html    latex   example
  plot.ranef.lmList                 text    html    latex   example
  plot.ranef.lme                    text    html    latex   example
  pooledSD                          text    html    latex   example
  predict.gls                       text    html    latex   example
  predict.gnls                      text    html    latex   example
  predict.lmList                    text    html    latex   example
  predict.lme                       text    html    latex   example
  predict.nlme                      text    html    latex   example
  print.summary.pdMat               text    html    latex   example
  print.varFunc                     text    html    latex   example
  qqnorm.gls                        text    html    latex   example
  qqnorm.lme                        text    html    latex   example
  quinModel                         text    html    latex
  random.effects                    text    html    latex   example
  ranef.lmList                      text    html    latex   example
  ranef.lme                         text    html    latex   example
  reStruct                          text    html    latex   example
  recalc                            text    html    latex   example
  recalc.corStruct                  text    html    latex
  recalc.modelStruct                text    html    latex
  recalc.reStruct                   text    html    latex
  recalc.varFunc                    text    html    latex
  residuals.gls                     text    html    latex   example
  residuals.glsStruct               text    html    latex
  residuals.gnlsStruct              text    html    latex
  residuals.lmList                  text    html    latex   example
  residuals.lme                     text    html    latex   example
  residuals.lmeStruct               text    html    latex
  residuals.nlmeStruct              text    html    latex
  simulate.lme                      text    html    latex   example
  solve.pdMat                       text    html    latex   example
  solve.reStruct                    text    html    latex   example
  splitFormula                      text    html    latex   example
  summary.corStruct                 text    html    latex   example
  summary.gls                       text    html    latex   example
  summary.lmList                    text    html    latex   example
  summary.lme                       text    html    latex   example
  summary.modelStruct               text    html    latex   example
  summary.nlsList                   text    html    latex   example
  summary.pdMat                     text    html    latex   example
  summary.varFunc                   text    html    latex   example
  update.modelStruct                text    html    latex
  update.varFunc                    text    html    latex
  varClasses                        text    html    latex
  varComb                           text    html    latex   example
  varConstPower                     text    html    latex   example
  varExp                            text    html    latex   example
  varFixed                          text    html    latex   example
  varFunc                           text    html    latex   example
  varIdent                          text    html    latex   example
  varPower                          text    html    latex   example
  varWeights                        text    html    latex   example
  varWeights.glsStruct              text    html    latex
  varWeights.lmeStruct              text    html    latex
** building package indices ...
* DONE (nlme)
begin installing recommended package mgcv
* Installing *source* package 'mgcv' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.L3yFxU/mgcv/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c gcv.c -o gcv.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c gdi.c -o gdi.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c magic.c -o magic.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c mat.c -o mat.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c matrix.c -o matrix.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c mgcv.c -o mgcv.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c qp.c -o qp.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c tprs.c -o tprs.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o mgcv.so gcv.o gdi.o init.o magic.o mat.o matrix.o mgcv.o qp.o tprs.o -L/home/znmeb/Packages/R-2.8.1/lib -lRlapack -L/home/znmeb/Packages/R-2.8.1/lib -lRblas -lgfortran -lm  
make[3]: Leaving directory `/tmp/R.INSTALL.L3yFxU/mgcv/src'
** R
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'mgcv'
     Formats: text html latex example 
  Predict.matrix                    text    html    latex   example
  anova.gam                         text    html    latex   example
  cSplineDes                        text    html    latex   example
  choose.k                          text    html    latex   example
  exclude.too.far                   text    html    latex   example
  extract.lme.cov                   text    html    latex   example
  fix.family.link                   text    html    latex
  fixDependence                     text    html    latex   example
  formXtViX                         text    html    latex
  formula.gam                       text    html    latex
  full.score                        text    html    latex
  gam                               text    html    latex   example
  gam.check                         text    html    latex   example
  gam.control                       text    html    latex
  gam.convergence                   text    html    latex
  gam.fit                           text    html    latex
  gam.fit3                          text    html    latex
  gam.method                        text    html    latex
  gam.models                        text    html    latex   example
  gam.outer                         text    html    latex
  gam.selection                     text    html    latex   example
  gam.setup                         text    html    latex
  gam.side                          text    html    latex   example
  gam2objective                     text    html    latex
  gamObject                         text    html    latex
  gamSim                            text    html    latex   example
  gamm                              text    html    latex   example
  gamm.setup                        text    html    latex
  get.var                           text    html    latex   example
  influence.gam                     text    html    latex
  initial.sp                        text    html    latex
  interpret.gam                     text    html    latex
  linear.functional.terms           text    html    latex   example
  logLik.gam                        text    html    latex
  magic                             text    html    latex   example
  magic.post.proc                   text    html    latex
  mgcv-package                      text    html    latex   example
  mgcv                              text    html    latex   example
  mgcv.control                      text    html    latex
  model.matrix.gam                  text    html    latex   example
  mono.con                          text    html    latex   example
  mroot                             text    html    latex   example
  negbin                            text    html    latex   example
  new.name                          text    html    latex   example
  notExp                            text    html    latex   example
  notExp2                           text    html    latex   example
  null.space.dimension              text    html    latex   example
  pcls                              text    html    latex   example
  pdIdnot                           text    html    latex   example
  pdTens                            text    html    latex   example
  place.knots                       text    html    latex   example
  plot.gam                          text    html    latex   example
  predict.gam                       text    html    latex   example
  print.gam                         text    html    latex
  residuals.gam                     text    html    latex
  s                                 text    html    latex   example
  smooth.construct                  text    html    latex   example
  smooth.construct.ad.smooth.spec   text    html    latex   example
  smooth.construct.cr.smooth.spec   text    html    latex   example
  smooth.construct.ps.smooth.spec   text    html    latex   example
  smooth.construct.tp.smooth.spec   text    html    latex   example
  smooth.terms                      text    html    latex   example
  smoothCon                         text    html    latex
  step.gam                          text    html    latex   example
  summary.gam                       text    html    latex   example
  te                                text    html    latex   example
  tensor.prod.model.matrix          text    html    latex   example
  uniquecombs                       text    html    latex   example
  vcov.gam                          text    html    latex   example
  vis.gam                           text    html    latex   example
** building package indices ...
* DONE (mgcv)
begin installing recommended package rpart
* Installing *source* package 'rpart' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.V4PmVf/rpart/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c anova.c -o anova.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c anovapred.c -o anovapred.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c branch.c -o branch.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c bsplit.c -o bsplit.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c choose_surg.c -o choose_surg.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c fix_cp.c -o fix_cp.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c free_tree.c -o free_tree.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c gini.c -o gini.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c graycode.c -o graycode.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c insert_split.c -o insert_split.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c make_cp_list.c -o make_cp_list.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c make_cp_table.c -o make_cp_table.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c mysort.c -o mysort.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c nodesplit.c -o nodesplit.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c partition.c -o partition.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c poisson.c -o poisson.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pred_rpart.c -o pred_rpart.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rpart.c -o rpart.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rpart_callback.c -o rpart_callback.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rpartexp2.c -o rpartexp2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rpcountup.c -o rpcountup.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rpmatrix.c -o rpmatrix.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rundown2.c -o rundown2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c rundown.c -o rundown.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c s_to_rp.c -o s_to_rp.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c surrogate.c -o surrogate.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c s_xpred.c -o s_xpred.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c usersplit.c -o usersplit.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c xval.c -o xval.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o rpart.so anova.o anovapred.o branch.o bsplit.o choose_surg.o fix_cp.o free_tree.o gini.o graycode.o init.o insert_split.o make_cp_list.o make_cp_table.o mysort.o nodesplit.o partition.o poisson.o pred_rpart.o rpart.o rpart_callback.o rpartexp2.o rpcountup.o rpmatrix.o rundown2.o rundown.o s_to_rp.o surrogate.o s_xpred.o usersplit.o xval.o   
make[3]: Leaving directory `/tmp/R.INSTALL.V4PmVf/rpart/src'
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
 >>> Building/Updating help pages for package 'rpart'
     Formats: text html latex example 
  car.test.frame                    text    html    latex   example
  cu.summary                        text    html    latex   example
  kyphosis                          text    html    latex   example
  labels.rpart                      text    html    latex
  meanvar.rpart                     text    html    latex   example
  na.rpart                          text    html    latex
  path.rpart                        text    html    latex   example
  plot.rpart                        text    html    latex   example
  plotcp                            text    html    latex
  post.rpart                        text    html    latex   example
  predict.rpart                     text    html    latex   example
  print.rpart                       text    html    latex   example
  printcp                           text    html    latex   example
  prune.rpart                       text    html    latex   example
  residuals.rpart                   text    html    latex   example
  rpart-internal                    text    html    latex
  rpart                             text    html    latex   example
  rpart.control                     text    html    latex
  rpart.object                      text    html    latex
  rpconvert                         text    html    latex
  rsq.rpart                         text    html    latex   example
  snip.rpart                        text    html    latex   example
  solder                            text    html    latex   example
  summary.rpart                     text    html    latex   example
  text.rpart                        text    html    latex   example
  xpred.rpart                       text    html    latex   example
** building package indices ...
* DONE (rpart)
begin installing recommended package survival
* Installing *source* package 'survival' ...
** libs
make[3]: Entering directory `/tmp/R.INSTALL.dsHzyi/survival/src'
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agexact.c -o agexact.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agfit2.c -o agfit2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agfit3.c -o agfit3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agfit5.c -o agfit5.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agfit_null.c -o agfit_null.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agmart2.c -o agmart2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agmart.c -o agmart.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agscore.c -o agscore.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agsurv1.c -o agsurv1.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agsurv2.c -o agsurv2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c agsurv3.c -o agsurv3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c char_date.c -o char_date.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c chinv2.c -o chinv2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c chinv3.c -o chinv3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c cholesky2.c -o cholesky2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c cholesky3.c -o cholesky3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c chsolve2.c -o chsolve2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c chsolve3.c -o chsolve3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxdetail.c -o coxdetail.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxfit2.c -o coxfit2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxfit5.c -o coxfit5.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxmart.c -o coxmart.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxph_wtest.c -o coxph_wtest.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c cox_Rcallback.c -o cox_Rcallback.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxscho.c -o coxscho.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c coxscore.c -o coxscore.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c dmatrix.c -o dmatrix.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c doloop.c -o doloop.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c init.c -o init.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pyears1.c -o pyears1.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pyears2.c -o pyears2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pyears3.c -o pyears3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c pystep.c -o pystep.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c surv_callback.c -o surv_callback.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survdiff2.c -o survdiff2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survfit2.c -o survfit2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survfit3.c -o survfit3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survindex2.c -o survindex2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survindex3.c -o survindex3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survreg2.c -o survreg2.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survreg3.c -o survreg3.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survreg4.c -o survreg4.o
gcc -std=gnu99 -I/home/znmeb/Packages/R-2.8.1/include  -I/usr/local/include    -fpic  -O3 -march=athlon64 -mtune=athlon64 -pipe -c survreg5.c -o survreg5.o
gcc -std=gnu99 -shared -L/usr/local/lib64 -o survival.so agexact.o agfit2.o agfit3.o agfit5.o agfit_null.o agmart2.o agmart.o agscore.o agsurv1.o agsurv2.o agsurv3.o char_date.o chinv2.o chinv3.o cholesky2.o cholesky3.o chsolve2.o chsolve3.o coxdetail.o coxfit2.o coxfit5.o coxmart.o coxph_wtest.o cox_Rcallback.o coxscho.o coxscore.o dmatrix.o doloop.o init.o pyears1.o pyears2.o pyears3.o pystep.o surv_callback.o survdiff2.o survfit2.o survfit3.o survindex2.o survindex3.o survreg2.o survreg3.o survreg4.o survreg5.o   
make[3]: Leaving directory `/tmp/R.INSTALL.dsHzyi/survival/src'
** R
** data
**  moving datasets to lazyload DB
** inst
** preparing package for lazy loading
Loading required package: splines
** help
 >>> Building/Updating help pages for package 'survival'
     Formats: text html latex example 
  Surv                              text    html    latex   example
  aml                               text    html    latex
  anova.coxph                       text    html    latex   example
  as.date                           text    html    latex   example
  attrassign                        text    html    latex   example
  bladder                           text    html    latex
  cch                               text    html    latex   example
  clogit                            text    html    latex   example
  cluster                           text    html    latex   example
  colon                             text    html    latex
  cox.zph                           text    html    latex   example
  coxph                             text    html    latex   example
  coxph.detail                      text    html    latex   example
  coxph.object                      text    html    latex
  date.ddmmmyy                      text    html    latex   example
  date.mdy                          text    html    latex   example
  date.mmddyy                       text    html    latex   example
  date.mmddyyyy                     text    html    latex   example
  date.object                       text    html    latex
  frailty                           text    html    latex   example
  heart                             text    html    latex
  is.ratetable                      text    html    latex   example
  kidney                            text    html    latex   example
  lines.survfit                     text    html    latex   example
  lung                              text    html    latex
  mdy.date                          text    html    latex   example
  nwtco                             text    html    latex   example
  ovarian                           text    html    latex
  pbc                               text    html    latex
  plot.cox.zph                      text    html    latex   example
  plot.survfit                      text    html    latex   example
  predict.coxph                     text    html    latex   example
  predict.survreg                   text    html    latex   example
  print.survfit                     text    html    latex   example
  pspline                           text    html    latex   example
  pyears                            text    html    latex   example
  ratetable                         text    html    latex   example
  rats                              text    html    latex
  residuals.coxph                   text    html    latex   example
  residuals.survreg                 text    html    latex   example
  ridge                             text    html    latex   example
  stanford2                         text    html    latex
  strata                            text    html    latex   example
  summary.survfit                   text    html    latex   example
  survSplit                         text    html    latex   example
  survdiff                          text    html    latex   example
  survexp                           text    html    latex   example
  survexp.fit                       text    html    latex
  survexp.us                        text    html    latex   example
  survfit                           text    html    latex   example
  survfit.object                    text    html    latex
  survival-internal                 text    html    latex
  survobrien                        text    html    latex   example
  survreg                           text    html    latex   example
  survreg.control                   text    html    latex
  survreg.distributions             text    html    latex   example
  survreg.object                    text    html    latex
  survreg.old                       text    html    latex   example
  tcut                              text    html    latex   example
  tobin                             text    html    latex   example
  untangle.specials                 text    html    latex   example
  veteran                           text    html    latex
** building package indices ...
* DONE (survival)
make[2]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/Recommended'
make[1]: Leaving directory `/home/znmeb/Packages/R-2.8.1/src/library/Recommended'

