Displaying 18 results from an estimated 18 matches for "sinerp".
Did you mean:
sincere
2006 Jul 19
3
error when compiling "stats" library in R-2.3.1 on Solaris x86
...ats libarary was being compiled and I notice that "-xtarget=generic64" was not passed to f95 while cc used it.
Could you tell me how to fix this problem?
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sgram.f -o sgram.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sinerp.f -o sinerp.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c sslvrg.f -o sslvrg.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c stxwx.f -o stxwx.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c hclust.f -o hclust.o
f95 -PIC -O -I/mounts/devel/SUNWspro/prod/include -c...
2006 Jul 28
1
could someone help me to install packages "gam" (ubuntu 6.06)
...loessc.o
g77 -fpic -g -O2 -c loessf.f -o loessf.o
g77 -fpic -g -O2 -c lo.f -o lo.o
g77 -fpic -g -O2 -c qsbart.f -o qsbart.o
gcc -I/usr/share/R/include -I/usr/share/R/include -fpic -g -O2
-std=gnu99 -c sbart.c -o sbart.o
g77 -fpic -g -O2 -c sgram.f -o sgram.o
g77 -fpic -g -O2 -c sinerp.f -o sinerp.o
g77 -fpic -g -O2 -c splsm.f -o splsm.o
g77 -fpic -g -O2 -c sslvrg.f -o sslvrg.o
g77 -fpic -g -O2 -c stxwx.f -o stxwx.o
gcc -shared -o gam.so backfit.o backlo.o bsplvd.o bvalue.o bvalus.o
linear.o loessc.o loessf.o lo.o qsbart.o sbart.o sgram.o sinerp.o
splsm.o sslvrg.o stxwx...
1999 Jan 12
1
Installing R on alpha-dec OSF 4.0
...-c ksmooth.c -o
ksmooth.o
gcc -ieee_with_inexact -g -O2 -I../../../../include -c loessc.c -o
loessc.o
g77 -O2 -fpic -c loessf.f -o loessf.o
g77 -O2 -fpic -c ppr.f -o ppr.o
g77 -O2 -fpic -c qsbart.f -o qsbart.o
g77 -O2 -fpic -c sbart.f -o sbart.o
g77 -O2 -fpic -c sgram.f -o sgram.o
g77 -O2 -fpic -c sinerp.f -o sinerp.o
g77 -O2 -fpic -c sslvrg.f -o sslvrg.o
g77 -O2 -fpic -c stxwx.f -o stxwx.o
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o dpbfa.o
dpbsl.o ksmooth.o loessc.o loess
f.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o
Make: Unknown flag argument w. Stop.
make[4]...
1999 Mar 10
0
Compiling R-0.63.? on DEC Alpha UNIX 4.0
...th.o
cc -ieee_with_inexact -g -I../../../../include -c loessc.c -o loessc.o
f77 -c loessf.f -o loessf.o
f77 -c ppr.f -o ppr.o
f77 -c qsbart.f -o qsbart.o
f77 -c sbart.f -o sbart.o
fort: Info: sbart.f, line 164: No path to this statement
23012 continue
^
f77 -c sgram.f -o sgram.o
f77 -c sinerp.f -o sinerp.o
f77 -c sslvrg.f -o sslvrg.o
f77 -c stxwx.f -o stxwx.o
../../../../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.o sslvrg.o stxwx.o
Make: Unknown flag argument w. Stop.
make[4]: *** [modreg.so]...
1999 Jun 12
1
R does not compile if make is not gmake
...ke a link from gmake to make as under
linux, then it works.
This problem exists in all versions of R.
g77 -O2 -fPIC -c sslvrg.f -o sslvrg.o
g77 -O2 -fPIC -c stxwx.f -o stxwx.o
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o
ksmooth.o loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o
sslvrg.o stxwx.o
Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][ -DD
]
[ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S
][ -t ]
[ -V ][ target... ][ macro=value... ]
make: Fatal error: Unknown option `-w'
gmake[4]: *** [modreg.so] Error...
1999 Jun 09
1
R correct g77 flags for Linux/Alpha (PR#208)
Hello,
I was trying to compile R-base-0.64.1 on Linux/Alpha (RedHat 6.0).
It compiled but it couldn't pass the make check (choked with
tests/Examples/modreg-Ex.R).
I used gdb, and it turned out that the src/library/modreg/src/sinerp.f was
the problem.
else if(j.eq.nk)then
c1 = 0d0
c2 = 0d0
c3 = 0d0
endif
> p1ip(1,j) = 0d0- (c1*wjm3(1)+c2*wjm3(2)+c3*wjm3(3))
p1ip(2,j) = 0d0- (c1*wjm3(2)+c2*wjm2(1)+c3*wjm2(2))
I think wjm3(3) should be 0, but it was set t...
1999 Jun 28
1
R-0.64.1 make problem: Solaris 2.4
...ake process aborted when trying to build the shared object
file for the modreg package (its first attempt at such a beast). In all attempts, the error
message is as follows:
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o ksmooth.o loessc.o
loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o
make: Fatal error: Unknown option `-w'
gmake[4]: *** [modreg.so] Error 1
gmake[4]: Leaving directory `/tmp/R-0.64.1/src/library/modreg/src'
In addition, I got the following error messages in this directory on the latest attempt:
g77 -O2 -PIC -c loessf.f -o loessf.o
gcc:...
1999 Jun 10
3
Compilation fails (PR#209)
.../src/library/modreg/src/bsplvd.f isn't a valid
Fortran77-File. Then, I installed f2c. But the compilation fails again with the
message:
gcc: unrecognized option `-PIC'
./../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o ksmooth.o
loessc.o loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o
Usage : make [ -f makefile ]... [ -d ][ -dd ][ -D ][ -DD ][ -e ][ -i ][ -k ]
[ -K statefile ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S ][ -t ]
[ -V ][ target ... ][ macro=value... ]
make: Fatal error: Unknown option `-w'
gmake[4]: *** [modreg.so] Erro...
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...lter.o mAR.o pacf.o starma.o port.o fa
mily.o sbart.o approx.o loglin.o lowess.o massdist.o splines.o lm.o
complete_cases.o cov.o deriv.o fft.o fourier.o model.o optim
.o optimize.o integrate.o random.o distn.o zeroin.o rcont.o
influence.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 -fopenmp -L../../../../lib -lRlapack -lgfortran -
lm /opt/lib/gcc/powerpc-ibm-aix5.3.0.0/4.7.4/libgcc.a -lg -lm
/opt/lib/libintl.a /opt/lib/libiconv.a -lpthread
The result has duplicate symbols:
With comments:
gcc -Wl,-bnoquiet...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
On 2015-10-15 15:02, Prof Brian Ripley wrote:
> On 15/10/2015 13:32, Michael Felt wrote:
>> Hi.
>>
>> Just wanted to let you know I am getting close to packaging R for AIX in
rephrase - would like to be active in keeping R binaries current for
AIX. My interest in not in R per se (rather a colleague who has a
project that uses R, so I hope to assist him, and others like him).
2007 Dec 03
0
Make error while installing R 2.6.1 on GNU/linux
...o.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 -lg2c -lm -lgcc_s -L../../../../lib -lR
make[5]: Leaving directory `/mnt/Bioinformatics/dbest/R-2.6.1/src/library/stats/src'
make[4]: Leaving directory `/mnt/Bioinformatics/dbest/R-2.6.1/src/library...
1999 Jun 09
4
packages with FORTRAN code
Recent sensible changes to the dynload mechanism have made an old
problem resurface: how should we deal with packages which contain
Fortran code and may need to be linked against additional libraries
such as -lf2c?
The current consensus is that extra Fortran libraries maybe needed are
handled via the make variable FLIBS, and that `-lf2c' or `-lg2c' are
added by default if g77 is used.
1999 Jun 28
0
R-0.64.1 make problem, Solaris 2.4: Solution
...ake process aborted when trying to build the shared
object
file for the modreg package (its first attempt at such a beast). In all
attempts, the error
message is as follows:
../../../../bin/R SHLIB -o modreg.so bsplvd.o bvalue.o bvalus.o ksmooth.o
loessc.o
loessf.o ppr.o qsbart.o sbart.o sgram.o sinerp.o sslvrg.o stxwx.o
make: Fatal error: Unknown option `-w'
gmake[4]: *** [modreg.so] Error 1
gmake[4]: Leaving directory `/tmp/R-0.64.1/src/library/modreg/src'
In addition, I got the following error messages in this directory on the latest
attempt:
g77 -O2 -PIC -c loessf.f -o loessf.o
gcc:...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...77 -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
../../../../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.o
sslvrg.o stxwx.o
make[5]: Entering directory `/mn/v...
2004 Nov 23
2
Convergence problem in GLMM
Dear list members,
In re-running with GLMM() from the lme4 package a generalized-linear mixed
model that I had previously fit with glmmPQL() from MASS, I'm getting a
warning of a convergence failure, even when I set the method argument of
GLMM() to "PQL":
> bang.mod.1 <- glmmPQL(contraception ~ as.factor(children) + cage + urban,
+ random=~as.factor(children) + cage +
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...77 -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 dire...
1999 Nov 07
1
Bug list summary (automatic post)
...rom: Stephen Turner <S.R.E.Turner@statslab.cam.ac.uk>
Date: Wed, 27 Oct 1999 17:31:01 +0100 (GMT)
* PR# 301 *
Subject: expand.grid()
From: Jonathan Rougier <J.C.Rougier@durham.ac.uk>
Date: Thu, 28 Oct 1999 17:23:02 +0100 (BST)
* PR# 302 *
Subject: modreg buggy: uninitialized variable in sinerp.f
From: "Thomas Hoffmann" <thoffman@zappa.sax.de>
Date: Sat, 30 Oct 99 13:24:14 +0100
* PR# 303 *
Subject: read.table problem on Linux/Alpha (seg faults caused by isspace(R_EOF))
From: ntakebay@bio.indiana.edu
Date: Sun, 31 Oct 1999 01:29:05 +0200 (MET DST)
* PR# 304 *
Subject: bugs...
2002 Jul 11
1
dyn.load tcl/tk (PR#1774)
...3 -g -c ppr.f -o ppr.o
/usr/bin/f77 -fpe3 -g -c qsbart.f -o qsbart.o
/usr/bin/cc -I../../../../include -I/soft/readline/v4.2.1/include -std1
-ieee_with_inexact -I/soft/readline/v4.2.1/include -c sbart.c -o sbart.o
/usr/bin/f77 -fpe3 -g -c sgram.f -o sgram.o
/usr/bin/f77 -fpe3 -g -c sinerp.f -o sinerp.o
/usr/bin/f77 -fpe3 -g -c sslvrg.f -o sslvrg.o
/usr/bin/f77 -fpe3 -g -c stxwx.f -o stxwx.o
/usr/bin/cc -shared -L/soft/readline/v4.2.1/lib -o modreg.so init.o ksmooth.o
loessc.o bsplvd.o bvalue.o bvalus.o loessf.o ppr.o qsbart.o sbart.o sgram.o
sinerp.o sslvrg.o stxwx.o -L/soft...