compilation of R-0.63.3 on alpha (PR#183)
a.o.jaunsen@astro.uio.no
a.o.jaunsen@astro.uio.no
Mon, 3 May 1999 11:27:53 +0200 (MET DST)
This is a multipart MIME message.
--==_Exmh_981436288450
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi !
I have problems compiling R successfully on a DEC-UINX 4.0E.
I have applied the recommended config.site, which I enclose.
As can be seen from the compilation log there are linking errors...
I did a 'make check' which fails for the R binary.
>make check
=2E
=2E
=2E
Building system startup profile
make[7]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/profile'
make[6]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
'
make[5]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src'
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3'
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/tests=
'
Massaging examples into base-Ex.R ...
Running all help() examples ...
=2E./../bin/R --vanilla < base-Ex.R > base-Ex.Rout
/bin/sh: 5676 Floating exception
make[2]: *** [base-Ex.Rout] Error 136
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/tests=
/Examp
les'
make[1]: *** [test-Examples] Error 2
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/tests=
'
make: [test-All] Error 2 (ignored)
Regards,
Andreas
--==_Exmh_981436288450
Content-Type: text/plain ; name="config.site"; charset=iso-8859-1
Content-Description: config.site
Content-Disposition: attachment; filename="config.site"
Content-Transfer-Encoding: quoted-printable
#! /bin/sh
### This file is part of R.
###
### R is free software; you can redistribute it and/or modify it under
### the terms of the GNU General Public License as published by the Free
### Software Foundation; either version 2 of the License, or (at your
### option) any later version.
###
### R is distributed in the hope that it will be useful, but WITHOUT ANY
### WARRANTY; without even the implied warranty of MERCHANTABILITY or
### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
### License for more details.
###
### You should have received a copy of the GNU General Public License
### along with R; if not, you can obtain it via the World Wide Web at
### `http://www.gnu.org/copyleft/gpl.html', or by writing to the Free
### Software Foundation, 59 Temple Place -- Suite 330, Boston, MA
### 02111-3307, USE.
# By means of this file you can (also) provide default values for the
# configuration process. To set variables, uncomment the VAR=3DDEFAULT
# lines and set DEFAULT according to your needs.
# The command used to spool PostScript files to the printer.
# If unspecified, the system will look for either "lpr" or "lp"
R_PRINTCMD=3Dppr
# The paper size for the local (PostScript) printer.
# It must either be left blank or set to one of "a4" or "letter".
# If left blank the system will use "a4".
R_PAPERSIZE=3Da4
# The default behavior of R if it encounters EOF in batch mode.
# Set this to one of "--save" or "--no-save" depending whether you
# want automatic saving of `.RData' or not.
# R_BATCHSAVE=3D
# The command which runs the C compiler.
# If unspecified, a search is made for gcc and cc (in that order).
# To override this choice, specify the name of the command which runs
# the compiler here, for example `c89'.
CC=3D"cc"
# Debugging and optimization options for the C compiler.
# Use this to specify CFLAGS for the version of the C compiler specified
# above. If unspecified, defaults to "-g -O2" for gcc, and "-g" in all
# other cases.
# CFLAGS=3D"-g -I/usr/local/include"
# Header file search directory (`-IDIR') and any other miscellaneous
# options for the C preprocessor and compiler.
# CPPFLAGS=3D
# The command which runs the the FORTRAN compiler.
# If unspecified, a search is made for g77, fort77, f77, f90, xlf, cf77,
# and fc (in that order). If none of these is found, f2c is used if
# found; otherwise, R cannot be compiled. The search mechanism can be
# changed using the `--with-g77', `--with-f77', and `--with-f2c' command
# line options to configure.
FC=3D"f77"
# Options for the FORTRAN compiler.
# Use this to specify FFLAGS for the version of the compiler specified
# above. If unspecified, defaults to "-O2" for g77, and "" otherwise.
FFLAGS=3D"-g -fpe3"
# The command to be used to load the main R binary.
# This is usually the FORTRAN or C compiler, but the automatic choice
# can be overriden by means of this variable.
LDCMD=3D"f77 -g -nofor_main -fpe3 "
# For `-l' and `-L' options to pass to the linker.
# LIBS=3D
# The flags which are necessary for loading main program which will load
# DLLs at runtime. HP-UX and Linux-elf are examples of platforms which
# use this. These platforms are already taken care of by configure.
# DLLFLAGS=3D
# Any special flags which must be used when compiling C code to be
# turned into a shared library. This is typically something like -fpic
# or -fPIC. If this variable is left unspecified an attempt is made to
# automatically detect the correct value by configure.
# CPICFLAGS=3D
# The following variable can be used to provide any PIC flags for the
# FORTRAN compiler (if you are using one). If not specified, the value
# of CPICFLAGS above is used.
# FPICFLAGS=3D
# Any special flags which are required by "ld" when creating shared
# libraries. This is usually automatically detected by configure.
SHLIBLDFLAGS=3D'-shared -expect_unresolved "*"'
--==_Exmh_981436288450
Content-Type: text/plain ; name="rlog.txt"; charset=iso-8859-1
Content-Description: rlog.txt
Content-Disposition: attachment; filename="rlog.txt"
Content-Transfer-Encoding: quoted-printable
>make
make[1]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/afm'=
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/afm'
make[1]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/demo=
s'
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/demos=
'
make[1]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/doc'=
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/doc'
make[1]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/etc'=
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/etc'
make[1]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src'=
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
includ
e'
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/i=
nclude
'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
appl'
gcc -ieee_with_inexact -g -I../include -I../../src/include -c S_compat.c=
-o =
S_compat.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c approx.c -=
o =
approx.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c bakslv.c -=
o =
bakslv.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c binning.c =
-o =
binning.o
f77 -g -fpe3 -c ch2inv.f -o ch2inv.o
f77 -g -fpe3 -c chol.f -o chol.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c cpoly.c -o=
=
cpoly.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c cumsum.c -=
o =
cumsum.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c distance.c=
-o =
distance.o
f77 -g -fpe3 -c dpoco.f -o dpoco.o
f77 -g -fpe3 -c dpodi.f -o dpodi.o
f77 -g -fpe3 -c dpofa.f -o dpofa.o
f77 -g -fpe3 -c dposl.f -o dposl.o
f77 -g -fpe3 -c dqrdc.f -o dqrdc.o
f77 -g -fpe3 -c dqrdc2.f -o dqrdc2.o
f77 -g -fpe3 -c dqrls.f -o dqrls.o
f77 -g -fpe3 -c dqrsl.f -o dqrsl.o
f77 -g -fpe3 -c dqrutl.f -o dqrutl.o
f77 -g -fpe3 -c dsvdc.f -o dsvdc.o
f77 -g -fpe3 -c dtrco.f -o dtrco.o
f77 -g -fpe3 -c dtrsl.f -o dtrsl.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c eigen.c -o=
=
eigen.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fortran.c =
-o =
fortran.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fft.c -o f=
ft.o
f77 -g -fpe3 -c fmin.f -o fmin.o
f77 -g -fpe3 -c lminfl.f -o lminfl.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c loglin.c -=
o =
loglin.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lowess.c -=
o =
lowess.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c machar.c -=
o =
machar.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c massdist.c=
-o =
massdist.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pretty.c -=
o =
pretty.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pythag.c -=
o =
pythag.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rowsum.c -=
o =
rowsum.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c splines.c =
-o =
splines.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c stem.c -o =
stem.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c strsignif.=
c -o =
strsignif.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c tabulate.c=
-o =
tabulate.o
f77 -g -fpe3 -c uncmin.f -o uncmin.o
f77 -g -fpe3 -c zeroin.f -o zeroin.o
ar cr libappl.a S_compat.o approx.o bakslv.o binning.o ch2inv.o chol.o =
cpoly.o cumsum.o distance.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc=
2.o =
dqrls.o dqrsl.o dqrutl.o dsvdc.o dtrco.o dtrsl.o eigen.o fortran.o fft.o =
fmin.o lminfl.o loglin.o lowess.o machar.o massdist.o pretty.o pythag.o =
rowsum.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o
ranlib libappl.a
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/a=
ppl'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
nmath'
gcc -ieee_with_inexact -g -I../include -I../../src/include -c mlutils.c =
-o =
mlutils.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c d1mach.c -=
o =
d1mach.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c i1mach.c -=
o =
i1mach.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmax2.c -o=
=
fmax2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmin2.c -o=
=
fmin2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fmod.c -o =
fmod.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fprec.c -o=
=
fprec.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fround.c -=
o =
fround.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c ftrunc.c -=
o =
ftrunc.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c sign.c -o =
sign.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fsign.c -o=
=
fsign.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fsquare.c =
-o =
fsquare.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fcube.c -o=
=
fcube.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c imax2.c -o=
=
imax2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c imin2.c -o=
=
imin2.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c chebyshev.=
c -o =
chebyshev.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c logrelerr.=
c -o =
logrelerr.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lgammacor.=
c -o =
lgammacor.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gammalims.=
c -o =
gammalims.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gamma.c -o=
=
gamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lgamma.c -=
o =
lgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gamma_cody=
=2Ec -o =
gamma_cody.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c beta.c -o =
beta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c lbeta.c -o=
=
lbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c polygamma.=
c -o =
polygamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_i.c=
-o =
bessel_i.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_j.c=
-o =
bessel_j.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_k.c=
-o =
bessel_k.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c bessel_y.c=
-o =
bessel_y.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c choose.c -=
o =
choose.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c snorm.c -o=
=
snorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c sunif.c -o=
=
sunif.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c sexp.c -o =
sexp.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dgamma.c -=
o =
dgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pgamma.c -=
o =
pgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qgamma.c -=
o =
qgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rgamma.c -=
o =
rgamma.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dbeta.c -o=
=
dbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pbeta.c -o=
=
pbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qbeta.c -o=
=
qbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rbeta.c -o=
=
rbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dunif.c -o=
=
dunif.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c punif.c -o=
=
punif.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qunif.c -o=
=
qunif.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c runif.c -o=
=
runif.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnorm.c -o=
=
dnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnorm.c -o=
=
pnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnorm.c -o=
=
qnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rnorm.c -o=
=
rnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dlnorm.c -=
o =
dlnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c plnorm.c -=
o =
plnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qlnorm.c -=
o =
qlnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rlnorm.c -=
o =
rlnorm.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c df.c -o df=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pf.c -o pf=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qf.c -o qf=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rf.c -o rf=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dt.c -o dt=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pt.c -o pt=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qt.c -o qt=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rt.c -o rt=
=2Eo
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dchisq.c -=
o =
dchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pchisq.c -=
o =
pchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qchisq.c -=
o =
qchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rchisq.c -=
o =
rchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dbinom.c -=
o =
dbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pbinom.c -=
o =
pbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qbinom.c -=
o =
qbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rbinom.c -=
o =
rbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dcauchy.c =
-o =
dcauchy.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pcauchy.c =
-o =
pcauchy.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qcauchy.c =
-o =
qcauchy.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rcauchy.c =
-o =
rcauchy.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dexp.c -o =
dexp.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pexp.c -o =
pexp.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qexp.c -o =
qexp.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rexp.c -o =
rexp.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dgeom.c -o=
=
dgeom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pgeom.c -o=
=
pgeom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qgeom.c -o=
=
qgeom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rgeom.c -o=
=
rgeom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dhyper.c -=
o =
dhyper.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c phyper.c -=
o =
phyper.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qhyper.c -=
o =
qhyper.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rhyper.c -=
o =
rhyper.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnbinom.c =
-o =
dnbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnbinom.c =
-o =
pnbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnbinom.c =
-o =
qnbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rnbinom.c =
-o =
rnbinom.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dpois.c -o=
=
dpois.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c ppois.c -o=
=
ppois.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qpois.c -o=
=
qpois.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rpois.c -o=
=
rpois.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dweibull.c=
-o =
dweibull.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pweibull.c=
-o =
pweibull.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qweibull.c=
-o =
qweibull.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rweibull.c=
-o =
rweibull.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dlogis.c -=
o =
dlogis.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c plogis.c -=
o =
plogis.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qlogis.c -=
o =
qlogis.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rlogis.c -=
o =
rlogis.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnchisq.c =
-o =
dnchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnchisq.c =
-o =
pnchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnchisq.c =
-o =
qnchisq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnbeta.c -=
o =
dnbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnbeta.c -=
o =
pnbeta.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnf.c -o p=
nf.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnt.c -o p=
nt.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c ptukey.c -=
o =
ptukey.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qtukey.c -=
o =
qtukey.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dwilcox.c =
-o =
dwilcox.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c pwilcox.c =
-o =
pwilcox.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qwilcox.c =
-o =
qwilcox.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rwilcox.c =
-o =
rwilcox.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dsignrank.=
c -o =
dsignrank.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c psignrank.=
c -o =
psignrank.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c qsignrank.=
c -o =
qsignrank.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rsignrank.=
c -o =
rsignrank.o
ar cr libmath.a mlutils.o d1mach.o i1mach.o fmax2.o fmin2.o fmod.o fprec.=
o =
fround.o ftrunc.o sign.o fsign.o fsquare.o fcube.o imax2.o imin2.o chebys=
hev.o =
logrelerr.o lgammacor.o gammalims.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 sunif.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 dt.o pt.o=
qt.o =
rt.o dchisq.o pchisq.o qchisq.o rchisq.o dbinom.o pbinom.o qbinom.o rbino=
m.o =
dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.o rexp.o dgeom=
=2Eo =
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 dnch=
isq.o =
pnchisq.o qnchisq.o dnbeta.o pnbeta.o pnf.o pnt.o ptukey.o qtukey.o dwilc=
ox.o =
pwilcox.o qwilcox.o rwilcox.o dsignrank.o psignrank.o qsignrank.o rsignra=
nk.o
ranlib libmath.a
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/n=
math'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
unix'
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dataentry=
=2Ec
gcc -ieee_with_inexact -g -I../include -I../../src/include -c devPS.c -o=
=
devPS.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c devPicTeX.=
c -o =
devPicTeX.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c devX11.c
(cd ../include; make FFTab.h)
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
includ
e'
make[3]: `FFTab.h' is up to date.
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/i=
nclude
'
(cd ../include; make FFDecl.h)
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
includ
e'
make[3]: `FFDecl.h' is up to date.
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/i=
nclude
'
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dynload.c =
-o =
dynload.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c edit.c -o =
edit.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fileio.c -=
o =
fileio.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c rotated.c=
gcc -ieee_with_inexact -g -I../include -I../../src/include -c system.c -=
o =
system.o
ar cr libunix.a dataentry.o devPS.o devPicTeX.o devX11.o dynload.o edit.o=
=
fileio.o rotated.o system.o
ranlib libunix.a
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/u=
nix'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
main'
gcc -ieee_with_inexact -g -I../include -I../../src/include -c arithmetic=
=2Ec -o =
arithmetic.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c array.c -o=
=
array.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c attrib.c -=
o =
attrib.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c bind.c -o =
bind.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c builtin.c =
-o =
builtin.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c character.=
c -o =
character.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c coerce.c -=
o =
coerce.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c colors.c -=
o =
colors.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c complex.c =
-o =
complex.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c context.c =
-o =
context.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c cov.c -o c=
ov.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c cum.c -o c=
um.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c debug.c -o=
=
debug.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c deparse.c =
-o =
deparse.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c deriv.c -o=
=
deriv.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c devices.c =
-o =
devices.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dotcode.c =
-o =
dotcode.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dstruct.c =
-o =
dstruct.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c duplicate.=
c -o =
duplicate.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c envir.c -o=
=
envir.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c errors.c -=
o =
errors.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c eval.c -o =
eval.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c format.c -=
o =
format.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c fourier.c =
-o =
fourier.o
yacc gram.y
mv y.tab.c gram.c
gcc -ieee_with_inexact -g -I../include -I../../src/include -c gram.c -o =
gram.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c graphics.c=
-o =
graphics.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c iosupport.=
c -o =
iosupport.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c list.c -o =
list.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c logic.c -o=
=
logic.o
[1] Done netscape -install
gcc -ieee_with_inexact -g -I../include -I../../src/include -c main.c -o =
main.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c match.c -o=
=
match.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c memory.c -=
o =
memory.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c model.c -o=
=
model.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c names.c -o=
=
names.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c objects.c =
-o =
objects.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c optimize.c=
-o =
optimize.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c options.c =
-o =
options.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c par.c -o p=
ar.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c paste.c -o=
=
paste.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c plot.c -o =
plot.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c plot3d.c -=
o =
plot3d.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c plotmath.c=
-o =
plotmath.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c print.c -o=
=
print.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c printarray=
=2Ec -o =
printarray.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c printvecto=
r.c =
-o printvector.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c printutils=
=2Ec -o =
printutils.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c random.c -=
o =
random.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c relop.c -o=
=
relop.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c saveload.c=
-o =
saveload.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c scan.c -o =
scan.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c seq.c -o s=
eq.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c sort.c -o =
sort.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c source.c -=
o =
source.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c split.c -o=
=
split.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c subassign.=
c -o =
subassign.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c subscript.=
c -o =
subscript.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c subset.c -=
o =
subset.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c summary.c =
-o =
summary.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c unique.c -=
o =
unique.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c util.c -o =
util.o
gcc -ieee_with_inexact -g -I../include -I../../src/include -c version.c =
-o =
version.o
f77 -g -nofor_main -fpe3 -o ../../bin/R.binary arithmetic.o array.o att=
rib.o =
bind.o builtin.o character.o coerce.o colors.o complex.o context.o cov.o =
cum.o =
debug.o deparse.o deriv.o devices.o dotcode.o dstruct.o duplicate.o envir=
=2Eo =
errors.o eval.o format.o fourier.o gram.o graphics.o iosupport.o list.o =
logic.o main.o match.o memory.o model.o names.o objects.o optimize.o opti=
ons.o =
par.o paste.o plot.o plot3d.o plotmath.o print.o printarray.o printvector=
=2Eo =
printutils.o random.o relop.o saveload.o scan.o seq.o sort.o source.o spl=
it.o =
subassign.o subscript.o subset.o summary.o unique.o util.o version.o =
=2E./unix/libunix.a ../appl/libappl.a ../nmath/libmath.a -lSM -lICE =
-L/local/X11R5/lib -lX11 -ldnet_stub -ldxml -ltermcap -lm
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/m=
ain'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
script
s'
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/s=
cripts
'
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/base'
Building R base package
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/base'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/eda'
make[4]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/eda/src'
gcc -ieee_with_inexact -g -I../../../../include -c line.c -o line.o
gcc -ieee_with_inexact -g -I../../../../include -c smooth.c -o smooth.o
ld -shared -lm -o eda.so line.o smooth.o
ld:
Warning: Unresolved:
floor
ceil
rsort
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/eda/src'
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/eda'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/lqs'
make[4]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/lqs/src'
gcc -ieee_with_inexact -g -I../../../../include -c lqs.c -o lqs.o
ld -shared -lm -o lqs.so lqs.o
ld:
Warning: Unresolved:
unif_rand
calloc
free
R_PosInf
seed_in
dqrdc2_
dqrsl_
rsort
rPsort
sqrt
seed_out
log
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/lqs/src'
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/lqs'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/modreg'
make[4]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/modreg/src'
f77 -g -fpe3 -fpic -c bsplvd.f -o bsplvd.o
f77 -g -fpe3 -fpic -c bvalue.f -o bvalue.o
f77 -g -fpe3 -fpic -c bvalus.f -o bvalus.o
f77 -g -fpe3 -fpic -c dpbfa.f -o dpbfa.o
f77 -g -fpe3 -fpic -c dpbsl.f -o dpbsl.o
gcc -ieee_with_inexact -g -I../../../../include -c ksmooth.c -o ksmooth.=
o
gcc -ieee_with_inexact -g -I../../../../include -c loessc.c -o loessc.o
f77 -g -fpe3 -fpic -c loessf.f -o loessf.o
f77 -g -fpe3 -fpic -c ppr.f -o ppr.o
f77 -g -fpe3 -fpic -c qsbart.f -o qsbart.o
f77 -g -fpe3 -fpic -c sbart.f -o sbart.o
fort: Info: sbart.f, line 164: No path to this statement
23012 continue
^
f77 -g -fpe3 -fpic -c sgram.f -o sgram.o
f77 -g -fpe3 -fpic -c sinerp.f -o sinerp.o
f77 -g -fpe3 -fpic -c sslvrg.f -o sslvrg.o
f77 -g -fpe3 -fpic -c stxwx.f -o stxwx.o
=2E./../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o dpbfa.o=
=
dpbsl.o ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp=
=2Eo =
sslvrg.o stxwx.o
make[5]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/modreg/src'
ld -shared -lm -o modreg.so bsplvd.o bvalue.o bvalus.o dpbfa.o dpbsl.o =
ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvr=
g.o =
stxwx.o -ldxml
ld:
Warning: Unresolved:
_OtsDivide32
R_NaReal
sprintf
warning
strcmp
calloc
free
strncpy
strcat
d1mach_
dqrdc_
dqrsl_
dsvdc_
intpr_
dblepr_
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[5]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/modreg/src'
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/modreg/src'
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/modreg'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/mva'
make[4]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/mva/src'
gcc -ieee_with_inexact -g -I../../../../include -c dblcen.c -o dblcen.o
f77 -g -fpe3 -fpic -c hclust.f -o hclust.o
f77 -g -fpe3 -fpic -c kmns.f -o kmns.o
ld -shared -lm -o mva.so dblcen.o hclust.o kmns.o
ld:
Warning: Unresolved:
_OtsDivide32
__exc_add_pc_range_table
__exc_add_gp_range
__exc_remove_pc_range_table
__exc_remove_gp_range
make[4]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/mva/src'
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/mva'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/stepfun'
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/stepfun'
make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y/profile'
Building system startup profile
make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
/profile'
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
'
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src'
You should `make docs' now ...
make[1]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y'
Building ALL documentation (help, HTML, LaTeX, R-Examples)
make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/=
librar
y'
>>> Building help pages for package `base'
Formats: text html latex example =
>>> Building help pages for package `eda'
Formats: text html latex example =
>>> Building help pages for package `lqs'
Formats: text html latex example =
>>> Building help pages for package `modreg'
Formats: text html latex example =
>>> Building help pages for package `mva'
Formats: text html latex example =
>>> Building help pages for package `stepfun'
Formats: text html latex example =
make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
'
make[1]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/l=
ibrary
--==_Exmh_981436288450--
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._