search for: fftab

Displaying 12 results from an estimated 12 matches for "fftab".

Did you mean: ftab
1999 Mar 23
0
R binary for Solaris 5.6 (sparc) available?
Dear R gurus, I have some problems to compile R on Solaris 5.6. I wonder if somebody has a compiled version he could email me as tar.gz. Many thanks in advance. Ciao Armin P.S.: Below you see the error message I get when compiling, i.e. make R ~/R/src% make (cd ../include; make FFTab.h) `FFTab.h' is up to date. (cd ../include; make FFDecl.h) `FFDecl.h' is up to date. gcc -o ../../bin/R.binary arithmetic.o array.o attrib.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 duplic...
2000 Dec 21
1
RH7.0 compilation
...e. The only thing I see different is that while compiling R-1.2.0 I get a bunch of warnings like this: making devices.d from devices.c In file included from devices.c:25:../../src/include/Defn.h:73:22: warning: nothing can be pasted after this token making dynload.d from dynload.c and like this FFTab.h:2:29: warning: pasting would not give a valid preprocessing token Cheers, Andy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2000 Dec 21
1
RH7.0 compilation
...e. The only thing I see different is that while compiling R-1.2.0 I get a bunch of warnings like this: making devices.d from devices.c In file included from devices.c:25:../../src/include/Defn.h:73:22: warning: nothing can be pasted after this token making dynload.d from dynload.c and like this FFTab.h:2:29: warning: pasting would not give a valid preprocessing token Cheers, Andy -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]sub...
2002 Feb 20
1
Pivoting in chol
...ry/base/R/chol.R (attached) and src/library/base/man/chol.Rd (also attached) 5. Tidied up. Removed "chol.f", "dpoco.f" and "dposl.f" from src/appl/Makefile.in, src/appl/ROUTINES, src/include/R_ext/Applic.h, src/include/R_ext/Linpack.h, src/unix/FFDecl.h and src/unix/FFTab.h. 6. Note: Cannot remove "dpofa.f" because it is used in "lbfgsb.c". I was following my nose a bit during this process. Everything seems to be OK but if I have done something drastic I would appreciate it if someone could tell me! Cheers, Jonathan. -- Jonathan Rougier...
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
...o The first make halts on src/main/Rdynload.c, the compiler can't find the variable CFunTab. I solved this by adding the following lines after #include "R_ext/Rdynpriv.h" : #include "../unix/FFDecl.h" static CFunTabEntry CFunTab[] = { #include "../unix/FFTab.h" {NULL, NULL} }; Now, make runs a bit further, until it stops with the following errors: cc -Wl,-E -o R.bin CConverters.o Rdynload.o RNG.o apply.o arithmetic.o array.o attrib.o bind.o builtin.o character.o coerce.o colors.o complex.o connections.o context.o cov.o cum....
2000 Apr 26
2
Cross compiling a package for Windows on Linux
.../C_FUNCTION(\(.*\))/void * \1();/' ../../appl/ROUTINES > ../../include/FFDecl.h sed -e '/^#/d' -e '/Rsockfork/d' -e 's/F77_SUBROUTINE(\(.*\))/ { "\1_", \1_},/' -e 's/C_FUNCTION(\(.*\))/{ "\1", \1 },/' ../../appl/ROUTINES > ../../include/FFTab.h sh ./GETCONFIG > ../../include/Rconfig.h sh ./GETVERSION > ../../include/Rversion.h cp -p ./h/config.h ./h/psignal.h ../../include echo done > fixh (cd ../../../doc; \ cat html/search/SearchEngine-head.html > html/search/SearchEngine.html; \ perl ../src/gnuwin32/fixed/keywords2...
1999 May 03
1
problems compiling R-0.63.3 on alpha
.../../src/include -c dataentry.c 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/include ' (cd ../include; make FFDecl.h) make[3]: Entering directory `/mn/vega/astro/local/src/...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...ude -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/...
1998 Dec 08
0
R compile problems with AIX
...y `/usr/local/src/R-0.63.1/src/unix' gcc -g -O2 -I../include -I../../src/include -c dataentry.c gcc -g -O2 -I../include -I../../src/include -c devPS.c gcc -g -O2 -I../include -I../../src/include -c devPicTeX.c gcc -g -O2 -I../include -I../../src/include -c devX11.c (cd ../include; gnumake FFTab.h) gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/include' gnumake[3]: `FFTab.h' is up to date. gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/include' (cd ../include; gnumake FFDecl.h) gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/include' gnu...
1998 Dec 08
0
R compile problems with AIX
...y `/usr/local/src/R-0.63.1/src/unix' gcc -g -O2 -I../include -I../../src/include -c dataentry.c gcc -g -O2 -I../include -I../../src/include -c devPS.c gcc -g -O2 -I../include -I../../src/include -c devPicTeX.c gcc -g -O2 -I../include -I../../src/include -c devX11.c (cd ../include; gnumake FFTab.h) gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/include' gnumake[3]: `FFTab.h' is up to date. gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/include' (cd ../include; gnumake FFDecl.h) gnumake[3]: Entering directory `/usr/local/src/R-0.63.1/src/include' gnu...
2003 Apr 16
2
R-1.7.0 is released
...ensions Manual for more information. o Routines exported directly from the R executable for use with .C(), .Call(), .Fortran() and .External() are now accessed via the registration mechanism (optionally) used by packages. The ROUTINES file (in src/appl/) and associated scripts to generate FFTab.h and FFDecl.h are no longer used. o Entry point Rf_append is no longer in the installed headers (but is still available). It is apparently unused. o Many conflicts between other headers and R's can be avoided by defining STRICT_R_HEADERS and/or R_NO_REMAP -- see `Writing R Extens...
2003 Apr 16
2
R-1.7.0 is released
...ensions Manual for more information. o Routines exported directly from the R executable for use with .C(), .Call(), .Fortran() and .External() are now accessed via the registration mechanism (optionally) used by packages. The ROUTINES file (in src/appl/) and associated scripts to generate FFTab.h and FFDecl.h are no longer used. o Entry point Rf_append is no longer in the installed headers (but is still available). It is apparently unused. o Many conflicts between other headers and R's can be avoided by defining STRICT_R_HEADERS and/or R_NO_REMAP -- see `Writing R Extens...