search for: cpoly

Displaying 20 results from an estimated 29 matches for "cpoly".

Did you mean: poly
2008 May 16
2
Configure errors say to report here... (PR#11470)
...ot; ...the rest of configure completes fine, though when I try to build R, I make eventually ends up failing in this manner: gcc -std=gnu99 -I. -I../../src/include -I../../src/include -I/sw/include -I/usr/ local/include -DHAVE_CONFIG_H -fPIC -maltivec -mabi=altivec -mtune=970 -falti vec -O3 -c cpoly.c -o cpoly.o cpoly.c: In function 'fxshft': cpoly.c:299: error: expected identifier or '(' before 'unsigned' cpoly.c:310: error: 'test' undeclared (first use in this function) cpoly.c:310: error: (Each undeclared identifier is reported only once cpoly.c:310: error: f...
1999 Dec 07
1
problem compiling: alpha/linux: sqrttsu
Hi, all. In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm getting the following error: make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl' gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c -o cpoly.o /tmp/ccPjZNwd.s: Assembler messages: /tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s:2631: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s:4028: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s:4132: Error: unknown opcode `sqrttsu' /tmp/ccPjZNwd.s...
2001 Jul 16
1
polyroot() (PR#751)
In a bug report from Nov.28 2000, Li Dongfeng writes: ----- I have found that the polyroot() function in R-1.1.1(both solaris and Win32 version) gives totally incorrect result. Here is the offending code: # Polyroot bug report: # from R-1.1.1 > sort(abs(polyroot(c(1,-2,1,0,0,0,0,0,0,0,0,0,-2,5,-2,0,0,0,0,0,0,0,0,0,1,-2)))) [1] 0.8758259 0.9486499 0.9731015 1.5419189 1.7466214 1.7535362
2006 Oct 10
0
compiling error R-2.4.0
..._H -fPIC -O3 -faltivec -fgcse-sm -funroll-loops - fstrict-aliasing -fsched-interblock -falign-loops=16 -falign-jumps=16 -falign-functions=16 -malign-natural -freorder-blocks -freorder- blocks-and-partition -mpowerpc-gfxopt -mpowerpc-gpopt -fstrict- aliasing -ftree-vectorize -mtune=G5 -mcpu=G5 -c cpoly.c -o cpoly.o cpoly.c: In function 'fxshft': cpoly.c:292: error: expected identifier or '(' before 'unsigned' [...] make[3]: *** [cpoly.o] Error 1 make[2]: *** [R] Error 2 make[1]: *** [R] Error 1 make: *** [R] Error 1 I try lot of things but I run out of idea. Any idea woul...
1999 Dec 18
0
compiling on alpha/linux
...; > In trying to compile R v.0.90 on an alpha running Red Hat Linux 6.0, I'm > > getting the following error: > > > > make[3]: Entering directory `/home/mcw/alpha-R/R-0.90.0/src/appl' > > gcc -I. -I../include -I../../src/include -DHAVE_CONFIG_H -mieee -g -O2 -c cpoly.c > > -o cpoly.o > > /tmp/ccPjZNwd.s: Assembler messages: > > /tmp/ccPjZNwd.s:312: Error: unknown opcode `sqrttsu' > > /tmp/ccPjZNwd.s:2631: Error: unknown opcode `sqrttsu' > > /tmp/ccPjZNwd.s:4028: Error: unknown opcode `sqrttsu' > > /tmp/ccPjZNwd...
2001 Jan 25
1
problems compiling R under digital unix 4.0d (PR#826)
...9;make' I receive the following error-message: [......] g77 -mieee -g -O2 -c dtrco.f -o dtrco.o g77 -mieee -g -O2 -c dtrsl.f -o dtrsl.o g77 -mieee -g -O2 -c eigen.f -o eigen.o g77 -mieee -g -O2 -c lminfl.f -o lminfl.o ar cr libappl.a Rsock.o approx.o bakslv.o binning.o chisqsim.o chull.o cpoly.o cumsum.o distance.o fft.o fmin.o fortran.o lbfgsb.o loglin.o lowess.o machar.o maxcol.o massdist.o pretty.o rowsum.o sock.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa.o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrls.o dqrsl.o dqrutl...
1997 Aug 08
4
R-alpha: Second patch for 0.50-a1
A second patch for R-0.50-a1 is available from ftp://stat.auckland.ac.nz/pub/R The patch produces the following changes o cpoly problem with pow_di fixed. o legend had a call to "text" with an incorrect argument tag. Changed "text" to "labels". o The variable "dup" was uninitialised in the function "naoktrim" in src/main/dotcode.c. o There have been some fix...
2000 Apr 24
1
compiling R-1.0.1 under Solaris
...------------------------------------------------------------------------ ---- The corresponding lines for the SUN make are: ---------------------------------------------------------------------------- ---- ... cr libappl.a Rsock.o S_compat.o approx.o bakslv.o binning.o chisqsim.o chu ll.o cpoly.o cumsum.o distance.o fft.o fmin.o fortran.o lbfgsb.o loglin. o lowess.o machar.o massdist.o pretty.o pythag.o rowsum.o sock.o splines .o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.o dpbfa. o dpbsl.o dpoco.o dpodi.o dpofa.o dposl.o dqrdc.o dqrdc2.o dqrl...
2005 Mar 29
1
final stages of installing R - please help?
...d many new files including an executable (theoretically) R file: -rwxr-xr-x 1 root 6099 Mar 29 13:18 R I then ran 'make'. Here are the last few lines from the 'make' output to the screen: rm -f libappl.a false cr libappl.a approx.o bakslv.o bandwidths.o binning.o chull.o cpoly.o cumsum.o fft.o fmin.o integrate.o interv.o lbfgsb.o loglin.o lowess.o machar.o maxcol.o massdist.o pretty.o rcont.o rowsum.o splines.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 dqrut...
2000 Mar 27
1
Installing R on Solaris
.../src/appl' make[3]: Entering directory `/opt/local/R-1.0.0/src/appl' making Rsock.d from Rsock.c making S_compat.d from S_compat.c making approx.d from approx.c making bakslv.d from bakslv.c making binning.d from binning.c making chisqsim.d from chisqsim.c making chull.d from chull.c making cpoly.d from cpoly.c making cumsum.d from cumsum.c making distance.d from distance.c making fft.d from fft.c making fmin.d from fmin.c making fortran.d from fortran.c making lbfgsb.d from lbfgsb.c making loglin.d from loglin.c making lowess.d from lowess.c making machar.d from machar.c making massdist.d...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...make all \ && touch XHIER_BUILT creating src/scripts/R.fe mkdir ../../bin mkdir ../../include mkdir ../../../include/R_ext making approx.d from approx.c making bakslv.d from bakslv.c making bandwidths.d from bandwidths.c making binning.d from binning.c making chull.d from chull.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 lbfgsb.d from lbfgsb.c making loglin.d from loglin.c making lowess.d from lowess.c making machar.d from machar.c making maxcol.d from maxcol.c making massdist.d...
2000 May 22
2
hypot(x,y) instead of pythag(a,b) ?!
...alue::. Further "problem": In R, we are already partially relying on the availability of the hypot() function : At the toplevel of R-1.0.1's source grep -rwn hypot . ~~~~~~~~~~~~~~~~~ (with a newer GNU grep that has "-r" for "recursive"): gives ./src/appl/cpoly.c:145: shr[i] = hypot(pr[i], pi[i]); ./src/appl/fortran.c:111: return hypot(z->r, z->i); ./src/main/complex.c:122: logr = log(hypot(a->r, a->i) ); ./src/main/complex.c:279: REAL(y)[i] = hypot(COMPLEX(x)[i].r, COMPLEX(x)[i].i); ./src/main/complex.c:285: REAL(y)[i] = hypot(COMPLEX...
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...ake[3]: Entering directory `/home/mfa5/gilp/R-versions/R-devel/src/appl' making Rsock.d from Rsock.c making S_compat.d from S_compat.c making approx.d from approx.c making bakslv.d from bakslv.c making binning.d from binning.c making chisqsim.d from chisqsim.c making chull.d from chull.c making cpoly.d from cpoly.c making cumsum.d from cumsum.c making distance.d from distance.c making fft.d from fft.c making fmin.d from fmin.c making fortran.d from fortran.c making lbfgsb.d from lbfgsb.c making loglin.d from loglin.c making lowess.d from lowess.c making machar.d from machar.c making maxcol.d fr...
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
...prox.o gcc -g -I../include -c bakslv.c -o bakslv.o gcc -g -I../include -c binning.c -o binning.o gcc -g -I../include -c blas.c -o blas.o gcc -g -I../include -c zblas.c -o zblas.o gcc -g -I../include -c ch2inv.c -o ch2inv.o gcc -g -I../include -c chol.c -o chol.o gcc -g -I../include -c cpoly.c -o cpoly.o gcc -g -I../include -c cumsum.c -o cumsum.o gcc -g -I../include -c distance.c -o distance.o gcc -g -I../include -c dpoco.c -o dpoco.o gcc -g -I../include -c dpodi.c -o dpodi.o gcc -g -I../include -c dpofa.c -o dpofa.o gcc -g -I../include -c dposl.c -o dposl.o gcc -g -I../in...
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 May 03
1
problems compiling R-0.63.3 on alpha
...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...
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
A set of patches for R-0.50-a1 is now available as ftp://stat.auckland.ac.nz/pub/R/R-0.50-a1.patch1.gz The patches mainly fix problems reported since R-0.50-a1 but some older problems are also fixed. Here is the list of changes. Ross o Many subsetting and mutation problems with the new "expression" type have now been fixed. o When ask=T is set in par() the user is instructed
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...-ieee_with_inexact -g -I../../src/include -c approx.c cc -ieee_with_inexact -g -I../../src/include -c bakslv.c cc -ieee_with_inexact -g -I../../src/include -c binning.c f77 -c blas.f -o blas.o f77 -c ch2inv.f -o ch2inv.o f77 -c chol.f -o chol.o cc -ieee_with_inexact -g -I../../src/include -c cpoly.c cc -ieee_with_inexact -g -I../../src/include -c cumsum.c cc -ieee_with_inexact -g -I../../src/include -c distance.c f77 -c dpoco.f -o dpoco.o f77 -c dpodi.f -o dpodi.o f77 -c dpofa.f -o dpofa.o f77 -c dposl.f -o dposl.o f77 -c dqrdc.f -o dqrdc.o f77 -c dqrdc2.f -o dqrdc2.o f77 -c dqrls.f...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...h_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 dp...
2001 Nov 07
1
segmentation fault with GCC 3.0.2
...u3.0.2/src/appl' gcc -I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c approx.c -o approx.o ... g77 -g -O2 -c eigen.f -o eigen.o g77 -g -O2 -c lminfl.f -o lminfl.o g77 -g -O2 -c blas.f -o blas.o ar cr libappl.a approx.o bakslv.o binning.o chull.o cpoly.o cumsum.o fft.o fmin.o integrate.o lbfgsb.o loglin.o lowess.o machar.o maxcol.o massdist.o pretty.o rowsum.o splines.o stem.o strsignif.o tabulate.o uncmin.o zeroin.o ch2inv.o chol.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 e...