Displaying 12 results from an estimated 12 matches for "ffdecl".
Did you mean:
fdecl
1998 Jun 09
1
R-beta: R-beta makefile
...our djtools as recommended.
Everything seems to work OK; tools that are present run faster, and I
can still build the dynaload dll example.
However, on going to (/R-0.61.3/src/gnuwin32)$
and typing "make" I get:
*** No rule to make target `../appl/ROUTINES', needed by
`../include/FFDecl.h'. Stop.
[exited with 2]
(This was the same error I got under the origional b18 setup)
Do these directories exist (and does FFDecl.h exist) ?
The reason I ask is because in MakeDLL (for example) there are the lines
include ../../../gnuwin32/MkRule
and
DLLLIBS=-L../../../gnuwin32 -l_iR -l...
1999 Mar 23
0
R binary for Solaris 5.6 (sparc) available?
...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 duplicate.o envir.o errors.o eval.o format.o fourier.o gram.o gr...
2002 Feb 20
1
Pivoting in chol
...4. Modifed src/library/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.
--...
1999 May 17
1
0.64.1 w/Gnome compile error
I get this when I build --with-gnome:
make[1]: Entering directory `/storage/build/R-0.64.1/src/include'
make[1]: `FFDecl.h' is up to date.
make[1]: Leaving directory `/storage/build/R-0.64.1/src/include'
gcc -msupersparc -I../include -I../../src/include -I/usr/local/include
-DNEED_GNOMESUPPORT_H -I/usr/local/lib/gnome-libs/include
-I/usr/local/lib/glib/include -I/usr/openwin/include -c devGNOME.c
In file inc...
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
...yes
R profiling support: yes
R as a shared library: no
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 bui...
2000 Apr 26
2
Cross compiling a package for Windows on Linux
...cat ../../library/profile/Common.R ../../library/profile/Rprofile.gnw > ../../../library/base/R/Rprofile
sed -e '/^#/d' -e '/Rsockfork/d' -e 's/F77_SUBROUTINE(\(.*\))/void * \1_();/' -e 's/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 > ../../inc...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...lude -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/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/include
'
gcc -ieee_with_inexact -g -I../include -I../../src/include -c dynload.c -o
dynload...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...-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 =...
1998 Dec 08
0
R compile problems with AIX
...cc -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'
gnumake[3]: `FFDecl.h' is up to date.
gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/include'
gcc -g -O2 -I../include -I../../src/include -c dynload.c
gcc -g -O2 -I../include -I../../src/include -c edi...
1998 Dec 08
0
R compile problems with AIX
...cc -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'
gnumake[3]: `FFDecl.h' is up to date.
gnumake[3]: Leaving directory `/usr/local/src/R-0.63.1/src/include'
gcc -g -O2 -I../include -I../../src/include -c dynload.c
gcc -g -O2 -I../include -I../../src/include -c edi...
2003 Apr 16
2
R-1.7.0 is released
...al 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
Extensions' for...
2003 Apr 16
2
R-1.7.0 is released
...al 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
Extensions' for...